Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
chore(bazel): Update WORKSPACE files for rules_gapic, gax_java, gener…
Browse files Browse the repository at this point in the history
…ator_java versions

PiperOrigin-RevId: 472750037

Source-Link: googleapis/googleapis@88f2ea3

Source-Link: https://github.com/googleapis/googleapis-gen/commit/230a5588306aae18fe8f2a57f14d4039ad72c901
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Sep 9, 2022
1 parent 48217e6 commit 67b0162
Show file tree
Hide file tree
Showing 383 changed files with 31,607 additions and 50,768 deletions.

This file was deleted.

Large diffs are not rendered by default.

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.cloud.contactcenterinsights.v1.stub.ContactCenterInsightsStubSettings;
Expand Down Expand Up @@ -60,8 +61,11 @@
* <p>For example, to set the total timeout of createConversation to 30 seconds:
*
* <pre>{@code
* // This snippet has been automatically generated for illustrative purposes only.
* // It may require modifications to work in your environment.
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* ContactCenterInsightsSettings.Builder contactCenterInsightsSettingsBuilder =
* ContactCenterInsightsSettings.newBuilder();
* contactCenterInsightsSettingsBuilder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
* <p>Sample for ContactCenterInsightsClient:
*
* <pre>{@code
* // This snippet has been automatically generated for illustrative purposes only.
* // It may require modifications to work in your environment.
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ContactCenterInsightsClient contactCenterInsightsClient =
* ContactCenterInsightsClient.create()) {
* LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,11 @@
* <p>For example, to set the total timeout of createConversation to 30 seconds:
*
* <pre>{@code
* // This snippet has been automatically generated for illustrative purposes only.
* // It may require modifications to work in your environment.
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - It may require correct/in-range values for request initialization.
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* ContactCenterInsightsStubSettings.Builder contactCenterInsightsSettingsBuilder =
* ContactCenterInsightsStubSettings.newBuilder();
* contactCenterInsightsSettingsBuilder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,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 Expand Up @@ -160,7 +161,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("conversation", request.getConversation()))
.toBody("conversation", request.getConversation(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<Conversation>newBuilder()
Expand Down Expand Up @@ -199,7 +200,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("conversation", request.getConversation()))
.toBody("conversation", request.getConversation(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<Conversation>newBuilder()
Expand Down Expand Up @@ -344,7 +345,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("analysis", request.getAnalysis()))
.toBody("analysis", request.getAnalysis(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<Operation>newBuilder()
Expand Down Expand Up @@ -489,7 +490,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("*", request.toBuilder().clearParent().build()))
.toBody("*", request.toBuilder().clearParent().build(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<Operation>newBuilder()
Expand Down Expand Up @@ -529,7 +530,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("issueModel", request.getIssueModel()))
.toBody("issueModel", request.getIssueModel(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<Operation>newBuilder()
Expand Down Expand Up @@ -571,7 +572,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("issueModel", request.getIssueModel()))
.toBody("issueModel", request.getIssueModel(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<IssueModel>newBuilder()
Expand Down Expand Up @@ -713,7 +714,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("*", request.toBuilder().clearName().build()))
.toBody("*", request.toBuilder().clearName().build(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<Operation>newBuilder()
Expand Down Expand Up @@ -753,7 +754,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("*", request.toBuilder().clearName().build()))
.toBody("*", request.toBuilder().clearName().build(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<Operation>newBuilder()
Expand Down Expand Up @@ -857,7 +858,8 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
return fields;
})
.setRequestBodyExtractor(
request -> ProtoRestSerializer.create().toBody("issue", request.getIssue()))
request ->
ProtoRestSerializer.create().toBody("issue", request.getIssue(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<Issue>newBuilder()
Expand Down Expand Up @@ -930,7 +932,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("phraseMatcher", request.getPhraseMatcher()))
.toBody("phraseMatcher", request.getPhraseMatcher(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<PhraseMatcher>newBuilder()
Expand Down Expand Up @@ -1074,7 +1076,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("phraseMatcher", request.getPhraseMatcher()))
.toBody("phraseMatcher", request.getPhraseMatcher(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<PhraseMatcher>newBuilder()
Expand Down Expand Up @@ -1182,7 +1184,7 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
.setRequestBodyExtractor(
request ->
ProtoRestSerializer.create()
.toBody("settings", request.getSettings()))
.toBody("settings", request.getSettings(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<Settings>newBuilder()
Expand Down Expand Up @@ -1216,7 +1218,8 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
return fields;
})
.setRequestBodyExtractor(
request -> ProtoRestSerializer.create().toBody("view", request.getView()))
request ->
ProtoRestSerializer.create().toBody("view", request.getView(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<View>newBuilder()
Expand Down Expand Up @@ -1319,7 +1322,8 @@ public class HttpJsonContactCenterInsightsStub extends ContactCenterInsightsStub
return fields;
})
.setRequestBodyExtractor(
request -> ProtoRestSerializer.create().toBody("view", request.getView()))
request ->
ProtoRestSerializer.create().toBody("view", request.getView(), false))
.build())
.setResponseParser(
ProtoMessageResponseParser.<View>newBuilder()
Expand Down
Loading

0 comments on commit 67b0162

Please sign in to comment.