Skip to content

Commit

Permalink
feat: added google.api.Service.publishing and client libraries settings
Browse files Browse the repository at this point in the history
feat: added google.api.JwtLocation.cookie
feat: new fields in enum google.api.ErrorReason
fix: deprecate google.api.Endpoint.aliases
fix: deprecate google.api.BackendRule.min_deadline
docs: minor updates to comments

PiperOrigin-RevId: 488484261

Source-Link: googleapis/googleapis@bd9aa78

Source-Link: https://github.com/googleapis/googleapis-gen/commit/019a6095f9c08c339a15b88088bf9625c2cd1de0
Copy-Tag: eyJwIjoiamF2YS1zZXJ2aWNlLW1hbmFnZW1lbnQvLk93bEJvdC55YW1sIiwiaCI6IjAxOWE2MDk1ZjljMDhjMzM5YTE1Yjg4MDg4YmY5NjI1YzJjZDFkZTAifQ==
  • Loading branch information
gcf-owl-bot[bot] committed Nov 16, 2022
1 parent 7e32e27 commit ae80636
Show file tree
Hide file tree
Showing 76 changed files with 7,130 additions and 11,192 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
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.api.servicemanagement.v1.CreateServiceConfigRequest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
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,6 +33,7 @@
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.UnaryCallable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import com.google.api.MetricDescriptor;
import com.google.api.MonitoredResourceDescriptor;
import com.google.api.Monitoring;
import com.google.api.Publishing;
import com.google.api.Quota;
import com.google.api.Service;
import com.google.api.SourceInfo;
Expand Down Expand Up @@ -437,6 +438,7 @@ public void getServiceConfigTest() throws Exception {
.setMonitoring(Monitoring.newBuilder().build())
.setSystemParameters(SystemParameters.newBuilder().build())
.setSourceInfo(SourceInfo.newBuilder().build())
.setPublishing(Publishing.newBuilder().build())
.setConfigVersion(UInt32Value.newBuilder().build())
.build();
mockService.addResponse(expectedResponse);
Expand Down Expand Up @@ -509,6 +511,7 @@ public void createServiceConfigTest() throws Exception {
.setMonitoring(Monitoring.newBuilder().build())
.setSystemParameters(SystemParameters.newBuilder().build())
.setSourceInfo(SourceInfo.newBuilder().build())
.setPublishing(Publishing.newBuilder().build())
.setConfigVersion(UInt32Value.newBuilder().build())
.build();
mockService.addResponse(expectedResponse);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import com.google.api.MetricDescriptor;
import com.google.api.MonitoredResourceDescriptor;
import com.google.api.Monitoring;
import com.google.api.Publishing;
import com.google.api.Quota;
import com.google.api.Service;
import com.google.api.SourceInfo;
Expand Down Expand Up @@ -427,6 +428,7 @@ public void getServiceConfigTest() throws Exception {
.setMonitoring(Monitoring.newBuilder().build())
.setSystemParameters(SystemParameters.newBuilder().build())
.setSourceInfo(SourceInfo.newBuilder().build())
.setPublishing(Publishing.newBuilder().build())
.setConfigVersion(UInt32Value.newBuilder().build())
.build();
mockServiceManager.addResponse(expectedResponse);
Expand Down Expand Up @@ -495,6 +497,7 @@ public void createServiceConfigTest() throws Exception {
.setMonitoring(Monitoring.newBuilder().build())
.setSystemParameters(SystemParameters.newBuilder().build())
.setSourceInfo(SourceInfo.newBuilder().build())
.setPublishing(Publishing.newBuilder().build())
.setConfigVersion(UInt32Value.newBuilder().build())
.build();
mockServiceManager.addResponse(expectedResponse);
Expand Down
Loading

0 comments on commit ae80636

Please sign in to comment.