diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata
index 534de054..66d27931 100644
--- a/.github/readme/synth.metadata/synth.metadata
+++ b/.github/readme/synth.metadata/synth.metadata
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigqueryreservation.git",
- "sha": "c9d75475ef8a9c72aa7e065e0cea871188385f5c"
+ "sha": "e3b6ddc31a76a78d46e13d34bdf655f08252e25f"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
+ "sha": "8c5628b86cfa8386de7b8fc1675e6b528b552d57"
}
}
]
diff --git a/.kokoro/release/publish_javadoc.cfg b/.kokoro/release/publish_javadoc.cfg
index a8d69128..ec5623e8 100644
--- a/.kokoro/release/publish_javadoc.cfg
+++ b/.kokoro/release/publish_javadoc.cfg
@@ -7,12 +7,6 @@ env_vars: {
value: "docs-staging"
}
-# cloud-rad staging
-env_vars: {
- key: "STAGING_BUCKET_V2"
- value: "docs-staging-v2-staging"
-}
-
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/java-bigqueryreservation/.kokoro/release/publish_javadoc.sh"
@@ -26,4 +20,4 @@ before_action {
keyname: "docuploader_service_account"
}
}
-}
\ No newline at end of file
+}
diff --git a/.kokoro/release/publish_javadoc.sh b/.kokoro/release/publish_javadoc.sh
index ae39e15b..3acd1b00 100755
--- a/.kokoro/release/publish_javadoc.sh
+++ b/.kokoro/release/publish_javadoc.sh
@@ -56,22 +56,3 @@ python3 -m docuploader create-metadata \
python3 -m docuploader upload . \
--credentials ${CREDENTIALS} \
--staging-bucket ${STAGING_BUCKET}
-
-popd
-
-# V2 due to problems w/ the released javadoc plugin doclava, Java 8 is required. Beware of accidental updates.
-
-mvn clean site -B -q -Ddevsite.template="${KOKORO_GFILE_DIR}/java/"
-
-pushd target/devsite/reference
-
-# create metadata
-python3 -m docuploader create-metadata \
- --name ${NAME} \
- --version ${VERSION} \
- --language java
-
-# upload docs to staging bucket
-python3 -m docuploader upload . \
- --credentials ${CREDENTIALS} \
- --staging-bucket ${STAGING_BUCKET_V2}
diff --git a/.kokoro/release/publish_javadoc11.sh b/.kokoro/release/publish_javadoc11.sh
index 4dd5c4c4..ab996a2c 100755
--- a/.kokoro/release/publish_javadoc11.sh
+++ b/.kokoro/release/publish_javadoc11.sh
@@ -40,6 +40,9 @@ export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3)
# generate yml
mvn clean site -B -q -P docFX
+# copy README to docfx-yml dir and rename index.md
+cp README.md target/docfx-yml/index.md
+
pushd target/docfx-yml
# create metadata
@@ -52,4 +55,4 @@ python3 -m docuploader create-metadata \
python3 -m docuploader upload . \
--credentials ${CREDENTIALS} \
--staging-bucket ${STAGING_BUCKET_V2} \
- --destination-prefix docfx-
+ --destination-prefix docfx
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f4300ff..f649385b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+### [1.1.2](https://www.github.com/googleapis/java-bigqueryreservation/compare/v1.1.1...v1.1.2) (2021-03-09)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#345](https://www.github.com/googleapis/java-bigqueryreservation/issues/345)) ([9949bd6](https://www.github.com/googleapis/java-bigqueryreservation/commit/9949bd697526658b24e8313b55d92b222f37c4b3))
+
### [1.1.1](https://www.github.com/googleapis/java-bigqueryreservation/compare/v1.1.0...v1.1.1) (2021-02-25)
diff --git a/README.md b/README.md
index 7e954e73..0f3f4393 100644
--- a/README.md
+++ b/README.md
@@ -17,18 +17,18 @@ If you are using Maven, add this to your pom.xml file:
com.google.cloud
google-cloud-bigqueryreservation
- 1.1.0
+ 1.1.1
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-bigqueryreservation:1.1.0'
+compile 'com.google.cloud:google-cloud-bigqueryreservation:1.1.1'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.1.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "1.1.1"
```
## Authentication
diff --git a/google-cloud-bigqueryreservation-bom/pom.xml b/google-cloud-bigqueryreservation-bom/pom.xml
index 5440bb9d..5a612951 100644
--- a/google-cloud-bigqueryreservation-bom/pom.xml
+++ b/google-cloud-bigqueryreservation-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigqueryreservation-bom
- 1.1.1
+ 1.1.2
pom
com.google.cloud
@@ -63,17 +63,17 @@
com.google.cloud
google-cloud-bigqueryreservation
- 1.1.1
+ 1.1.2
com.google.api.grpc
proto-google-cloud-bigqueryreservation-v1
- 1.1.1
+ 1.1.2
com.google.api.grpc
grpc-google-cloud-bigqueryreservation-v1
- 1.1.1
+ 1.1.2
diff --git a/google-cloud-bigqueryreservation/pom.xml b/google-cloud-bigqueryreservation/pom.xml
index 55308ba0..2c3cf728 100644
--- a/google-cloud-bigqueryreservation/pom.xml
+++ b/google-cloud-bigqueryreservation/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-bigqueryreservation
- 1.1.1
+ 1.1.2
jar
Google Cloud BigQuery Reservations
https://github.com/googleapis/java-bigqueryreservation
@@ -11,7 +11,7 @@
com.google.cloud
google-cloud-bigqueryreservation-parent
- 1.1.1
+ 1.1.2
google-cloud-bigqueryreservation
diff --git a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClient.java b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClient.java
index 32a9d221..9e945336 100644
--- a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClient.java
+++ b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClient.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceSettings.java b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceSettings.java
index 0fc46be8..407064fa 100644
--- a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceSettings.java
+++ b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceSettings.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/package-info.java b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/package-info.java
index 99d3295f..9637afac 100644
--- a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/package-info.java
+++ b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/GrpcReservationServiceCallableFactory.java b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/GrpcReservationServiceCallableFactory.java
index add6a46a..113afad4 100644
--- a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/GrpcReservationServiceCallableFactory.java
+++ b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/GrpcReservationServiceCallableFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/GrpcReservationServiceStub.java b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/GrpcReservationServiceStub.java
index 468a2ba3..eda63524 100644
--- a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/GrpcReservationServiceStub.java
+++ b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/GrpcReservationServiceStub.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/ReservationServiceStub.java b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/ReservationServiceStub.java
index 10447bcc..5c959468 100644
--- a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/ReservationServiceStub.java
+++ b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/ReservationServiceStub.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/ReservationServiceStubSettings.java b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/ReservationServiceStubSettings.java
index aec74ef4..7d90a5c8 100644
--- a/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/ReservationServiceStubSettings.java
+++ b/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/ReservationServiceStubSettings.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/MockReservationService.java b/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/MockReservationService.java
index 958c5ddc..80fed8b6 100644
--- a/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/MockReservationService.java
+++ b/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/MockReservationService.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/MockReservationServiceImpl.java b/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/MockReservationServiceImpl.java
index 60694fc5..6ffea970 100644
--- a/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/MockReservationServiceImpl.java
+++ b/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/MockReservationServiceImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClientTest.java b/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClientTest.java
index 007cc6f0..f6f9f3d3 100644
--- a/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClientTest.java
+++ b/google-cloud-bigqueryreservation/src/test/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceClientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/grpc-google-cloud-bigqueryreservation-v1/pom.xml b/grpc-google-cloud-bigqueryreservation-v1/pom.xml
index cd6596c2..b7634c26 100644
--- a/grpc-google-cloud-bigqueryreservation-v1/pom.xml
+++ b/grpc-google-cloud-bigqueryreservation-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-bigqueryreservation-v1
- 1.1.1
+ 1.1.2
grpc-google-cloud-bigqueryreservation-v1
GRPC library for grpc-google-cloud-bigqueryreservation-v1
com.google.cloud
google-cloud-bigqueryreservation-parent
- 1.1.1
+ 1.1.2
diff --git a/grpc-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceGrpc.java b/grpc-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceGrpc.java
index ee236f96..37363b3a 100644
--- a/grpc-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceGrpc.java
+++ b/grpc-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationServiceGrpc.java
@@ -16,11 +16,6 @@
package com.google.cloud.bigquery.reservation.v1;
import static io.grpc.MethodDescriptor.generateFullMethodName;
-import static io.grpc.stub.ClientCalls.asyncUnaryCall;
-import static io.grpc.stub.ClientCalls.blockingUnaryCall;
-import static io.grpc.stub.ClientCalls.futureUnaryCall;
-import static io.grpc.stub.ServerCalls.asyncUnaryCall;
-import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
/**
*
@@ -1061,7 +1056,8 @@ public void createReservation(
com.google.cloud.bigquery.reservation.v1.CreateReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getCreateReservationMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getCreateReservationMethod(), responseObserver);
}
/**
@@ -1076,7 +1072,8 @@ public void listReservations(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.ListReservationsResponse>
responseObserver) {
- asyncUnimplementedUnaryCall(getListReservationsMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getListReservationsMethod(), responseObserver);
}
/**
@@ -1090,7 +1087,8 @@ public void getReservation(
com.google.cloud.bigquery.reservation.v1.GetReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getGetReservationMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getGetReservationMethod(), responseObserver);
}
/**
@@ -1105,7 +1103,8 @@ public void getReservation(
public void deleteReservation(
com.google.cloud.bigquery.reservation.v1.DeleteReservationRequest request,
io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getDeleteReservationMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getDeleteReservationMethod(), responseObserver);
}
/**
@@ -1119,7 +1118,8 @@ public void updateReservation(
com.google.cloud.bigquery.reservation.v1.UpdateReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getUpdateReservationMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getUpdateReservationMethod(), responseObserver);
}
/**
@@ -1133,7 +1133,8 @@ public void createCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.CreateCapacityCommitmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getCreateCapacityCommitmentMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getCreateCapacityCommitmentMethod(), responseObserver);
}
/**
@@ -1148,7 +1149,8 @@ public void listCapacityCommitments(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsResponse>
responseObserver) {
- asyncUnimplementedUnaryCall(getListCapacityCommitmentsMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getListCapacityCommitmentsMethod(), responseObserver);
}
/**
@@ -1162,7 +1164,8 @@ public void getCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.GetCapacityCommitmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getGetCapacityCommitmentMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getGetCapacityCommitmentMethod(), responseObserver);
}
/**
@@ -1177,7 +1180,8 @@ public void getCapacityCommitment(
public void deleteCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.DeleteCapacityCommitmentRequest request,
io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getDeleteCapacityCommitmentMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getDeleteCapacityCommitmentMethod(), responseObserver);
}
/**
@@ -1195,7 +1199,8 @@ public void updateCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.UpdateCapacityCommitmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getUpdateCapacityCommitmentMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getUpdateCapacityCommitmentMethod(), responseObserver);
}
/**
@@ -1215,7 +1220,8 @@ public void splitCapacityCommitment(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentResponse>
responseObserver) {
- asyncUnimplementedUnaryCall(getSplitCapacityCommitmentMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getSplitCapacityCommitmentMethod(), responseObserver);
}
/**
@@ -1233,7 +1239,8 @@ public void mergeCapacityCommitments(
com.google.cloud.bigquery.reservation.v1.MergeCapacityCommitmentsRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getMergeCapacityCommitmentsMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getMergeCapacityCommitmentsMethod(), responseObserver);
}
/**
@@ -1269,7 +1276,8 @@ public void createAssignment(
com.google.cloud.bigquery.reservation.v1.CreateAssignmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getCreateAssignmentMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getCreateAssignmentMethod(), responseObserver);
}
/**
@@ -1298,7 +1306,8 @@ public void listAssignments(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.ListAssignmentsResponse>
responseObserver) {
- asyncUnimplementedUnaryCall(getListAssignmentsMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getListAssignmentsMethod(), responseObserver);
}
/**
@@ -1322,7 +1331,8 @@ public void listAssignments(
public void deleteAssignment(
com.google.cloud.bigquery.reservation.v1.DeleteAssignmentRequest request,
io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getDeleteAssignmentMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getDeleteAssignmentMethod(), responseObserver);
}
/**
@@ -1353,7 +1363,8 @@ public void searchAssignments(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.SearchAssignmentsResponse>
responseObserver) {
- asyncUnimplementedUnaryCall(getSearchAssignmentsMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getSearchAssignmentsMethod(), responseObserver);
}
/**
@@ -1370,7 +1381,8 @@ public void moveAssignment(
com.google.cloud.bigquery.reservation.v1.MoveAssignmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getMoveAssignmentMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getMoveAssignmentMethod(), responseObserver);
}
/**
@@ -1384,7 +1396,8 @@ public void getBiReservation(
com.google.cloud.bigquery.reservation.v1.GetBiReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getGetBiReservationMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getGetBiReservationMethod(), responseObserver);
}
/**
@@ -1403,7 +1416,8 @@ public void updateBiReservation(
com.google.cloud.bigquery.reservation.v1.UpdateBiReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnimplementedUnaryCall(getUpdateBiReservationMethod(), responseObserver);
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
+ getUpdateBiReservationMethod(), responseObserver);
}
@java.lang.Override
@@ -1411,130 +1425,130 @@ public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getCreateReservationMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.CreateReservationRequest,
com.google.cloud.bigquery.reservation.v1.Reservation>(
this, METHODID_CREATE_RESERVATION)))
.addMethod(
getListReservationsMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.ListReservationsRequest,
com.google.cloud.bigquery.reservation.v1.ListReservationsResponse>(
this, METHODID_LIST_RESERVATIONS)))
.addMethod(
getGetReservationMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.GetReservationRequest,
com.google.cloud.bigquery.reservation.v1.Reservation>(
this, METHODID_GET_RESERVATION)))
.addMethod(
getDeleteReservationMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.DeleteReservationRequest,
com.google.protobuf.Empty>(this, METHODID_DELETE_RESERVATION)))
.addMethod(
getUpdateReservationMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.UpdateReservationRequest,
com.google.cloud.bigquery.reservation.v1.Reservation>(
this, METHODID_UPDATE_RESERVATION)))
.addMethod(
getCreateCapacityCommitmentMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.CreateCapacityCommitmentRequest,
com.google.cloud.bigquery.reservation.v1.CapacityCommitment>(
this, METHODID_CREATE_CAPACITY_COMMITMENT)))
.addMethod(
getListCapacityCommitmentsMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsRequest,
com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsResponse>(
this, METHODID_LIST_CAPACITY_COMMITMENTS)))
.addMethod(
getGetCapacityCommitmentMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.GetCapacityCommitmentRequest,
com.google.cloud.bigquery.reservation.v1.CapacityCommitment>(
this, METHODID_GET_CAPACITY_COMMITMENT)))
.addMethod(
getDeleteCapacityCommitmentMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.DeleteCapacityCommitmentRequest,
com.google.protobuf.Empty>(this, METHODID_DELETE_CAPACITY_COMMITMENT)))
.addMethod(
getUpdateCapacityCommitmentMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.UpdateCapacityCommitmentRequest,
com.google.cloud.bigquery.reservation.v1.CapacityCommitment>(
this, METHODID_UPDATE_CAPACITY_COMMITMENT)))
.addMethod(
getSplitCapacityCommitmentMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentRequest,
com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentResponse>(
this, METHODID_SPLIT_CAPACITY_COMMITMENT)))
.addMethod(
getMergeCapacityCommitmentsMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.MergeCapacityCommitmentsRequest,
com.google.cloud.bigquery.reservation.v1.CapacityCommitment>(
this, METHODID_MERGE_CAPACITY_COMMITMENTS)))
.addMethod(
getCreateAssignmentMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.CreateAssignmentRequest,
com.google.cloud.bigquery.reservation.v1.Assignment>(
this, METHODID_CREATE_ASSIGNMENT)))
.addMethod(
getListAssignmentsMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.ListAssignmentsRequest,
com.google.cloud.bigquery.reservation.v1.ListAssignmentsResponse>(
this, METHODID_LIST_ASSIGNMENTS)))
.addMethod(
getDeleteAssignmentMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.DeleteAssignmentRequest,
com.google.protobuf.Empty>(this, METHODID_DELETE_ASSIGNMENT)))
.addMethod(
getSearchAssignmentsMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.SearchAssignmentsRequest,
com.google.cloud.bigquery.reservation.v1.SearchAssignmentsResponse>(
this, METHODID_SEARCH_ASSIGNMENTS)))
.addMethod(
getMoveAssignmentMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.MoveAssignmentRequest,
com.google.cloud.bigquery.reservation.v1.Assignment>(
this, METHODID_MOVE_ASSIGNMENT)))
.addMethod(
getGetBiReservationMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.GetBiReservationRequest,
com.google.cloud.bigquery.reservation.v1.BiReservation>(
this, METHODID_GET_BI_RESERVATION)))
.addMethod(
getUpdateBiReservationMethod(),
- asyncUnaryCall(
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.cloud.bigquery.reservation.v1.UpdateBiReservationRequest,
com.google.cloud.bigquery.reservation.v1.BiReservation>(
@@ -1585,7 +1599,7 @@ public void createReservation(
com.google.cloud.bigquery.reservation.v1.CreateReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getCreateReservationMethod(), getCallOptions()),
request,
responseObserver);
@@ -1603,7 +1617,7 @@ public void listReservations(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.ListReservationsResponse>
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getListReservationsMethod(), getCallOptions()),
request,
responseObserver);
@@ -1620,7 +1634,7 @@ public void getReservation(
com.google.cloud.bigquery.reservation.v1.GetReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetReservationMethod(), getCallOptions()),
request,
responseObserver);
@@ -1638,7 +1652,7 @@ public void getReservation(
public void deleteReservation(
com.google.cloud.bigquery.reservation.v1.DeleteReservationRequest request,
io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeleteReservationMethod(), getCallOptions()),
request,
responseObserver);
@@ -1655,7 +1669,7 @@ public void updateReservation(
com.google.cloud.bigquery.reservation.v1.UpdateReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateReservationMethod(), getCallOptions()),
request,
responseObserver);
@@ -1672,7 +1686,7 @@ public void createCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.CreateCapacityCommitmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getCreateCapacityCommitmentMethod(), getCallOptions()),
request,
responseObserver);
@@ -1690,7 +1704,7 @@ public void listCapacityCommitments(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsResponse>
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getListCapacityCommitmentsMethod(), getCallOptions()),
request,
responseObserver);
@@ -1707,7 +1721,7 @@ public void getCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.GetCapacityCommitmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetCapacityCommitmentMethod(), getCallOptions()),
request,
responseObserver);
@@ -1725,7 +1739,7 @@ public void getCapacityCommitment(
public void deleteCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.DeleteCapacityCommitmentRequest request,
io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeleteCapacityCommitmentMethod(), getCallOptions()),
request,
responseObserver);
@@ -1746,7 +1760,7 @@ public void updateCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.UpdateCapacityCommitmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateCapacityCommitmentMethod(), getCallOptions()),
request,
responseObserver);
@@ -1769,7 +1783,7 @@ public void splitCapacityCommitment(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentResponse>
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getSplitCapacityCommitmentMethod(), getCallOptions()),
request,
responseObserver);
@@ -1790,7 +1804,7 @@ public void mergeCapacityCommitments(
com.google.cloud.bigquery.reservation.v1.MergeCapacityCommitmentsRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getMergeCapacityCommitmentsMethod(), getCallOptions()),
request,
responseObserver);
@@ -1829,7 +1843,7 @@ public void createAssignment(
com.google.cloud.bigquery.reservation.v1.CreateAssignmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getCreateAssignmentMethod(), getCallOptions()),
request,
responseObserver);
@@ -1861,7 +1875,7 @@ public void listAssignments(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.ListAssignmentsResponse>
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getListAssignmentsMethod(), getCallOptions()),
request,
responseObserver);
@@ -1888,7 +1902,7 @@ public void listAssignments(
public void deleteAssignment(
com.google.cloud.bigquery.reservation.v1.DeleteAssignmentRequest request,
io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeleteAssignmentMethod(), getCallOptions()),
request,
responseObserver);
@@ -1922,7 +1936,7 @@ public void searchAssignments(
io.grpc.stub.StreamObserver<
com.google.cloud.bigquery.reservation.v1.SearchAssignmentsResponse>
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getSearchAssignmentsMethod(), getCallOptions()),
request,
responseObserver);
@@ -1942,7 +1956,7 @@ public void moveAssignment(
com.google.cloud.bigquery.reservation.v1.MoveAssignmentRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getMoveAssignmentMethod(), getCallOptions()),
request,
responseObserver);
@@ -1959,7 +1973,7 @@ public void getBiReservation(
com.google.cloud.bigquery.reservation.v1.GetBiReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetBiReservationMethod(), getCallOptions()),
request,
responseObserver);
@@ -1981,7 +1995,7 @@ public void updateBiReservation(
com.google.cloud.bigquery.reservation.v1.UpdateBiReservationRequest request,
io.grpc.stub.StreamObserver
responseObserver) {
- asyncUnaryCall(
+ io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateBiReservationMethod(), getCallOptions()),
request,
responseObserver);
@@ -2029,7 +2043,7 @@ protected ReservationServiceBlockingStub build(
*/
public com.google.cloud.bigquery.reservation.v1.Reservation createReservation(
com.google.cloud.bigquery.reservation.v1.CreateReservationRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateReservationMethod(), getCallOptions(), request);
}
@@ -2042,7 +2056,7 @@ public com.google.cloud.bigquery.reservation.v1.Reservation createReservation(
*/
public com.google.cloud.bigquery.reservation.v1.ListReservationsResponse listReservations(
com.google.cloud.bigquery.reservation.v1.ListReservationsRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getListReservationsMethod(), getCallOptions(), request);
}
@@ -2055,7 +2069,8 @@ public com.google.cloud.bigquery.reservation.v1.ListReservationsResponse listRes
*/
public com.google.cloud.bigquery.reservation.v1.Reservation getReservation(
com.google.cloud.bigquery.reservation.v1.GetReservationRequest request) {
- return blockingUnaryCall(getChannel(), getGetReservationMethod(), getCallOptions(), request);
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
+ getChannel(), getGetReservationMethod(), getCallOptions(), request);
}
/**
@@ -2069,7 +2084,7 @@ public com.google.cloud.bigquery.reservation.v1.Reservation getReservation(
*/
public com.google.protobuf.Empty deleteReservation(
com.google.cloud.bigquery.reservation.v1.DeleteReservationRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getDeleteReservationMethod(), getCallOptions(), request);
}
@@ -2082,7 +2097,7 @@ public com.google.protobuf.Empty deleteReservation(
*/
public com.google.cloud.bigquery.reservation.v1.Reservation updateReservation(
com.google.cloud.bigquery.reservation.v1.UpdateReservationRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateReservationMethod(), getCallOptions(), request);
}
@@ -2095,7 +2110,7 @@ public com.google.cloud.bigquery.reservation.v1.Reservation updateReservation(
*/
public com.google.cloud.bigquery.reservation.v1.CapacityCommitment createCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.CreateCapacityCommitmentRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateCapacityCommitmentMethod(), getCallOptions(), request);
}
@@ -2109,7 +2124,7 @@ public com.google.cloud.bigquery.reservation.v1.CapacityCommitment createCapacit
public com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsResponse
listCapacityCommitments(
com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getListCapacityCommitmentsMethod(), getCallOptions(), request);
}
@@ -2122,7 +2137,7 @@ public com.google.cloud.bigquery.reservation.v1.CapacityCommitment createCapacit
*/
public com.google.cloud.bigquery.reservation.v1.CapacityCommitment getCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.GetCapacityCommitmentRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetCapacityCommitmentMethod(), getCallOptions(), request);
}
@@ -2137,7 +2152,7 @@ public com.google.cloud.bigquery.reservation.v1.CapacityCommitment getCapacityCo
*/
public com.google.protobuf.Empty deleteCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.DeleteCapacityCommitmentRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getDeleteCapacityCommitmentMethod(), getCallOptions(), request);
}
@@ -2154,7 +2169,7 @@ public com.google.protobuf.Empty deleteCapacityCommitment(
*/
public com.google.cloud.bigquery.reservation.v1.CapacityCommitment updateCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.UpdateCapacityCommitmentRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateCapacityCommitmentMethod(), getCallOptions(), request);
}
@@ -2173,7 +2188,7 @@ public com.google.cloud.bigquery.reservation.v1.CapacityCommitment updateCapacit
public com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentResponse
splitCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getSplitCapacityCommitmentMethod(), getCallOptions(), request);
}
@@ -2190,7 +2205,7 @@ public com.google.cloud.bigquery.reservation.v1.CapacityCommitment updateCapacit
*/
public com.google.cloud.bigquery.reservation.v1.CapacityCommitment mergeCapacityCommitments(
com.google.cloud.bigquery.reservation.v1.MergeCapacityCommitmentsRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getMergeCapacityCommitmentsMethod(), getCallOptions(), request);
}
@@ -2225,7 +2240,7 @@ public com.google.cloud.bigquery.reservation.v1.CapacityCommitment mergeCapacity
*/
public com.google.cloud.bigquery.reservation.v1.Assignment createAssignment(
com.google.cloud.bigquery.reservation.v1.CreateAssignmentRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateAssignmentMethod(), getCallOptions(), request);
}
@@ -2252,7 +2267,8 @@ public com.google.cloud.bigquery.reservation.v1.Assignment createAssignment(
*/
public com.google.cloud.bigquery.reservation.v1.ListAssignmentsResponse listAssignments(
com.google.cloud.bigquery.reservation.v1.ListAssignmentsRequest request) {
- return blockingUnaryCall(getChannel(), getListAssignmentsMethod(), getCallOptions(), request);
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
+ getChannel(), getListAssignmentsMethod(), getCallOptions(), request);
}
/**
@@ -2275,7 +2291,7 @@ public com.google.cloud.bigquery.reservation.v1.ListAssignmentsResponse listAssi
*/
public com.google.protobuf.Empty deleteAssignment(
com.google.cloud.bigquery.reservation.v1.DeleteAssignmentRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getDeleteAssignmentMethod(), getCallOptions(), request);
}
@@ -2304,7 +2320,7 @@ public com.google.protobuf.Empty deleteAssignment(
*/
public com.google.cloud.bigquery.reservation.v1.SearchAssignmentsResponse searchAssignments(
com.google.cloud.bigquery.reservation.v1.SearchAssignmentsRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getSearchAssignmentsMethod(), getCallOptions(), request);
}
@@ -2320,7 +2336,8 @@ public com.google.cloud.bigquery.reservation.v1.SearchAssignmentsResponse search
*/
public com.google.cloud.bigquery.reservation.v1.Assignment moveAssignment(
com.google.cloud.bigquery.reservation.v1.MoveAssignmentRequest request) {
- return blockingUnaryCall(getChannel(), getMoveAssignmentMethod(), getCallOptions(), request);
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
+ getChannel(), getMoveAssignmentMethod(), getCallOptions(), request);
}
/**
@@ -2332,7 +2349,7 @@ public com.google.cloud.bigquery.reservation.v1.Assignment moveAssignment(
*/
public com.google.cloud.bigquery.reservation.v1.BiReservation getBiReservation(
com.google.cloud.bigquery.reservation.v1.GetBiReservationRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetBiReservationMethod(), getCallOptions(), request);
}
@@ -2350,7 +2367,7 @@ public com.google.cloud.bigquery.reservation.v1.BiReservation getBiReservation(
*/
public com.google.cloud.bigquery.reservation.v1.BiReservation updateBiReservation(
com.google.cloud.bigquery.reservation.v1.UpdateBiReservationRequest request) {
- return blockingUnaryCall(
+ return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateBiReservationMethod(), getCallOptions(), request);
}
}
@@ -2397,7 +2414,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.Reservation>
createReservation(
com.google.cloud.bigquery.reservation.v1.CreateReservationRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateReservationMethod(), getCallOptions()), request);
}
@@ -2411,7 +2428,7 @@ protected ReservationServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.reservation.v1.ListReservationsResponse>
listReservations(com.google.cloud.bigquery.reservation.v1.ListReservationsRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getListReservationsMethod(), getCallOptions()), request);
}
@@ -2425,7 +2442,7 @@ protected ReservationServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.reservation.v1.Reservation>
getReservation(com.google.cloud.bigquery.reservation.v1.GetReservationRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetReservationMethod(), getCallOptions()), request);
}
@@ -2441,7 +2458,7 @@ protected ReservationServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture
deleteReservation(
com.google.cloud.bigquery.reservation.v1.DeleteReservationRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeleteReservationMethod(), getCallOptions()), request);
}
@@ -2456,7 +2473,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.Reservation>
updateReservation(
com.google.cloud.bigquery.reservation.v1.UpdateReservationRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateReservationMethod(), getCallOptions()), request);
}
@@ -2471,7 +2488,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.CapacityCommitment>
createCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.CreateCapacityCommitmentRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateCapacityCommitmentMethod(), getCallOptions()), request);
}
@@ -2486,7 +2503,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsResponse>
listCapacityCommitments(
com.google.cloud.bigquery.reservation.v1.ListCapacityCommitmentsRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getListCapacityCommitmentsMethod(), getCallOptions()), request);
}
@@ -2501,7 +2518,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.CapacityCommitment>
getCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.GetCapacityCommitmentRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetCapacityCommitmentMethod(), getCallOptions()), request);
}
@@ -2517,7 +2534,7 @@ protected ReservationServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture
deleteCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.DeleteCapacityCommitmentRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeleteCapacityCommitmentMethod(), getCallOptions()), request);
}
@@ -2536,7 +2553,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.CapacityCommitment>
updateCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.UpdateCapacityCommitmentRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateCapacityCommitmentMethod(), getCallOptions()), request);
}
@@ -2556,7 +2573,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentResponse>
splitCapacityCommitment(
com.google.cloud.bigquery.reservation.v1.SplitCapacityCommitmentRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getSplitCapacityCommitmentMethod(), getCallOptions()), request);
}
@@ -2575,7 +2592,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.CapacityCommitment>
mergeCapacityCommitments(
com.google.cloud.bigquery.reservation.v1.MergeCapacityCommitmentsRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getMergeCapacityCommitmentsMethod(), getCallOptions()), request);
}
@@ -2611,7 +2628,7 @@ protected ReservationServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.reservation.v1.Assignment>
createAssignment(com.google.cloud.bigquery.reservation.v1.CreateAssignmentRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateAssignmentMethod(), getCallOptions()), request);
}
@@ -2639,7 +2656,7 @@ protected ReservationServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.reservation.v1.ListAssignmentsResponse>
listAssignments(com.google.cloud.bigquery.reservation.v1.ListAssignmentsRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getListAssignmentsMethod(), getCallOptions()), request);
}
@@ -2663,7 +2680,7 @@ protected ReservationServiceFutureStub build(
*/
public com.google.common.util.concurrent.ListenableFuture
deleteAssignment(com.google.cloud.bigquery.reservation.v1.DeleteAssignmentRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeleteAssignmentMethod(), getCallOptions()), request);
}
@@ -2694,7 +2711,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.SearchAssignmentsResponse>
searchAssignments(
com.google.cloud.bigquery.reservation.v1.SearchAssignmentsRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getSearchAssignmentsMethod(), getCallOptions()), request);
}
@@ -2711,7 +2728,7 @@ protected ReservationServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.reservation.v1.Assignment>
moveAssignment(com.google.cloud.bigquery.reservation.v1.MoveAssignmentRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getMoveAssignmentMethod(), getCallOptions()), request);
}
@@ -2725,7 +2742,7 @@ protected ReservationServiceFutureStub build(
public com.google.common.util.concurrent.ListenableFuture<
com.google.cloud.bigquery.reservation.v1.BiReservation>
getBiReservation(com.google.cloud.bigquery.reservation.v1.GetBiReservationRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetBiReservationMethod(), getCallOptions()), request);
}
@@ -2745,7 +2762,7 @@ protected ReservationServiceFutureStub build(
com.google.cloud.bigquery.reservation.v1.BiReservation>
updateBiReservation(
com.google.cloud.bigquery.reservation.v1.UpdateBiReservationRequest request) {
- return futureUnaryCall(
+ return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateBiReservationMethod(), getCallOptions()), request);
}
}
diff --git a/pom.xml b/pom.xml
index 8e65b622..bb9c7797 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-bigqueryreservation-parent
pom
- 1.1.1
+ 1.1.2
Google Cloud BigQuery Reservations Parent
https://github.com/googleapis/java-bigqueryreservation
@@ -70,23 +70,23 @@
com.google.cloud
google-cloud-bigqueryreservation
- 1.1.1
+ 1.1.2
com.google.api.grpc
proto-google-cloud-bigqueryreservation-v1
- 1.1.1
+ 1.1.2
com.google.api.grpc
grpc-google-cloud-bigqueryreservation-v1
- 1.1.1
+ 1.1.2
com.google.cloud
google-cloud-shared-dependencies
- 0.20.0
+ 0.20.1
pom
import
diff --git a/proto-google-cloud-bigqueryreservation-v1/pom.xml b/proto-google-cloud-bigqueryreservation-v1/pom.xml
index 8b090299..8de2ede9 100644
--- a/proto-google-cloud-bigqueryreservation-v1/pom.xml
+++ b/proto-google-cloud-bigqueryreservation-v1/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-bigqueryreservation-v1
- 1.1.1
+ 1.1.2
proto-google-cloud-bigqueryreservation-v1
PROTO library for proto-google-cloud-bigqueryreservation-v1
com.google.cloud
google-cloud-bigqueryreservation-parent
- 1.1.1
+ 1.1.2
diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentName.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentName.java
index d61feba7..ea3c3139 100644
--- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentName.java
+++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/AssignmentName.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationName.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationName.java
index 92db07f7..6385ca71 100644
--- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationName.java
+++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/BiReservationName.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentName.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentName.java
index 083b499c..6c08d297 100644
--- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentName.java
+++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/CapacityCommitmentName.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/LocationName.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/LocationName.java
index 28a6e2ae..7289fa03 100644
--- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/LocationName.java
+++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/LocationName.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationName.java b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationName.java
index 7eee1661..fa7554f6 100644
--- a/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationName.java
+++ b/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ReservationName.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2020 Google LLC
+ * Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 26d47ff0..771d9e97 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -29,7 +29,7 @@
com.google.cloud
google-cloud-bigqueryreservation
- 1.1.0
+ 1.1.1
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 5e89347d..07a02491 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-bigqueryreservation
- 1.1.0
+ 1.1.1
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index 39f7fb21..57f51035 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -30,7 +30,7 @@
com.google.cloud
libraries-bom
- 18.0.0
+ 19.0.0
pom
import
@@ -41,7 +41,7 @@
com.google.cloud
google-cloud-bigqueryreservation
- 1.1.0
+ 1.1.1
diff --git a/synth.metadata b/synth.metadata
index 7763e9d4..2417414e 100644
--- a/synth.metadata
+++ b/synth.metadata
@@ -4,22 +4,22 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigqueryreservation.git",
- "sha": "eec8507eaacb9ec7a83933fe1e54d4a20b8aad65"
+ "sha": "0405f2f8e9351d4d2a9a066044cc76214b38d193"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
- "sha": "af8f71dae961ee036a0ac52a1965270149a6b2c9",
- "internalRef": "358516065"
+ "sha": "0e915217fb5261c1e57bfaf0e16ee5c7feaaba89",
+ "internalRef": "361377784"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
- "sha": "6946fd71ae9215b0e7ae188f5057df765ee6d7d2"
+ "sha": "d0bdade9a962042dc0f770cf631086f3db59b5b0"
}
}
],
diff --git a/versions.txt b/versions.txt
index 70c081da..de0a8f8e 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version
-google-cloud-bigqueryreservation:1.1.1:1.1.1
-proto-google-cloud-bigqueryreservation-v1:1.1.1:1.1.1
-grpc-google-cloud-bigqueryreservation-v1:1.1.1:1.1.1
+google-cloud-bigqueryreservation:1.1.2:1.1.2
+proto-google-cloud-bigqueryreservation-v1:1.1.2:1.1.2
+grpc-google-cloud-bigqueryreservation-v1:1.1.2:1.1.2