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

Commit

Permalink
chore: update Java and Python dependencies (#150)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 408420890

Source-Link: googleapis/googleapis@2921f9f

Source-Link: https://github.com/googleapis/googleapis-gen/commit/6598ca8cbbf5226733a099c4506518a5af6ff74c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9
  • Loading branch information
gcf-owl-bot[bot] authored Nov 10, 2021
1 parent ce20a48 commit 2dd4321
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public final ListMembershipsPagedResponse listMemberships(LocationName parent) {
*
* <pre>{@code
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* String parent = MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString();
* String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
* for (Membership element : gkeHubClient.listMemberships(parent).iterateAll()) {
* // doThingsWith(element);
* }
Expand All @@ -235,7 +235,7 @@ public final ListMembershipsPagedResponse listMemberships(String parent) {
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* ListMembershipsRequest request =
* ListMembershipsRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setFilter("filter-1274492040")
Expand Down Expand Up @@ -264,7 +264,7 @@ public final ListMembershipsPagedResponse listMemberships(ListMembershipsRequest
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* ListMembershipsRequest request =
* ListMembershipsRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setFilter("filter-1274492040")
Expand Down Expand Up @@ -294,7 +294,7 @@ public final ListMembershipsPagedResponse listMemberships(ListMembershipsRequest
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* ListMembershipsRequest request =
* ListMembershipsRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setFilter("filter-1274492040")
Expand Down Expand Up @@ -642,7 +642,7 @@ public final OperationFuture<Membership, OperationMetadata> createMembershipAsyn
*
* <pre>{@code
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* String parent = MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString();
* String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
* Membership resource = Membership.newBuilder().build();
* String membershipId = "membershipId517665681";
* Membership response =
Expand Down Expand Up @@ -686,7 +686,7 @@ public final OperationFuture<Membership, OperationMetadata> createMembershipAsyn
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* CreateMembershipRequest request =
* CreateMembershipRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setMembershipId("membershipId517665681")
* .setResource(Membership.newBuilder().build())
* .setRequestId("requestId693933066")
Expand Down Expand Up @@ -717,7 +717,7 @@ public final OperationFuture<Membership, OperationMetadata> createMembershipAsyn
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* CreateMembershipRequest request =
* CreateMembershipRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setMembershipId("membershipId517665681")
* .setResource(Membership.newBuilder().build())
* .setRequestId("requestId693933066")
Expand Down Expand Up @@ -748,7 +748,7 @@ public final OperationFuture<Membership, OperationMetadata> createMembershipAsyn
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* CreateMembershipRequest request =
* CreateMembershipRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setMembershipId("membershipId517665681")
* .setResource(Membership.newBuilder().build())
* .setRequestId("requestId693933066")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public final ListMembershipsPagedResponse listMemberships(LocationName parent) {
*
* <pre>{@code
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* String parent = MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString();
* String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
* for (Membership element : gkeHubClient.listMemberships(parent).iterateAll()) {
* // doThingsWith(element);
* }
Expand All @@ -230,7 +230,7 @@ public final ListMembershipsPagedResponse listMemberships(String parent) {
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* ListMembershipsRequest request =
* ListMembershipsRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setFilter("filter-1274492040")
Expand Down Expand Up @@ -259,7 +259,7 @@ public final ListMembershipsPagedResponse listMemberships(ListMembershipsRequest
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* ListMembershipsRequest request =
* ListMembershipsRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setFilter("filter-1274492040")
Expand Down Expand Up @@ -289,7 +289,7 @@ public final ListMembershipsPagedResponse listMemberships(ListMembershipsRequest
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* ListMembershipsRequest request =
* ListMembershipsRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .setFilter("filter-1274492040")
Expand Down Expand Up @@ -459,7 +459,7 @@ public final OperationFuture<Membership, OperationMetadata> createMembershipAsyn
*
* <pre>{@code
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* String parent = MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString();
* String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
* Membership resource = Membership.newBuilder().build();
* String membershipId = "membershipId517665681";
* Membership response =
Expand Down Expand Up @@ -503,7 +503,7 @@ public final OperationFuture<Membership, OperationMetadata> createMembershipAsyn
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* CreateMembershipRequest request =
* CreateMembershipRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setMembershipId("membershipId517665681")
* .setResource(Membership.newBuilder().build())
* .build();
Expand Down Expand Up @@ -533,7 +533,7 @@ public final OperationFuture<Membership, OperationMetadata> createMembershipAsyn
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* CreateMembershipRequest request =
* CreateMembershipRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setMembershipId("membershipId517665681")
* .setResource(Membership.newBuilder().build())
* .build();
Expand Down Expand Up @@ -563,7 +563,7 @@ public final OperationFuture<Membership, OperationMetadata> createMembershipAsyn
* try (GkeHubClient gkeHubClient = GkeHubClient.create()) {
* CreateMembershipRequest request =
* CreateMembershipRequest.newBuilder()
* .setParent(MembershipName.of("[PROJECT]", "[LOCATION]", "[MEMBERSHIP]").toString())
* .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
* .setMembershipId("membershipId517665681")
* .setResource(Membership.newBuilder().build())
* .build();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/gkehub/v1/service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GkeHubGrpc {

private GkeHubGrpc() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/gkehub/v1alpha/service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GkeHubGrpc {

private GkeHubGrpc() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/gkehub/v1alpha2/membership.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GkeHubGrpc {

private GkeHubGrpc() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/location/locations.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class LocationsGrpc {

private LocationsGrpc() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/gkehub/v1beta/service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GkeHubGrpc {

private GkeHubGrpc() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/gkehub/v1beta1/membership.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class GkeHubMembershipServiceGrpc {

private GkeHubMembershipServiceGrpc() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/location/locations.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class LocationsGrpc {

private LocationsGrpc() {}
Expand Down

0 comments on commit 2dd4321

Please sign in to comment.