Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Jan 24, 2024
1 parent b24a005 commit e1daac3
Show file tree
Hide file tree
Showing 479 changed files with 92,018 additions and 78,046 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.OperationCallSettings;
import com.google.api.gax.rpc.PagedCallSettings;
import com.google.api.gax.rpc.StubSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.cloud.spanner.admin.database.v1.stub.DatabaseAdminStubSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import com.google.api.gax.httpjson.ProtoMessageResponseParser;
import com.google.api.gax.httpjson.ProtoRestSerializer;
import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub;
import com.google.api.gax.longrunning.OperationSnapshot;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.RequestParamsBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.OperationCallSettings;
import com.google.api.gax.rpc.PagedCallSettings;
import com.google.api.gax.rpc.StubSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.cloud.spanner.admin.instance.v1.stub.InstanceAdminStubSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import com.google.api.gax.httpjson.ProtoMessageResponseParser;
import com.google.api.gax.httpjson.ProtoRestSerializer;
import com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub;
import com.google.api.gax.longrunning.OperationSnapshot;
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.RequestParamsBuilder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.PagedCallSettings;
import com.google.api.gax.rpc.ServerStreamingCallSettings;
import com.google.api.gax.rpc.StubSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.cloud.spanner.v1.stub.SpannerStubSettings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,10 @@ public void dropDatabaseExceptionTest2() throws Exception {
@Test
public void getDatabaseDdlTest() throws Exception {
GetDatabaseDdlResponse expectedResponse =
GetDatabaseDdlResponse.newBuilder().addAllStatements(new ArrayList<String>()).build();
GetDatabaseDdlResponse.newBuilder()
.addAllStatements(new ArrayList<String>())
.setProtoDescriptors(ByteString.EMPTY)
.build();
mockService.addResponse(expectedResponse);

DatabaseName database = DatabaseName.of("[PROJECT]", "[INSTANCE]", "[DATABASE]");
Expand Down Expand Up @@ -744,7 +747,10 @@ public void getDatabaseDdlExceptionTest() throws Exception {
@Test
public void getDatabaseDdlTest2() throws Exception {
GetDatabaseDdlResponse expectedResponse =
GetDatabaseDdlResponse.newBuilder().addAllStatements(new ArrayList<String>()).build();
GetDatabaseDdlResponse.newBuilder()
.addAllStatements(new ArrayList<String>())
.setProtoDescriptors(ByteString.EMPTY)
.build();
mockService.addResponse(expectedResponse);

String database = "projects/project-3102/instances/instance-3102/databases/database-3102";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,10 @@ public void dropDatabaseExceptionTest2() throws Exception {
@Test
public void getDatabaseDdlTest() throws Exception {
GetDatabaseDdlResponse expectedResponse =
GetDatabaseDdlResponse.newBuilder().addAllStatements(new ArrayList<String>()).build();
GetDatabaseDdlResponse.newBuilder()
.addAllStatements(new ArrayList<String>())
.setProtoDescriptors(ByteString.EMPTY)
.build();
mockDatabaseAdmin.addResponse(expectedResponse);

DatabaseName database = DatabaseName.of("[PROJECT]", "[INSTANCE]", "[DATABASE]");
Expand Down Expand Up @@ -690,7 +693,10 @@ public void getDatabaseDdlExceptionTest() throws Exception {
@Test
public void getDatabaseDdlTest2() throws Exception {
GetDatabaseDdlResponse expectedResponse =
GetDatabaseDdlResponse.newBuilder().addAllStatements(new ArrayList<String>()).build();
GetDatabaseDdlResponse.newBuilder()
.addAllStatements(new ArrayList<String>())
.setProtoDescriptors(ByteString.EMPTY)
.build();
mockDatabaseAdmin.addResponse(expectedResponse);

String database = "database1789464955";
Expand Down
Loading

0 comments on commit e1daac3

Please sign in to comment.