- * This is a private alpha release of Cloud Bigtable instance level
- * permissions. This feature is not currently available to most Cloud Bigtable
- * customers. This feature might be changed in backward-incompatible ways and
- * is not recommended for production use. It is not subject to any SLA or
- * deprecation policy.
* Returns permissions that the caller has on the specified instance resource.
*
*/
diff --git a/google-api-grpc/grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminGrpc.java b/google-api-grpc/grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminGrpc.java
index 4a3e690c2485..8282bef8e275 100644
--- a/google-api-grpc/grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminGrpc.java
+++ b/google-api-grpc/grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableTableAdminGrpc.java
@@ -560,12 +560,13 @@ public void createTable(com.google.bigtable.admin.v2.CreateTableRequest request,
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Creates a new table from the specified snapshot. The target table must
* not exist. The snapshot and the table must be in the same instance.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void createTableFromSnapshot(com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest request,
@@ -630,10 +631,6 @@ public void dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest reques
/**
*
- * This is a private alpha release of Cloud Bigtable replication. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Generates a consistency token for a Table, which can be used in
* CheckConsistency to check whether mutations to the table that finished
* before this call started have been replicated. The tokens will be available
@@ -647,10 +644,6 @@ public void generateConsistencyToken(com.google.bigtable.admin.v2.GenerateConsis
/**
*
- * This is a private alpha release of Cloud Bigtable replication. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Checks replication consistency based on a consistency token, that is, if
* replication has caught up based on the conditions specified in the token
* and the check request.
@@ -663,12 +656,13 @@ public void checkConsistency(com.google.bigtable.admin.v2.CheckConsistencyReques
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Creates a new snapshot in the specified cluster from the specified
* source table. The cluster and the table must be in the same instance.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void snapshotTable(com.google.bigtable.admin.v2.SnapshotTableRequest request,
@@ -678,11 +672,12 @@ public void snapshotTable(com.google.bigtable.admin.v2.SnapshotTableRequest requ
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Gets metadata information about the specified snapshot.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void getSnapshot(com.google.bigtable.admin.v2.GetSnapshotRequest request,
@@ -692,11 +687,12 @@ public void getSnapshot(com.google.bigtable.admin.v2.GetSnapshotRequest request,
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Lists all snapshots associated with the specified cluster.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void listSnapshots(com.google.bigtable.admin.v2.ListSnapshotsRequest request,
@@ -706,11 +702,12 @@ public void listSnapshots(com.google.bigtable.admin.v2.ListSnapshotsRequest requ
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Permanently deletes the specified snapshot.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void deleteSnapshot(com.google.bigtable.admin.v2.DeleteSnapshotRequest request,
@@ -853,12 +850,13 @@ public void createTable(com.google.bigtable.admin.v2.CreateTableRequest request,
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Creates a new table from the specified snapshot. The target table must
* not exist. The snapshot and the table must be in the same instance.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void createTableFromSnapshot(com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest request,
@@ -929,10 +927,6 @@ public void dropRowRange(com.google.bigtable.admin.v2.DropRowRangeRequest reques
/**
*
- * This is a private alpha release of Cloud Bigtable replication. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Generates a consistency token for a Table, which can be used in
* CheckConsistency to check whether mutations to the table that finished
* before this call started have been replicated. The tokens will be available
@@ -947,10 +941,6 @@ public void generateConsistencyToken(com.google.bigtable.admin.v2.GenerateConsis
/**
*
- * This is a private alpha release of Cloud Bigtable replication. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Checks replication consistency based on a consistency token, that is, if
* replication has caught up based on the conditions specified in the token
* and the check request.
@@ -964,12 +954,13 @@ public void checkConsistency(com.google.bigtable.admin.v2.CheckConsistencyReques
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Creates a new snapshot in the specified cluster from the specified
* source table. The cluster and the table must be in the same instance.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void snapshotTable(com.google.bigtable.admin.v2.SnapshotTableRequest request,
@@ -980,11 +971,12 @@ public void snapshotTable(com.google.bigtable.admin.v2.SnapshotTableRequest requ
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Gets metadata information about the specified snapshot.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void getSnapshot(com.google.bigtable.admin.v2.GetSnapshotRequest request,
@@ -995,11 +987,12 @@ public void getSnapshot(com.google.bigtable.admin.v2.GetSnapshotRequest request,
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Lists all snapshots associated with the specified cluster.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void listSnapshots(com.google.bigtable.admin.v2.ListSnapshotsRequest request,
@@ -1010,11 +1003,12 @@ public void listSnapshots(com.google.bigtable.admin.v2.ListSnapshotsRequest requ
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Permanently deletes the specified snapshot.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public void deleteSnapshot(com.google.bigtable.admin.v2.DeleteSnapshotRequest request,
@@ -1061,12 +1055,13 @@ public com.google.bigtable.admin.v2.Table createTable(com.google.bigtable.admin.
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Creates a new table from the specified snapshot. The target table must
* not exist. The snapshot and the table must be in the same instance.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.longrunning.Operation createTableFromSnapshot(com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest request) {
@@ -1131,10 +1126,6 @@ public com.google.protobuf.Empty dropRowRange(com.google.bigtable.admin.v2.DropR
/**
*
- * This is a private alpha release of Cloud Bigtable replication. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Generates a consistency token for a Table, which can be used in
* CheckConsistency to check whether mutations to the table that finished
* before this call started have been replicated. The tokens will be available
@@ -1148,10 +1139,6 @@ public com.google.bigtable.admin.v2.GenerateConsistencyTokenResponse generateCon
/**
*
- * This is a private alpha release of Cloud Bigtable replication. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Checks replication consistency based on a consistency token, that is, if
* replication has caught up based on the conditions specified in the token
* and the check request.
@@ -1164,12 +1151,13 @@ public com.google.bigtable.admin.v2.CheckConsistencyResponse checkConsistency(co
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Creates a new snapshot in the specified cluster from the specified
* source table. The cluster and the table must be in the same instance.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.longrunning.Operation snapshotTable(com.google.bigtable.admin.v2.SnapshotTableRequest request) {
@@ -1179,11 +1167,12 @@ public com.google.longrunning.Operation snapshotTable(com.google.bigtable.admin.
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Gets metadata information about the specified snapshot.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.bigtable.admin.v2.Snapshot getSnapshot(com.google.bigtable.admin.v2.GetSnapshotRequest request) {
@@ -1193,11 +1182,12 @@ public com.google.bigtable.admin.v2.Snapshot getSnapshot(com.google.bigtable.adm
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Lists all snapshots associated with the specified cluster.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.bigtable.admin.v2.ListSnapshotsResponse listSnapshots(com.google.bigtable.admin.v2.ListSnapshotsRequest request) {
@@ -1207,11 +1197,12 @@ public com.google.bigtable.admin.v2.ListSnapshotsResponse listSnapshots(com.goog
/**
*
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Permanently deletes the specified snapshot.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.protobuf.Empty deleteSnapshot(com.google.bigtable.admin.v2.DeleteSnapshotRequest request) {
@@ -1258,12 +1249,13 @@ public com.google.common.util.concurrent.ListenableFuture
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Creates a new table from the specified snapshot. The target table must
* not exist. The snapshot and the table must be in the same instance.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.common.util.concurrent.ListenableFuture createTableFromSnapshot(
@@ -1334,10 +1326,6 @@ public com.google.common.util.concurrent.ListenableFuture
- * This is a private alpha release of Cloud Bigtable replication. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Generates a consistency token for a Table, which can be used in
* CheckConsistency to check whether mutations to the table that finished
* before this call started have been replicated. The tokens will be available
@@ -1352,10 +1340,6 @@ public com.google.common.util.concurrent.ListenableFuture
- * This is a private alpha release of Cloud Bigtable replication. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Checks replication consistency based on a consistency token, that is, if
* replication has caught up based on the conditions specified in the token
* and the check request.
@@ -1369,12 +1353,13 @@ public com.google.common.util.concurrent.ListenableFuture
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Creates a new snapshot in the specified cluster from the specified
* source table. The cluster and the table must be in the same instance.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.common.util.concurrent.ListenableFuture snapshotTable(
@@ -1385,11 +1370,12 @@ public com.google.common.util.concurrent.ListenableFuture
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Gets metadata information about the specified snapshot.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.common.util.concurrent.ListenableFuture getSnapshot(
@@ -1400,11 +1386,12 @@ public com.google.common.util.concurrent.ListenableFuture
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Lists all snapshots associated with the specified cluster.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.common.util.concurrent.ListenableFuture listSnapshots(
@@ -1415,11 +1402,12 @@ public com.google.common.util.concurrent.ListenableFuture
- * This is a private alpha release of Cloud Bigtable snapshots. This feature
- * is not currently available to most Cloud Bigtable customers. This feature
- * might be changed in backward-incompatible ways and is not recommended for
- * production use. It is not subject to any SLA or deprecation policy.
* Permanently deletes the specified snapshot.
+ * Note: This is a private alpha release of Cloud Bigtable snapshots. This
+ * feature is not currently available to most Cloud Bigtable customers. This
+ * feature might be changed in backward-incompatible ways and is not
+ * recommended for production use. It is not subject to any SLA or deprecation
+ * policy.
*
*/
public com.google.common.util.concurrent.ListenableFuture deleteSnapshot(
diff --git a/google-api-grpc/grpc-google-cloud-bigtable-v2/pom.xml b/google-api-grpc/grpc-google-cloud-bigtable-v2/pom.xml
index cef03bd8733a..6b86591bc014 100644
--- a/google-api-grpc/grpc-google-cloud-bigtable-v2/pom.xml
+++ b/google-api-grpc/grpc-google-cloud-bigtable-v2/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
grpc-google-cloud-bigtable-v2
- 0.11.1-SNAPSHOT
+ 0.14.1-SNAPSHOT
grpc-google-cloud-bigtable-v2
GRPC library for grpc-google-cloud-bigtable-v2
com.google.api.grpc
- google-api-grpc-pom
- 0.11.1-SNAPSHOT
+ google-api-grpc
+ 0.14.1-SNAPSHOT
diff --git a/google-api-grpc/grpc-google-cloud-container-v1/pom.xml b/google-api-grpc/grpc-google-cloud-container-v1/pom.xml
index 7ac524e795d2..dcc73df5bf4f 100644
--- a/google-api-grpc/grpc-google-cloud-container-v1/pom.xml
+++ b/google-api-grpc/grpc-google-cloud-container-v1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
grpc-google-cloud-container-v1
- 0.11.1-SNAPSHOT
+ 0.14.1-SNAPSHOT
grpc-google-cloud-container-v1
GRPC library for grpc-google-cloud-container-v1
com.google.api.grpc
- google-api-grpc-pom
- 0.11.1-SNAPSHOT
+ google-api-grpc
+ 0.14.1-SNAPSHOT
diff --git a/google-api-grpc/grpc-google-cloud-dataproc-v1/pom.xml b/google-api-grpc/grpc-google-cloud-dataproc-v1/pom.xml
index aea05e8cc7ee..a8985f14b6e4 100644
--- a/google-api-grpc/grpc-google-cloud-dataproc-v1/pom.xml
+++ b/google-api-grpc/grpc-google-cloud-dataproc-v1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
grpc-google-cloud-dataproc-v1
- 0.11.1-SNAPSHOT
+ 0.14.1-SNAPSHOT
grpc-google-cloud-dataproc-v1
GRPC library for grpc-google-cloud-dataproc-v1
com.google.api.grpc
- google-api-grpc-pom
- 0.11.1-SNAPSHOT
+ google-api-grpc
+ 0.14.1-SNAPSHOT
diff --git a/google-api-grpc/grpc-google-cloud-dialogflow-v2/pom.xml b/google-api-grpc/grpc-google-cloud-dialogflow-v2/pom.xml
index b0625f760fec..84e275497c0d 100644
--- a/google-api-grpc/grpc-google-cloud-dialogflow-v2/pom.xml
+++ b/google-api-grpc/grpc-google-cloud-dialogflow-v2/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
grpc-google-cloud-dialogflow-v2
- 0.11.1-SNAPSHOT
+ 0.14.1-SNAPSHOT
grpc-google-cloud-dialogflow-v2
GRPC library for grpc-google-cloud-dialogflow-v2
com.google.api.grpc
- google-api-grpc-pom
- 0.11.1-SNAPSHOT
+ google-api-grpc
+ 0.14.1-SNAPSHOT
diff --git a/google-api-grpc/grpc-google-cloud-dialogflow-v2beta1/pom.xml b/google-api-grpc/grpc-google-cloud-dialogflow-v2beta1/pom.xml
index 88dfae11c59f..476ae7811c0d 100644
--- a/google-api-grpc/grpc-google-cloud-dialogflow-v2beta1/pom.xml
+++ b/google-api-grpc/grpc-google-cloud-dialogflow-v2beta1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
grpc-google-cloud-dialogflow-v2beta1
- 0.11.1-SNAPSHOT
+ 0.14.1-SNAPSHOT
grpc-google-cloud-dialogflow-v2beta1
GRPC library for grpc-google-cloud-dialogflow-v2beta1
com.google.api.grpc
- google-api-grpc-pom
- 0.11.1-SNAPSHOT
+ google-api-grpc
+ 0.14.1-SNAPSHOT
diff --git a/google-api-grpc/grpc-google-cloud-dlp-v2/pom.xml b/google-api-grpc/grpc-google-cloud-dlp-v2/pom.xml
index 6877524734fd..3f2a4d364fae 100644
--- a/google-api-grpc/grpc-google-cloud-dlp-v2/pom.xml
+++ b/google-api-grpc/grpc-google-cloud-dlp-v2/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
grpc-google-cloud-dlp-v2
- 0.11.1-SNAPSHOT
+ 0.14.1-SNAPSHOT
grpc-google-cloud-dlp-v2
GRPC library for grpc-google-cloud-dlp-v2
com.google.api.grpc
- google-api-grpc-pom
- 0.11.1-SNAPSHOT
+ google-api-grpc
+ 0.14.1-SNAPSHOT
diff --git a/google-api-grpc/grpc-google-cloud-dlp-v2beta1/pom.xml b/google-api-grpc/grpc-google-cloud-dlp-v2beta1/pom.xml
deleted file mode 100644
index 003ca8d70f19..000000000000
--- a/google-api-grpc/grpc-google-cloud-dlp-v2beta1/pom.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-
- 4.0.0
- grpc-google-cloud-dlp-v2beta1
- 0.11.1-SNAPSHOT
- grpc-google-cloud-dlp-v2beta1
- GRPC library for grpc-google-cloud-dlp-v2beta1
-
- com.google.api.grpc
- google-api-grpc-pom
- 0.11.1-SNAPSHOT
-
-
-
- io.grpc
- grpc-stub
- compile
-
-
- io.grpc
- grpc-protobuf
- compile
-
-
- com.google.api.grpc
- proto-google-cloud-dlp-v2beta1
- compile
-
-
-
\ No newline at end of file
diff --git a/google-api-grpc/grpc-google-cloud-dlp-v2beta1/src/main/java/com/google/privacy/dlp/v2beta1/DlpServiceGrpc.java b/google-api-grpc/grpc-google-cloud-dlp-v2beta1/src/main/java/com/google/privacy/dlp/v2beta1/DlpServiceGrpc.java
deleted file mode 100644
index 5d26e51cb104..000000000000
--- a/google-api-grpc/grpc-google-cloud-dlp-v2beta1/src/main/java/com/google/privacy/dlp/v2beta1/DlpServiceGrpc.java
+++ /dev/null
@@ -1,1002 +0,0 @@
-package com.google.privacy.dlp.v2beta1;
-
-import static io.grpc.MethodDescriptor.generateFullMethodName;
-import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
-import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
-import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
-import static io.grpc.stub.ClientCalls.asyncUnaryCall;
-import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
-import static io.grpc.stub.ClientCalls.blockingUnaryCall;
-import static io.grpc.stub.ClientCalls.futureUnaryCall;
-import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
-import static io.grpc.stub.ServerCalls.asyncClientStreamingCall;
-import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
-import static io.grpc.stub.ServerCalls.asyncUnaryCall;
-import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
-import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
-
-/**
- *
- * The DLP API is a service that allows clients
- * to detect the presence of Personally Identifiable Information (PII) and other
- * privacy-sensitive data in user-supplied, unstructured data streams, like text
- * blocks or images.
- * The service also includes methods for sensitive data redaction and
- * scheduling of data scans on Google Cloud Platform based data sets.
- *
- */
-@javax.annotation.Generated(
- value = "by gRPC proto compiler (version 1.10.0)",
- comments = "Source: google/privacy/dlp/v2beta1/dlp.proto")
-public final class DlpServiceGrpc {
-
- private DlpServiceGrpc() {}
-
- public static final String SERVICE_NAME = "google.privacy.dlp.v2beta1.DlpService";
-
- // Static method descriptors that strictly reflect the proto.
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- @java.lang.Deprecated // Use {@link #getInspectContentMethod()} instead.
- public static final io.grpc.MethodDescriptor METHOD_INSPECT_CONTENT = getInspectContentMethodHelper();
-
- private static volatile io.grpc.MethodDescriptor getInspectContentMethod;
-
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- public static io.grpc.MethodDescriptor getInspectContentMethod() {
- return getInspectContentMethodHelper();
- }
-
- private static io.grpc.MethodDescriptor getInspectContentMethodHelper() {
- io.grpc.MethodDescriptor getInspectContentMethod;
- if ((getInspectContentMethod = DlpServiceGrpc.getInspectContentMethod) == null) {
- synchronized (DlpServiceGrpc.class) {
- if ((getInspectContentMethod = DlpServiceGrpc.getInspectContentMethod) == null) {
- DlpServiceGrpc.getInspectContentMethod = getInspectContentMethod =
- io.grpc.MethodDescriptor.newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(
- "google.privacy.dlp.v2beta1.DlpService", "InspectContent"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.InspectContentRequest.getDefaultInstance()))
- .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.InspectContentResponse.getDefaultInstance()))
- .setSchemaDescriptor(new DlpServiceMethodDescriptorSupplier("InspectContent"))
- .build();
- }
- }
- }
- return getInspectContentMethod;
- }
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- @java.lang.Deprecated // Use {@link #getRedactContentMethod()} instead.
- public static final io.grpc.MethodDescriptor METHOD_REDACT_CONTENT = getRedactContentMethodHelper();
-
- private static volatile io.grpc.MethodDescriptor getRedactContentMethod;
-
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- public static io.grpc.MethodDescriptor getRedactContentMethod() {
- return getRedactContentMethodHelper();
- }
-
- private static io.grpc.MethodDescriptor getRedactContentMethodHelper() {
- io.grpc.MethodDescriptor getRedactContentMethod;
- if ((getRedactContentMethod = DlpServiceGrpc.getRedactContentMethod) == null) {
- synchronized (DlpServiceGrpc.class) {
- if ((getRedactContentMethod = DlpServiceGrpc.getRedactContentMethod) == null) {
- DlpServiceGrpc.getRedactContentMethod = getRedactContentMethod =
- io.grpc.MethodDescriptor.newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(
- "google.privacy.dlp.v2beta1.DlpService", "RedactContent"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.RedactContentRequest.getDefaultInstance()))
- .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.RedactContentResponse.getDefaultInstance()))
- .setSchemaDescriptor(new DlpServiceMethodDescriptorSupplier("RedactContent"))
- .build();
- }
- }
- }
- return getRedactContentMethod;
- }
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- @java.lang.Deprecated // Use {@link #getDeidentifyContentMethod()} instead.
- public static final io.grpc.MethodDescriptor METHOD_DEIDENTIFY_CONTENT = getDeidentifyContentMethodHelper();
-
- private static volatile io.grpc.MethodDescriptor getDeidentifyContentMethod;
-
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- public static io.grpc.MethodDescriptor getDeidentifyContentMethod() {
- return getDeidentifyContentMethodHelper();
- }
-
- private static io.grpc.MethodDescriptor getDeidentifyContentMethodHelper() {
- io.grpc.MethodDescriptor getDeidentifyContentMethod;
- if ((getDeidentifyContentMethod = DlpServiceGrpc.getDeidentifyContentMethod) == null) {
- synchronized (DlpServiceGrpc.class) {
- if ((getDeidentifyContentMethod = DlpServiceGrpc.getDeidentifyContentMethod) == null) {
- DlpServiceGrpc.getDeidentifyContentMethod = getDeidentifyContentMethod =
- io.grpc.MethodDescriptor.newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(
- "google.privacy.dlp.v2beta1.DlpService", "DeidentifyContent"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.DeidentifyContentRequest.getDefaultInstance()))
- .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.DeidentifyContentResponse.getDefaultInstance()))
- .setSchemaDescriptor(new DlpServiceMethodDescriptorSupplier("DeidentifyContent"))
- .build();
- }
- }
- }
- return getDeidentifyContentMethod;
- }
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- @java.lang.Deprecated // Use {@link #getCreateInspectOperationMethod()} instead.
- public static final io.grpc.MethodDescriptor METHOD_CREATE_INSPECT_OPERATION = getCreateInspectOperationMethodHelper();
-
- private static volatile io.grpc.MethodDescriptor getCreateInspectOperationMethod;
-
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- public static io.grpc.MethodDescriptor getCreateInspectOperationMethod() {
- return getCreateInspectOperationMethodHelper();
- }
-
- private static io.grpc.MethodDescriptor getCreateInspectOperationMethodHelper() {
- io.grpc.MethodDescriptor getCreateInspectOperationMethod;
- if ((getCreateInspectOperationMethod = DlpServiceGrpc.getCreateInspectOperationMethod) == null) {
- synchronized (DlpServiceGrpc.class) {
- if ((getCreateInspectOperationMethod = DlpServiceGrpc.getCreateInspectOperationMethod) == null) {
- DlpServiceGrpc.getCreateInspectOperationMethod = getCreateInspectOperationMethod =
- io.grpc.MethodDescriptor.newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(
- "google.privacy.dlp.v2beta1.DlpService", "CreateInspectOperation"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest.getDefaultInstance()))
- .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.longrunning.Operation.getDefaultInstance()))
- .setSchemaDescriptor(new DlpServiceMethodDescriptorSupplier("CreateInspectOperation"))
- .build();
- }
- }
- }
- return getCreateInspectOperationMethod;
- }
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- @java.lang.Deprecated // Use {@link #getAnalyzeDataSourceRiskMethod()} instead.
- public static final io.grpc.MethodDescriptor METHOD_ANALYZE_DATA_SOURCE_RISK = getAnalyzeDataSourceRiskMethodHelper();
-
- private static volatile io.grpc.MethodDescriptor getAnalyzeDataSourceRiskMethod;
-
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- public static io.grpc.MethodDescriptor getAnalyzeDataSourceRiskMethod() {
- return getAnalyzeDataSourceRiskMethodHelper();
- }
-
- private static io.grpc.MethodDescriptor getAnalyzeDataSourceRiskMethodHelper() {
- io.grpc.MethodDescriptor getAnalyzeDataSourceRiskMethod;
- if ((getAnalyzeDataSourceRiskMethod = DlpServiceGrpc.getAnalyzeDataSourceRiskMethod) == null) {
- synchronized (DlpServiceGrpc.class) {
- if ((getAnalyzeDataSourceRiskMethod = DlpServiceGrpc.getAnalyzeDataSourceRiskMethod) == null) {
- DlpServiceGrpc.getAnalyzeDataSourceRiskMethod = getAnalyzeDataSourceRiskMethod =
- io.grpc.MethodDescriptor.newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(
- "google.privacy.dlp.v2beta1.DlpService", "AnalyzeDataSourceRisk"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest.getDefaultInstance()))
- .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.longrunning.Operation.getDefaultInstance()))
- .setSchemaDescriptor(new DlpServiceMethodDescriptorSupplier("AnalyzeDataSourceRisk"))
- .build();
- }
- }
- }
- return getAnalyzeDataSourceRiskMethod;
- }
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- @java.lang.Deprecated // Use {@link #getListInspectFindingsMethod()} instead.
- public static final io.grpc.MethodDescriptor METHOD_LIST_INSPECT_FINDINGS = getListInspectFindingsMethodHelper();
-
- private static volatile io.grpc.MethodDescriptor getListInspectFindingsMethod;
-
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- public static io.grpc.MethodDescriptor getListInspectFindingsMethod() {
- return getListInspectFindingsMethodHelper();
- }
-
- private static io.grpc.MethodDescriptor getListInspectFindingsMethodHelper() {
- io.grpc.MethodDescriptor getListInspectFindingsMethod;
- if ((getListInspectFindingsMethod = DlpServiceGrpc.getListInspectFindingsMethod) == null) {
- synchronized (DlpServiceGrpc.class) {
- if ((getListInspectFindingsMethod = DlpServiceGrpc.getListInspectFindingsMethod) == null) {
- DlpServiceGrpc.getListInspectFindingsMethod = getListInspectFindingsMethod =
- io.grpc.MethodDescriptor.newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(
- "google.privacy.dlp.v2beta1.DlpService", "ListInspectFindings"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest.getDefaultInstance()))
- .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse.getDefaultInstance()))
- .setSchemaDescriptor(new DlpServiceMethodDescriptorSupplier("ListInspectFindings"))
- .build();
- }
- }
- }
- return getListInspectFindingsMethod;
- }
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- @java.lang.Deprecated // Use {@link #getListInfoTypesMethod()} instead.
- public static final io.grpc.MethodDescriptor METHOD_LIST_INFO_TYPES = getListInfoTypesMethodHelper();
-
- private static volatile io.grpc.MethodDescriptor getListInfoTypesMethod;
-
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- public static io.grpc.MethodDescriptor getListInfoTypesMethod() {
- return getListInfoTypesMethodHelper();
- }
-
- private static io.grpc.MethodDescriptor getListInfoTypesMethodHelper() {
- io.grpc.MethodDescriptor getListInfoTypesMethod;
- if ((getListInfoTypesMethod = DlpServiceGrpc.getListInfoTypesMethod) == null) {
- synchronized (DlpServiceGrpc.class) {
- if ((getListInfoTypesMethod = DlpServiceGrpc.getListInfoTypesMethod) == null) {
- DlpServiceGrpc.getListInfoTypesMethod = getListInfoTypesMethod =
- io.grpc.MethodDescriptor.newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(
- "google.privacy.dlp.v2beta1.DlpService", "ListInfoTypes"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.ListInfoTypesRequest.getDefaultInstance()))
- .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.ListInfoTypesResponse.getDefaultInstance()))
- .setSchemaDescriptor(new DlpServiceMethodDescriptorSupplier("ListInfoTypes"))
- .build();
- }
- }
- }
- return getListInfoTypesMethod;
- }
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- @java.lang.Deprecated // Use {@link #getListRootCategoriesMethod()} instead.
- public static final io.grpc.MethodDescriptor METHOD_LIST_ROOT_CATEGORIES = getListRootCategoriesMethodHelper();
-
- private static volatile io.grpc.MethodDescriptor getListRootCategoriesMethod;
-
- @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
- public static io.grpc.MethodDescriptor getListRootCategoriesMethod() {
- return getListRootCategoriesMethodHelper();
- }
-
- private static io.grpc.MethodDescriptor getListRootCategoriesMethodHelper() {
- io.grpc.MethodDescriptor getListRootCategoriesMethod;
- if ((getListRootCategoriesMethod = DlpServiceGrpc.getListRootCategoriesMethod) == null) {
- synchronized (DlpServiceGrpc.class) {
- if ((getListRootCategoriesMethod = DlpServiceGrpc.getListRootCategoriesMethod) == null) {
- DlpServiceGrpc.getListRootCategoriesMethod = getListRootCategoriesMethod =
- io.grpc.MethodDescriptor.newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(
- "google.privacy.dlp.v2beta1.DlpService", "ListRootCategories"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest.getDefaultInstance()))
- .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse.getDefaultInstance()))
- .setSchemaDescriptor(new DlpServiceMethodDescriptorSupplier("ListRootCategories"))
- .build();
- }
- }
- }
- return getListRootCategoriesMethod;
- }
-
- /**
- * Creates a new async stub that supports all call types for the service
- */
- public static DlpServiceStub newStub(io.grpc.Channel channel) {
- return new DlpServiceStub(channel);
- }
-
- /**
- * Creates a new blocking-style stub that supports unary and streaming output calls on the service
- */
- public static DlpServiceBlockingStub newBlockingStub(
- io.grpc.Channel channel) {
- return new DlpServiceBlockingStub(channel);
- }
-
- /**
- * Creates a new ListenableFuture-style stub that supports unary calls on the service
- */
- public static DlpServiceFutureStub newFutureStub(
- io.grpc.Channel channel) {
- return new DlpServiceFutureStub(channel);
- }
-
- /**
- *
- * The DLP API is a service that allows clients
- * to detect the presence of Personally Identifiable Information (PII) and other
- * privacy-sensitive data in user-supplied, unstructured data streams, like text
- * blocks or images.
- * The service also includes methods for sensitive data redaction and
- * scheduling of data scans on Google Cloud Platform based data sets.
- *
- */
- public static abstract class DlpServiceImplBase implements io.grpc.BindableService {
-
- /**
- *
- * Finds potentially sensitive info in a list of strings.
- * This method has limits on input size, processing time, and output size.
- *
- */
- public void inspectContent(com.google.privacy.dlp.v2beta1.InspectContentRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getInspectContentMethodHelper(), responseObserver);
- }
-
- /**
- *
- * Redacts potentially sensitive info from a list of strings.
- * This method has limits on input size, processing time, and output size.
- *
- */
- public void redactContent(com.google.privacy.dlp.v2beta1.RedactContentRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getRedactContentMethodHelper(), responseObserver);
- }
-
- /**
- *
- * De-identifies potentially sensitive info from a list of strings.
- * This method has limits on input size and output size.
- *
- */
- public void deidentifyContent(com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getDeidentifyContentMethodHelper(), responseObserver);
- }
-
- /**
- *
- * Schedules a job scanning content in a Google Cloud Platform data
- * repository.
- *
- */
- public void createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getCreateInspectOperationMethodHelper(), responseObserver);
- }
-
- /**
- *
- * Schedules a job to compute risk analysis metrics over content in a Google
- * Cloud Platform repository.
- *
- */
- public void analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getAnalyzeDataSourceRiskMethodHelper(), responseObserver);
- }
-
- /**
- *
- * Returns list of results for given inspect operation result set id.
- *
- */
- public void listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getListInspectFindingsMethodHelper(), responseObserver);
- }
-
- /**
- *
- * Returns sensitive information types for given category.
- *
- */
- public void listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getListInfoTypesMethodHelper(), responseObserver);
- }
-
- /**
- *
- * Returns the list of root categories of sensitive information.
- *
- */
- public void listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnimplementedUnaryCall(getListRootCategoriesMethodHelper(), responseObserver);
- }
-
- @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
- return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
- .addMethod(
- getInspectContentMethodHelper(),
- asyncUnaryCall(
- new MethodHandlers<
- com.google.privacy.dlp.v2beta1.InspectContentRequest,
- com.google.privacy.dlp.v2beta1.InspectContentResponse>(
- this, METHODID_INSPECT_CONTENT)))
- .addMethod(
- getRedactContentMethodHelper(),
- asyncUnaryCall(
- new MethodHandlers<
- com.google.privacy.dlp.v2beta1.RedactContentRequest,
- com.google.privacy.dlp.v2beta1.RedactContentResponse>(
- this, METHODID_REDACT_CONTENT)))
- .addMethod(
- getDeidentifyContentMethodHelper(),
- asyncUnaryCall(
- new MethodHandlers<
- com.google.privacy.dlp.v2beta1.DeidentifyContentRequest,
- com.google.privacy.dlp.v2beta1.DeidentifyContentResponse>(
- this, METHODID_DEIDENTIFY_CONTENT)))
- .addMethod(
- getCreateInspectOperationMethodHelper(),
- asyncUnaryCall(
- new MethodHandlers<
- com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest,
- com.google.longrunning.Operation>(
- this, METHODID_CREATE_INSPECT_OPERATION)))
- .addMethod(
- getAnalyzeDataSourceRiskMethodHelper(),
- asyncUnaryCall(
- new MethodHandlers<
- com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest,
- com.google.longrunning.Operation>(
- this, METHODID_ANALYZE_DATA_SOURCE_RISK)))
- .addMethod(
- getListInspectFindingsMethodHelper(),
- asyncUnaryCall(
- new MethodHandlers<
- com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest,
- com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse>(
- this, METHODID_LIST_INSPECT_FINDINGS)))
- .addMethod(
- getListInfoTypesMethodHelper(),
- asyncUnaryCall(
- new MethodHandlers<
- com.google.privacy.dlp.v2beta1.ListInfoTypesRequest,
- com.google.privacy.dlp.v2beta1.ListInfoTypesResponse>(
- this, METHODID_LIST_INFO_TYPES)))
- .addMethod(
- getListRootCategoriesMethodHelper(),
- asyncUnaryCall(
- new MethodHandlers<
- com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest,
- com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse>(
- this, METHODID_LIST_ROOT_CATEGORIES)))
- .build();
- }
- }
-
- /**
- *
- * The DLP API is a service that allows clients
- * to detect the presence of Personally Identifiable Information (PII) and other
- * privacy-sensitive data in user-supplied, unstructured data streams, like text
- * blocks or images.
- * The service also includes methods for sensitive data redaction and
- * scheduling of data scans on Google Cloud Platform based data sets.
- *
- */
- public static final class DlpServiceStub extends io.grpc.stub.AbstractStub {
- private DlpServiceStub(io.grpc.Channel channel) {
- super(channel);
- }
-
- private DlpServiceStub(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
- super(channel, callOptions);
- }
-
- @java.lang.Override
- protected DlpServiceStub build(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
- return new DlpServiceStub(channel, callOptions);
- }
-
- /**
- *
- * Finds potentially sensitive info in a list of strings.
- * This method has limits on input size, processing time, and output size.
- *
- */
- public void inspectContent(com.google.privacy.dlp.v2beta1.InspectContentRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
- getChannel().newCall(getInspectContentMethodHelper(), getCallOptions()), request, responseObserver);
- }
-
- /**
- *
- * Redacts potentially sensitive info from a list of strings.
- * This method has limits on input size, processing time, and output size.
- *
- */
- public void redactContent(com.google.privacy.dlp.v2beta1.RedactContentRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
- getChannel().newCall(getRedactContentMethodHelper(), getCallOptions()), request, responseObserver);
- }
-
- /**
- *
- * De-identifies potentially sensitive info from a list of strings.
- * This method has limits on input size and output size.
- *
- */
- public void deidentifyContent(com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
- getChannel().newCall(getDeidentifyContentMethodHelper(), getCallOptions()), request, responseObserver);
- }
-
- /**
- *
- * Schedules a job scanning content in a Google Cloud Platform data
- * repository.
- *
- */
- public void createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
- getChannel().newCall(getCreateInspectOperationMethodHelper(), getCallOptions()), request, responseObserver);
- }
-
- /**
- *
- * Schedules a job to compute risk analysis metrics over content in a Google
- * Cloud Platform repository.
- *
- */
- public void analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
- getChannel().newCall(getAnalyzeDataSourceRiskMethodHelper(), getCallOptions()), request, responseObserver);
- }
-
- /**
- *
- * Returns list of results for given inspect operation result set id.
- *
- */
- public void listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
- getChannel().newCall(getListInspectFindingsMethodHelper(), getCallOptions()), request, responseObserver);
- }
-
- /**
- *
- * Returns sensitive information types for given category.
- *
- */
- public void listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
- getChannel().newCall(getListInfoTypesMethodHelper(), getCallOptions()), request, responseObserver);
- }
-
- /**
- *
- * Returns the list of root categories of sensitive information.
- *
- */
- public void listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request,
- io.grpc.stub.StreamObserver responseObserver) {
- asyncUnaryCall(
- getChannel().newCall(getListRootCategoriesMethodHelper(), getCallOptions()), request, responseObserver);
- }
- }
-
- /**
- *
- * The DLP API is a service that allows clients
- * to detect the presence of Personally Identifiable Information (PII) and other
- * privacy-sensitive data in user-supplied, unstructured data streams, like text
- * blocks or images.
- * The service also includes methods for sensitive data redaction and
- * scheduling of data scans on Google Cloud Platform based data sets.
- *
- */
- public static final class DlpServiceBlockingStub extends io.grpc.stub.AbstractStub {
- private DlpServiceBlockingStub(io.grpc.Channel channel) {
- super(channel);
- }
-
- private DlpServiceBlockingStub(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
- super(channel, callOptions);
- }
-
- @java.lang.Override
- protected DlpServiceBlockingStub build(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
- return new DlpServiceBlockingStub(channel, callOptions);
- }
-
- /**
- *
- * Finds potentially sensitive info in a list of strings.
- * This method has limits on input size, processing time, and output size.
- *
- */
- public com.google.privacy.dlp.v2beta1.InspectContentResponse inspectContent(com.google.privacy.dlp.v2beta1.InspectContentRequest request) {
- return blockingUnaryCall(
- getChannel(), getInspectContentMethodHelper(), getCallOptions(), request);
- }
-
- /**
- *
- * Redacts potentially sensitive info from a list of strings.
- * This method has limits on input size, processing time, and output size.
- *
- */
- public com.google.privacy.dlp.v2beta1.RedactContentResponse redactContent(com.google.privacy.dlp.v2beta1.RedactContentRequest request) {
- return blockingUnaryCall(
- getChannel(), getRedactContentMethodHelper(), getCallOptions(), request);
- }
-
- /**
- *
- * De-identifies potentially sensitive info from a list of strings.
- * This method has limits on input size and output size.
- *
- */
- public com.google.privacy.dlp.v2beta1.DeidentifyContentResponse deidentifyContent(com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request) {
- return blockingUnaryCall(
- getChannel(), getDeidentifyContentMethodHelper(), getCallOptions(), request);
- }
-
- /**
- *
- * Schedules a job scanning content in a Google Cloud Platform data
- * repository.
- *
- */
- public com.google.longrunning.Operation createInspectOperation(com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request) {
- return blockingUnaryCall(
- getChannel(), getCreateInspectOperationMethodHelper(), getCallOptions(), request);
- }
-
- /**
- *
- * Schedules a job to compute risk analysis metrics over content in a Google
- * Cloud Platform repository.
- *
- */
- public com.google.longrunning.Operation analyzeDataSourceRisk(com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request) {
- return blockingUnaryCall(
- getChannel(), getAnalyzeDataSourceRiskMethodHelper(), getCallOptions(), request);
- }
-
- /**
- *
- * Returns list of results for given inspect operation result set id.
- *
- */
- public com.google.privacy.dlp.v2beta1.ListInspectFindingsResponse listInspectFindings(com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request) {
- return blockingUnaryCall(
- getChannel(), getListInspectFindingsMethodHelper(), getCallOptions(), request);
- }
-
- /**
- *
- * Returns sensitive information types for given category.
- *
- */
- public com.google.privacy.dlp.v2beta1.ListInfoTypesResponse listInfoTypes(com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request) {
- return blockingUnaryCall(
- getChannel(), getListInfoTypesMethodHelper(), getCallOptions(), request);
- }
-
- /**
- *
- * Returns the list of root categories of sensitive information.
- *
- */
- public com.google.privacy.dlp.v2beta1.ListRootCategoriesResponse listRootCategories(com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request) {
- return blockingUnaryCall(
- getChannel(), getListRootCategoriesMethodHelper(), getCallOptions(), request);
- }
- }
-
- /**
- *
- * The DLP API is a service that allows clients
- * to detect the presence of Personally Identifiable Information (PII) and other
- * privacy-sensitive data in user-supplied, unstructured data streams, like text
- * blocks or images.
- * The service also includes methods for sensitive data redaction and
- * scheduling of data scans on Google Cloud Platform based data sets.
- *
- */
- public static final class DlpServiceFutureStub extends io.grpc.stub.AbstractStub {
- private DlpServiceFutureStub(io.grpc.Channel channel) {
- super(channel);
- }
-
- private DlpServiceFutureStub(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
- super(channel, callOptions);
- }
-
- @java.lang.Override
- protected DlpServiceFutureStub build(io.grpc.Channel channel,
- io.grpc.CallOptions callOptions) {
- return new DlpServiceFutureStub(channel, callOptions);
- }
-
- /**
- *
- * Finds potentially sensitive info in a list of strings.
- * This method has limits on input size, processing time, and output size.
- *
- */
- public com.google.common.util.concurrent.ListenableFuture inspectContent(
- com.google.privacy.dlp.v2beta1.InspectContentRequest request) {
- return futureUnaryCall(
- getChannel().newCall(getInspectContentMethodHelper(), getCallOptions()), request);
- }
-
- /**
- *
- * Redacts potentially sensitive info from a list of strings.
- * This method has limits on input size, processing time, and output size.
- *
- */
- public com.google.common.util.concurrent.ListenableFuture redactContent(
- com.google.privacy.dlp.v2beta1.RedactContentRequest request) {
- return futureUnaryCall(
- getChannel().newCall(getRedactContentMethodHelper(), getCallOptions()), request);
- }
-
- /**
- *
- * De-identifies potentially sensitive info from a list of strings.
- * This method has limits on input size and output size.
- *
- */
- public com.google.common.util.concurrent.ListenableFuture deidentifyContent(
- com.google.privacy.dlp.v2beta1.DeidentifyContentRequest request) {
- return futureUnaryCall(
- getChannel().newCall(getDeidentifyContentMethodHelper(), getCallOptions()), request);
- }
-
- /**
- *
- * Schedules a job scanning content in a Google Cloud Platform data
- * repository.
- *
- */
- public com.google.common.util.concurrent.ListenableFuture createInspectOperation(
- com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest request) {
- return futureUnaryCall(
- getChannel().newCall(getCreateInspectOperationMethodHelper(), getCallOptions()), request);
- }
-
- /**
- *
- * Schedules a job to compute risk analysis metrics over content in a Google
- * Cloud Platform repository.
- *
- */
- public com.google.common.util.concurrent.ListenableFuture analyzeDataSourceRisk(
- com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest request) {
- return futureUnaryCall(
- getChannel().newCall(getAnalyzeDataSourceRiskMethodHelper(), getCallOptions()), request);
- }
-
- /**
- *
- * Returns list of results for given inspect operation result set id.
- *
- */
- public com.google.common.util.concurrent.ListenableFuture listInspectFindings(
- com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest request) {
- return futureUnaryCall(
- getChannel().newCall(getListInspectFindingsMethodHelper(), getCallOptions()), request);
- }
-
- /**
- *
- * Returns sensitive information types for given category.
- *
- */
- public com.google.common.util.concurrent.ListenableFuture listInfoTypes(
- com.google.privacy.dlp.v2beta1.ListInfoTypesRequest request) {
- return futureUnaryCall(
- getChannel().newCall(getListInfoTypesMethodHelper(), getCallOptions()), request);
- }
-
- /**
- *
- * Returns the list of root categories of sensitive information.
- *
- */
- public com.google.common.util.concurrent.ListenableFuture listRootCategories(
- com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest request) {
- return futureUnaryCall(
- getChannel().newCall(getListRootCategoriesMethodHelper(), getCallOptions()), request);
- }
- }
-
- private static final int METHODID_INSPECT_CONTENT = 0;
- private static final int METHODID_REDACT_CONTENT = 1;
- private static final int METHODID_DEIDENTIFY_CONTENT = 2;
- private static final int METHODID_CREATE_INSPECT_OPERATION = 3;
- private static final int METHODID_ANALYZE_DATA_SOURCE_RISK = 4;
- private static final int METHODID_LIST_INSPECT_FINDINGS = 5;
- private static final int METHODID_LIST_INFO_TYPES = 6;
- private static final int METHODID_LIST_ROOT_CATEGORIES = 7;
-
- private static final class MethodHandlers implements
- io.grpc.stub.ServerCalls.UnaryMethod,
- io.grpc.stub.ServerCalls.ServerStreamingMethod,
- io.grpc.stub.ServerCalls.ClientStreamingMethod,
- io.grpc.stub.ServerCalls.BidiStreamingMethod {
- private final DlpServiceImplBase serviceImpl;
- private final int methodId;
-
- MethodHandlers(DlpServiceImplBase serviceImpl, int methodId) {
- this.serviceImpl = serviceImpl;
- this.methodId = methodId;
- }
-
- @java.lang.Override
- @java.lang.SuppressWarnings("unchecked")
- public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
- switch (methodId) {
- case METHODID_INSPECT_CONTENT:
- serviceImpl.inspectContent((com.google.privacy.dlp.v2beta1.InspectContentRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
- break;
- case METHODID_REDACT_CONTENT:
- serviceImpl.redactContent((com.google.privacy.dlp.v2beta1.RedactContentRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
- break;
- case METHODID_DEIDENTIFY_CONTENT:
- serviceImpl.deidentifyContent((com.google.privacy.dlp.v2beta1.DeidentifyContentRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
- break;
- case METHODID_CREATE_INSPECT_OPERATION:
- serviceImpl.createInspectOperation((com.google.privacy.dlp.v2beta1.CreateInspectOperationRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
- break;
- case METHODID_ANALYZE_DATA_SOURCE_RISK:
- serviceImpl.analyzeDataSourceRisk((com.google.privacy.dlp.v2beta1.AnalyzeDataSourceRiskRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
- break;
- case METHODID_LIST_INSPECT_FINDINGS:
- serviceImpl.listInspectFindings((com.google.privacy.dlp.v2beta1.ListInspectFindingsRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
- break;
- case METHODID_LIST_INFO_TYPES:
- serviceImpl.listInfoTypes((com.google.privacy.dlp.v2beta1.ListInfoTypesRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
- break;
- case METHODID_LIST_ROOT_CATEGORIES:
- serviceImpl.listRootCategories((com.google.privacy.dlp.v2beta1.ListRootCategoriesRequest) request,
- (io.grpc.stub.StreamObserver) responseObserver);
- break;
- default:
- throw new AssertionError();
- }
- }
-
- @java.lang.Override
- @java.lang.SuppressWarnings("unchecked")
- public io.grpc.stub.StreamObserver invoke(
- io.grpc.stub.StreamObserver responseObserver) {
- switch (methodId) {
- default:
- throw new AssertionError();
- }
- }
- }
-
- private static abstract class DlpServiceBaseDescriptorSupplier
- implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
- DlpServiceBaseDescriptorSupplier() {}
-
- @java.lang.Override
- public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
- return com.google.privacy.dlp.v2beta1.DlpProto.getDescriptor();
- }
-
- @java.lang.Override
- public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
- return getFileDescriptor().findServiceByName("DlpService");
- }
- }
-
- private static final class DlpServiceFileDescriptorSupplier
- extends DlpServiceBaseDescriptorSupplier {
- DlpServiceFileDescriptorSupplier() {}
- }
-
- private static final class DlpServiceMethodDescriptorSupplier
- extends DlpServiceBaseDescriptorSupplier
- implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
- private final String methodName;
-
- DlpServiceMethodDescriptorSupplier(String methodName) {
- this.methodName = methodName;
- }
-
- @java.lang.Override
- public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
- return getServiceDescriptor().findMethodByName(methodName);
- }
- }
-
- private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
-
- public static io.grpc.ServiceDescriptor getServiceDescriptor() {
- io.grpc.ServiceDescriptor result = serviceDescriptor;
- if (result == null) {
- synchronized (DlpServiceGrpc.class) {
- result = serviceDescriptor;
- if (result == null) {
- serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
- .setSchemaDescriptor(new DlpServiceFileDescriptorSupplier())
- .addMethod(getInspectContentMethodHelper())
- .addMethod(getRedactContentMethodHelper())
- .addMethod(getDeidentifyContentMethodHelper())
- .addMethod(getCreateInspectOperationMethodHelper())
- .addMethod(getAnalyzeDataSourceRiskMethodHelper())
- .addMethod(getListInspectFindingsMethodHelper())
- .addMethod(getListInfoTypesMethodHelper())
- .addMethod(getListRootCategoriesMethodHelper())
- .build();
- }
- }
- }
- return result;
- }
-}
diff --git a/google-api-grpc/grpc-google-cloud-error-reporting-v1beta1/pom.xml b/google-api-grpc/grpc-google-cloud-error-reporting-v1beta1/pom.xml
index 348a214f6b0e..f3148d54f5a9 100644
--- a/google-api-grpc/grpc-google-cloud-error-reporting-v1beta1/pom.xml
+++ b/google-api-grpc/grpc-google-cloud-error-reporting-v1beta1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
grpc-google-cloud-error-reporting-v1beta1
- 0.11.1-SNAPSHOT
+ 0.14.1-SNAPSHOT
grpc-google-cloud-error-reporting-v1beta1
GRPC library for grpc-google-cloud-error-reporting-v1beta1
com.google.api.grpc
- google-api-grpc-pom
- 0.11.1-SNAPSHOT
+ google-api-grpc
+ 0.14.1-SNAPSHOT
diff --git a/google-api-grpc/grpc-google-cloud-firestore-v1beta1/pom.xml b/google-api-grpc/grpc-google-cloud-firestore-v1beta1/pom.xml
index 26bd6a9a8cc9..8dc1ba22c8e8 100644
--- a/google-api-grpc/grpc-google-cloud-firestore-v1beta1/pom.xml
+++ b/google-api-grpc/grpc-google-cloud-firestore-v1beta1/pom.xml
@@ -3,13 +3,13 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
grpc-google-cloud-firestore-v1beta1
- 0.11.1-SNAPSHOT
+ 0.14.1-SNAPSHOT
grpc-google-cloud-firestore-v1beta1
GRPC library for grpc-google-cloud-firestore-v1beta1
com.google.api.grpc
- google-api-grpc-pom
- 0.11.1-SNAPSHOT
+ google-api-grpc
+ 0.14.1-SNAPSHOT
diff --git a/google-api-grpc/grpc-google-cloud-iot-v1/pom.xml b/google-api-grpc/grpc-google-cloud-iot-v1/pom.xml
new file mode 100644
index 000000000000..18b5012f681e
--- /dev/null
+++ b/google-api-grpc/grpc-google-cloud-iot-v1/pom.xml
@@ -0,0 +1,31 @@
+
+ 4.0.0
+ grpc-google-cloud-iot-v1
+ 0.14.1-SNAPSHOT
+ grpc-google-cloud-iot-v1
+ GRPC library for grpc-google-cloud-iot-v1
+
+ com.google.api.grpc
+ google-api-grpc
+ 0.14.1-SNAPSHOT
+
+
+
+ io.grpc
+ grpc-stub
+ compile
+
+
+ io.grpc
+ grpc-protobuf
+ compile
+
+
+ com.google.api.grpc
+ proto-google-cloud-iot-v1
+ compile
+
+
+
\ No newline at end of file
diff --git a/google-api-grpc/grpc-google-cloud-iot-v1/src/main/java/com/google/cloud/iot/v1/DeviceManagerGrpc.java b/google-api-grpc/grpc-google-cloud-iot-v1/src/main/java/com/google/cloud/iot/v1/DeviceManagerGrpc.java
new file mode 100644
index 000000000000..1a5f4b448423
--- /dev/null
+++ b/google-api-grpc/grpc-google-cloud-iot-v1/src/main/java/com/google/cloud/iot/v1/DeviceManagerGrpc.java
@@ -0,0 +1,1734 @@
+package com.google.cloud.iot.v1;
+
+import static io.grpc.MethodDescriptor.generateFullMethodName;
+import static io.grpc.stub.ClientCalls.asyncBidiStreamingCall;
+import static io.grpc.stub.ClientCalls.asyncClientStreamingCall;
+import static io.grpc.stub.ClientCalls.asyncServerStreamingCall;
+import static io.grpc.stub.ClientCalls.asyncUnaryCall;
+import static io.grpc.stub.ClientCalls.blockingServerStreamingCall;
+import static io.grpc.stub.ClientCalls.blockingUnaryCall;
+import static io.grpc.stub.ClientCalls.futureUnaryCall;
+import static io.grpc.stub.ServerCalls.asyncBidiStreamingCall;
+import static io.grpc.stub.ServerCalls.asyncClientStreamingCall;
+import static io.grpc.stub.ServerCalls.asyncServerStreamingCall;
+import static io.grpc.stub.ServerCalls.asyncUnaryCall;
+import static io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall;
+import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
+
+/**
+ *
+ * Internet of things (IoT) service. Allows to manipulate device registry
+ * instances and the registration of devices (Things) to the cloud.
+ *
+ */
+@javax.annotation.Generated(
+ value = "by gRPC proto compiler (version 1.10.0)",
+ comments = "Source: google/cloud/iot/v1/device_manager.proto")
+public final class DeviceManagerGrpc {
+
+ private DeviceManagerGrpc() {}
+
+ public static final String SERVICE_NAME = "google.cloud.iot.v1.DeviceManager";
+
+ // Static method descriptors that strictly reflect the proto.
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getCreateDeviceRegistryMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_CREATE_DEVICE_REGISTRY = getCreateDeviceRegistryMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getCreateDeviceRegistryMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getCreateDeviceRegistryMethod() {
+ return getCreateDeviceRegistryMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getCreateDeviceRegistryMethodHelper() {
+ io.grpc.MethodDescriptor getCreateDeviceRegistryMethod;
+ if ((getCreateDeviceRegistryMethod = DeviceManagerGrpc.getCreateDeviceRegistryMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getCreateDeviceRegistryMethod = DeviceManagerGrpc.getCreateDeviceRegistryMethod) == null) {
+ DeviceManagerGrpc.getCreateDeviceRegistryMethod = getCreateDeviceRegistryMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "CreateDeviceRegistry"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.CreateDeviceRegistryRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.DeviceRegistry.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("CreateDeviceRegistry"))
+ .build();
+ }
+ }
+ }
+ return getCreateDeviceRegistryMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getGetDeviceRegistryMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_GET_DEVICE_REGISTRY = getGetDeviceRegistryMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getGetDeviceRegistryMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getGetDeviceRegistryMethod() {
+ return getGetDeviceRegistryMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getGetDeviceRegistryMethodHelper() {
+ io.grpc.MethodDescriptor getGetDeviceRegistryMethod;
+ if ((getGetDeviceRegistryMethod = DeviceManagerGrpc.getGetDeviceRegistryMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getGetDeviceRegistryMethod = DeviceManagerGrpc.getGetDeviceRegistryMethod) == null) {
+ DeviceManagerGrpc.getGetDeviceRegistryMethod = getGetDeviceRegistryMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "GetDeviceRegistry"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.GetDeviceRegistryRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.DeviceRegistry.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("GetDeviceRegistry"))
+ .build();
+ }
+ }
+ }
+ return getGetDeviceRegistryMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getUpdateDeviceRegistryMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_UPDATE_DEVICE_REGISTRY = getUpdateDeviceRegistryMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getUpdateDeviceRegistryMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getUpdateDeviceRegistryMethod() {
+ return getUpdateDeviceRegistryMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getUpdateDeviceRegistryMethodHelper() {
+ io.grpc.MethodDescriptor getUpdateDeviceRegistryMethod;
+ if ((getUpdateDeviceRegistryMethod = DeviceManagerGrpc.getUpdateDeviceRegistryMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getUpdateDeviceRegistryMethod = DeviceManagerGrpc.getUpdateDeviceRegistryMethod) == null) {
+ DeviceManagerGrpc.getUpdateDeviceRegistryMethod = getUpdateDeviceRegistryMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "UpdateDeviceRegistry"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.UpdateDeviceRegistryRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.DeviceRegistry.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("UpdateDeviceRegistry"))
+ .build();
+ }
+ }
+ }
+ return getUpdateDeviceRegistryMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getDeleteDeviceRegistryMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_DELETE_DEVICE_REGISTRY = getDeleteDeviceRegistryMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getDeleteDeviceRegistryMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getDeleteDeviceRegistryMethod() {
+ return getDeleteDeviceRegistryMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getDeleteDeviceRegistryMethodHelper() {
+ io.grpc.MethodDescriptor getDeleteDeviceRegistryMethod;
+ if ((getDeleteDeviceRegistryMethod = DeviceManagerGrpc.getDeleteDeviceRegistryMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getDeleteDeviceRegistryMethod = DeviceManagerGrpc.getDeleteDeviceRegistryMethod) == null) {
+ DeviceManagerGrpc.getDeleteDeviceRegistryMethod = getDeleteDeviceRegistryMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "DeleteDeviceRegistry"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.DeleteDeviceRegistryRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.protobuf.Empty.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("DeleteDeviceRegistry"))
+ .build();
+ }
+ }
+ }
+ return getDeleteDeviceRegistryMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getListDeviceRegistriesMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_LIST_DEVICE_REGISTRIES = getListDeviceRegistriesMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getListDeviceRegistriesMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getListDeviceRegistriesMethod() {
+ return getListDeviceRegistriesMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getListDeviceRegistriesMethodHelper() {
+ io.grpc.MethodDescriptor getListDeviceRegistriesMethod;
+ if ((getListDeviceRegistriesMethod = DeviceManagerGrpc.getListDeviceRegistriesMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getListDeviceRegistriesMethod = DeviceManagerGrpc.getListDeviceRegistriesMethod) == null) {
+ DeviceManagerGrpc.getListDeviceRegistriesMethod = getListDeviceRegistriesMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "ListDeviceRegistries"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.ListDeviceRegistriesRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.ListDeviceRegistriesResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("ListDeviceRegistries"))
+ .build();
+ }
+ }
+ }
+ return getListDeviceRegistriesMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getCreateDeviceMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_CREATE_DEVICE = getCreateDeviceMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getCreateDeviceMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getCreateDeviceMethod() {
+ return getCreateDeviceMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getCreateDeviceMethodHelper() {
+ io.grpc.MethodDescriptor getCreateDeviceMethod;
+ if ((getCreateDeviceMethod = DeviceManagerGrpc.getCreateDeviceMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getCreateDeviceMethod = DeviceManagerGrpc.getCreateDeviceMethod) == null) {
+ DeviceManagerGrpc.getCreateDeviceMethod = getCreateDeviceMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "CreateDevice"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.CreateDeviceRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.Device.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("CreateDevice"))
+ .build();
+ }
+ }
+ }
+ return getCreateDeviceMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getGetDeviceMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_GET_DEVICE = getGetDeviceMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getGetDeviceMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getGetDeviceMethod() {
+ return getGetDeviceMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getGetDeviceMethodHelper() {
+ io.grpc.MethodDescriptor getGetDeviceMethod;
+ if ((getGetDeviceMethod = DeviceManagerGrpc.getGetDeviceMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getGetDeviceMethod = DeviceManagerGrpc.getGetDeviceMethod) == null) {
+ DeviceManagerGrpc.getGetDeviceMethod = getGetDeviceMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "GetDevice"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.GetDeviceRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.Device.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("GetDevice"))
+ .build();
+ }
+ }
+ }
+ return getGetDeviceMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getUpdateDeviceMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_UPDATE_DEVICE = getUpdateDeviceMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getUpdateDeviceMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getUpdateDeviceMethod() {
+ return getUpdateDeviceMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getUpdateDeviceMethodHelper() {
+ io.grpc.MethodDescriptor getUpdateDeviceMethod;
+ if ((getUpdateDeviceMethod = DeviceManagerGrpc.getUpdateDeviceMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getUpdateDeviceMethod = DeviceManagerGrpc.getUpdateDeviceMethod) == null) {
+ DeviceManagerGrpc.getUpdateDeviceMethod = getUpdateDeviceMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "UpdateDevice"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.UpdateDeviceRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.Device.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("UpdateDevice"))
+ .build();
+ }
+ }
+ }
+ return getUpdateDeviceMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getDeleteDeviceMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_DELETE_DEVICE = getDeleteDeviceMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getDeleteDeviceMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getDeleteDeviceMethod() {
+ return getDeleteDeviceMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getDeleteDeviceMethodHelper() {
+ io.grpc.MethodDescriptor getDeleteDeviceMethod;
+ if ((getDeleteDeviceMethod = DeviceManagerGrpc.getDeleteDeviceMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getDeleteDeviceMethod = DeviceManagerGrpc.getDeleteDeviceMethod) == null) {
+ DeviceManagerGrpc.getDeleteDeviceMethod = getDeleteDeviceMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "DeleteDevice"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.DeleteDeviceRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.protobuf.Empty.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("DeleteDevice"))
+ .build();
+ }
+ }
+ }
+ return getDeleteDeviceMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getListDevicesMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_LIST_DEVICES = getListDevicesMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getListDevicesMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getListDevicesMethod() {
+ return getListDevicesMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getListDevicesMethodHelper() {
+ io.grpc.MethodDescriptor getListDevicesMethod;
+ if ((getListDevicesMethod = DeviceManagerGrpc.getListDevicesMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getListDevicesMethod = DeviceManagerGrpc.getListDevicesMethod) == null) {
+ DeviceManagerGrpc.getListDevicesMethod = getListDevicesMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "ListDevices"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.ListDevicesRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.ListDevicesResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("ListDevices"))
+ .build();
+ }
+ }
+ }
+ return getListDevicesMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getModifyCloudToDeviceConfigMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_MODIFY_CLOUD_TO_DEVICE_CONFIG = getModifyCloudToDeviceConfigMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getModifyCloudToDeviceConfigMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getModifyCloudToDeviceConfigMethod() {
+ return getModifyCloudToDeviceConfigMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getModifyCloudToDeviceConfigMethodHelper() {
+ io.grpc.MethodDescriptor getModifyCloudToDeviceConfigMethod;
+ if ((getModifyCloudToDeviceConfigMethod = DeviceManagerGrpc.getModifyCloudToDeviceConfigMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getModifyCloudToDeviceConfigMethod = DeviceManagerGrpc.getModifyCloudToDeviceConfigMethod) == null) {
+ DeviceManagerGrpc.getModifyCloudToDeviceConfigMethod = getModifyCloudToDeviceConfigMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "ModifyCloudToDeviceConfig"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.ModifyCloudToDeviceConfigRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.DeviceConfig.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("ModifyCloudToDeviceConfig"))
+ .build();
+ }
+ }
+ }
+ return getModifyCloudToDeviceConfigMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getListDeviceConfigVersionsMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_LIST_DEVICE_CONFIG_VERSIONS = getListDeviceConfigVersionsMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getListDeviceConfigVersionsMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getListDeviceConfigVersionsMethod() {
+ return getListDeviceConfigVersionsMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getListDeviceConfigVersionsMethodHelper() {
+ io.grpc.MethodDescriptor getListDeviceConfigVersionsMethod;
+ if ((getListDeviceConfigVersionsMethod = DeviceManagerGrpc.getListDeviceConfigVersionsMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getListDeviceConfigVersionsMethod = DeviceManagerGrpc.getListDeviceConfigVersionsMethod) == null) {
+ DeviceManagerGrpc.getListDeviceConfigVersionsMethod = getListDeviceConfigVersionsMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "ListDeviceConfigVersions"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.ListDeviceConfigVersionsRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.ListDeviceConfigVersionsResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("ListDeviceConfigVersions"))
+ .build();
+ }
+ }
+ }
+ return getListDeviceConfigVersionsMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getListDeviceStatesMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_LIST_DEVICE_STATES = getListDeviceStatesMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getListDeviceStatesMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getListDeviceStatesMethod() {
+ return getListDeviceStatesMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getListDeviceStatesMethodHelper() {
+ io.grpc.MethodDescriptor getListDeviceStatesMethod;
+ if ((getListDeviceStatesMethod = DeviceManagerGrpc.getListDeviceStatesMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getListDeviceStatesMethod = DeviceManagerGrpc.getListDeviceStatesMethod) == null) {
+ DeviceManagerGrpc.getListDeviceStatesMethod = getListDeviceStatesMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "ListDeviceStates"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.ListDeviceStatesRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.iot.v1.ListDeviceStatesResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("ListDeviceStates"))
+ .build();
+ }
+ }
+ }
+ return getListDeviceStatesMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getSetIamPolicyMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_SET_IAM_POLICY = getSetIamPolicyMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getSetIamPolicyMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getSetIamPolicyMethod() {
+ return getSetIamPolicyMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getSetIamPolicyMethodHelper() {
+ io.grpc.MethodDescriptor getSetIamPolicyMethod;
+ if ((getSetIamPolicyMethod = DeviceManagerGrpc.getSetIamPolicyMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getSetIamPolicyMethod = DeviceManagerGrpc.getSetIamPolicyMethod) == null) {
+ DeviceManagerGrpc.getSetIamPolicyMethod = getSetIamPolicyMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "SetIamPolicy"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.iam.v1.SetIamPolicyRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.iam.v1.Policy.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("SetIamPolicy"))
+ .build();
+ }
+ }
+ }
+ return getSetIamPolicyMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getGetIamPolicyMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_GET_IAM_POLICY = getGetIamPolicyMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getGetIamPolicyMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getGetIamPolicyMethod() {
+ return getGetIamPolicyMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getGetIamPolicyMethodHelper() {
+ io.grpc.MethodDescriptor getGetIamPolicyMethod;
+ if ((getGetIamPolicyMethod = DeviceManagerGrpc.getGetIamPolicyMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getGetIamPolicyMethod = DeviceManagerGrpc.getGetIamPolicyMethod) == null) {
+ DeviceManagerGrpc.getGetIamPolicyMethod = getGetIamPolicyMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "GetIamPolicy"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.iam.v1.GetIamPolicyRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.iam.v1.Policy.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("GetIamPolicy"))
+ .build();
+ }
+ }
+ }
+ return getGetIamPolicyMethod;
+ }
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ @java.lang.Deprecated // Use {@link #getTestIamPermissionsMethod()} instead.
+ public static final io.grpc.MethodDescriptor METHOD_TEST_IAM_PERMISSIONS = getTestIamPermissionsMethodHelper();
+
+ private static volatile io.grpc.MethodDescriptor getTestIamPermissionsMethod;
+
+ @io.grpc.ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901")
+ public static io.grpc.MethodDescriptor getTestIamPermissionsMethod() {
+ return getTestIamPermissionsMethodHelper();
+ }
+
+ private static io.grpc.MethodDescriptor getTestIamPermissionsMethodHelper() {
+ io.grpc.MethodDescriptor getTestIamPermissionsMethod;
+ if ((getTestIamPermissionsMethod = DeviceManagerGrpc.getTestIamPermissionsMethod) == null) {
+ synchronized (DeviceManagerGrpc.class) {
+ if ((getTestIamPermissionsMethod = DeviceManagerGrpc.getTestIamPermissionsMethod) == null) {
+ DeviceManagerGrpc.getTestIamPermissionsMethod = getTestIamPermissionsMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(
+ "google.cloud.iot.v1.DeviceManager", "TestIamPermissions"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.iam.v1.TestIamPermissionsRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.iam.v1.TestIamPermissionsResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new DeviceManagerMethodDescriptorSupplier("TestIamPermissions"))
+ .build();
+ }
+ }
+ }
+ return getTestIamPermissionsMethod;
+ }
+
+ /**
+ * Creates a new async stub that supports all call types for the service
+ */
+ public static DeviceManagerStub newStub(io.grpc.Channel channel) {
+ return new DeviceManagerStub(channel);
+ }
+
+ /**
+ * Creates a new blocking-style stub that supports unary and streaming output calls on the service
+ */
+ public static DeviceManagerBlockingStub newBlockingStub(
+ io.grpc.Channel channel) {
+ return new DeviceManagerBlockingStub(channel);
+ }
+
+ /**
+ * Creates a new ListenableFuture-style stub that supports unary calls on the service
+ */
+ public static DeviceManagerFutureStub newFutureStub(
+ io.grpc.Channel channel) {
+ return new DeviceManagerFutureStub(channel);
+ }
+
+ /**
+ *
+ * Internet of things (IoT) service. Allows to manipulate device registry
+ * instances and the registration of devices (Things) to the cloud.
+ *
+ */
+ public static abstract class DeviceManagerImplBase implements io.grpc.BindableService {
+
+ /**
+ *
+ * Creates a device registry that contains devices.
+ *
+ */
+ public void createDeviceRegistry(com.google.cloud.iot.v1.CreateDeviceRegistryRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getCreateDeviceRegistryMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Gets a device registry configuration.
+ *
+ */
+ public void getDeviceRegistry(com.google.cloud.iot.v1.GetDeviceRegistryRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getGetDeviceRegistryMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Updates a device registry configuration.
+ *
+ */
+ public void updateDeviceRegistry(com.google.cloud.iot.v1.UpdateDeviceRegistryRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getUpdateDeviceRegistryMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Deletes a device registry configuration.
+ *
+ */
+ public void deleteDeviceRegistry(com.google.cloud.iot.v1.DeleteDeviceRegistryRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getDeleteDeviceRegistryMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Lists device registries.
+ *
+ */
+ public void listDeviceRegistries(com.google.cloud.iot.v1.ListDeviceRegistriesRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getListDeviceRegistriesMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Creates a device in a device registry.
+ *
+ */
+ public void createDevice(com.google.cloud.iot.v1.CreateDeviceRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getCreateDeviceMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Gets details about a device.
+ *
+ */
+ public void getDevice(com.google.cloud.iot.v1.GetDeviceRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getGetDeviceMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Updates a device.
+ *
+ */
+ public void updateDevice(com.google.cloud.iot.v1.UpdateDeviceRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getUpdateDeviceMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Deletes a device.
+ *
+ */
+ public void deleteDevice(com.google.cloud.iot.v1.DeleteDeviceRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getDeleteDeviceMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * List devices in a device registry.
+ *
+ */
+ public void listDevices(com.google.cloud.iot.v1.ListDevicesRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getListDevicesMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Modifies the configuration for the device, which is eventually sent from
+ * the Cloud IoT Core servers. Returns the modified configuration version and
+ * its metadata.
+ *
+ */
+ public void modifyCloudToDeviceConfig(com.google.cloud.iot.v1.ModifyCloudToDeviceConfigRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getModifyCloudToDeviceConfigMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Lists the last few versions of the device configuration in descending
+ * order (i.e.: newest first).
+ *
+ */
+ public void listDeviceConfigVersions(com.google.cloud.iot.v1.ListDeviceConfigVersionsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getListDeviceConfigVersionsMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Lists the last few versions of the device state in descending order (i.e.:
+ * newest first).
+ *
+ */
+ public void listDeviceStates(com.google.cloud.iot.v1.ListDeviceStatesRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getListDeviceStatesMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ *
+ */
+ public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getSetIamPolicyMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
+ public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getGetIamPolicyMethodHelper(), responseObserver);
+ }
+
+ /**
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a NOT_FOUND error.
+ *
+ */
+ public void testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnimplementedUnaryCall(getTestIamPermissionsMethodHelper(), responseObserver);
+ }
+
+ @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
+ return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
+ .addMethod(
+ getCreateDeviceRegistryMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.CreateDeviceRegistryRequest,
+ com.google.cloud.iot.v1.DeviceRegistry>(
+ this, METHODID_CREATE_DEVICE_REGISTRY)))
+ .addMethod(
+ getGetDeviceRegistryMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.GetDeviceRegistryRequest,
+ com.google.cloud.iot.v1.DeviceRegistry>(
+ this, METHODID_GET_DEVICE_REGISTRY)))
+ .addMethod(
+ getUpdateDeviceRegistryMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.UpdateDeviceRegistryRequest,
+ com.google.cloud.iot.v1.DeviceRegistry>(
+ this, METHODID_UPDATE_DEVICE_REGISTRY)))
+ .addMethod(
+ getDeleteDeviceRegistryMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.DeleteDeviceRegistryRequest,
+ com.google.protobuf.Empty>(
+ this, METHODID_DELETE_DEVICE_REGISTRY)))
+ .addMethod(
+ getListDeviceRegistriesMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.ListDeviceRegistriesRequest,
+ com.google.cloud.iot.v1.ListDeviceRegistriesResponse>(
+ this, METHODID_LIST_DEVICE_REGISTRIES)))
+ .addMethod(
+ getCreateDeviceMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.CreateDeviceRequest,
+ com.google.cloud.iot.v1.Device>(
+ this, METHODID_CREATE_DEVICE)))
+ .addMethod(
+ getGetDeviceMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.GetDeviceRequest,
+ com.google.cloud.iot.v1.Device>(
+ this, METHODID_GET_DEVICE)))
+ .addMethod(
+ getUpdateDeviceMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.UpdateDeviceRequest,
+ com.google.cloud.iot.v1.Device>(
+ this, METHODID_UPDATE_DEVICE)))
+ .addMethod(
+ getDeleteDeviceMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.DeleteDeviceRequest,
+ com.google.protobuf.Empty>(
+ this, METHODID_DELETE_DEVICE)))
+ .addMethod(
+ getListDevicesMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.ListDevicesRequest,
+ com.google.cloud.iot.v1.ListDevicesResponse>(
+ this, METHODID_LIST_DEVICES)))
+ .addMethod(
+ getModifyCloudToDeviceConfigMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.ModifyCloudToDeviceConfigRequest,
+ com.google.cloud.iot.v1.DeviceConfig>(
+ this, METHODID_MODIFY_CLOUD_TO_DEVICE_CONFIG)))
+ .addMethod(
+ getListDeviceConfigVersionsMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.ListDeviceConfigVersionsRequest,
+ com.google.cloud.iot.v1.ListDeviceConfigVersionsResponse>(
+ this, METHODID_LIST_DEVICE_CONFIG_VERSIONS)))
+ .addMethod(
+ getListDeviceStatesMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.iot.v1.ListDeviceStatesRequest,
+ com.google.cloud.iot.v1.ListDeviceStatesResponse>(
+ this, METHODID_LIST_DEVICE_STATES)))
+ .addMethod(
+ getSetIamPolicyMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.iam.v1.SetIamPolicyRequest,
+ com.google.iam.v1.Policy>(
+ this, METHODID_SET_IAM_POLICY)))
+ .addMethod(
+ getGetIamPolicyMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.iam.v1.GetIamPolicyRequest,
+ com.google.iam.v1.Policy>(
+ this, METHODID_GET_IAM_POLICY)))
+ .addMethod(
+ getTestIamPermissionsMethodHelper(),
+ asyncUnaryCall(
+ new MethodHandlers<
+ com.google.iam.v1.TestIamPermissionsRequest,
+ com.google.iam.v1.TestIamPermissionsResponse>(
+ this, METHODID_TEST_IAM_PERMISSIONS)))
+ .build();
+ }
+ }
+
+ /**
+ *
+ * Internet of things (IoT) service. Allows to manipulate device registry
+ * instances and the registration of devices (Things) to the cloud.
+ *
+ */
+ public static final class DeviceManagerStub extends io.grpc.stub.AbstractStub {
+ private DeviceManagerStub(io.grpc.Channel channel) {
+ super(channel);
+ }
+
+ private DeviceManagerStub(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) {
+ super(channel, callOptions);
+ }
+
+ @java.lang.Override
+ protected DeviceManagerStub build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) {
+ return new DeviceManagerStub(channel, callOptions);
+ }
+
+ /**
+ *
+ * Creates a device registry that contains devices.
+ *
+ */
+ public void createDeviceRegistry(com.google.cloud.iot.v1.CreateDeviceRegistryRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getCreateDeviceRegistryMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Gets a device registry configuration.
+ *
+ */
+ public void getDeviceRegistry(com.google.cloud.iot.v1.GetDeviceRegistryRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getGetDeviceRegistryMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Updates a device registry configuration.
+ *
+ */
+ public void updateDeviceRegistry(com.google.cloud.iot.v1.UpdateDeviceRegistryRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getUpdateDeviceRegistryMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Deletes a device registry configuration.
+ *
+ */
+ public void deleteDeviceRegistry(com.google.cloud.iot.v1.DeleteDeviceRegistryRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getDeleteDeviceRegistryMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Lists device registries.
+ *
+ */
+ public void listDeviceRegistries(com.google.cloud.iot.v1.ListDeviceRegistriesRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getListDeviceRegistriesMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Creates a device in a device registry.
+ *
+ */
+ public void createDevice(com.google.cloud.iot.v1.CreateDeviceRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getCreateDeviceMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Gets details about a device.
+ *
+ */
+ public void getDevice(com.google.cloud.iot.v1.GetDeviceRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getGetDeviceMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Updates a device.
+ *
+ */
+ public void updateDevice(com.google.cloud.iot.v1.UpdateDeviceRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getUpdateDeviceMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Deletes a device.
+ *
+ */
+ public void deleteDevice(com.google.cloud.iot.v1.DeleteDeviceRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getDeleteDeviceMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * List devices in a device registry.
+ *
+ */
+ public void listDevices(com.google.cloud.iot.v1.ListDevicesRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getListDevicesMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Modifies the configuration for the device, which is eventually sent from
+ * the Cloud IoT Core servers. Returns the modified configuration version and
+ * its metadata.
+ *
+ */
+ public void modifyCloudToDeviceConfig(com.google.cloud.iot.v1.ModifyCloudToDeviceConfigRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getModifyCloudToDeviceConfigMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Lists the last few versions of the device configuration in descending
+ * order (i.e.: newest first).
+ *
+ */
+ public void listDeviceConfigVersions(com.google.cloud.iot.v1.ListDeviceConfigVersionsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getListDeviceConfigVersionsMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Lists the last few versions of the device state in descending order (i.e.:
+ * newest first).
+ *
+ */
+ public void listDeviceStates(com.google.cloud.iot.v1.ListDeviceStatesRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getListDeviceStatesMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ *
+ */
+ public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getSetIamPolicyMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
+ public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getGetIamPolicyMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+
+ /**
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a NOT_FOUND error.
+ *
+ */
+ public void testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ asyncUnaryCall(
+ getChannel().newCall(getTestIamPermissionsMethodHelper(), getCallOptions()), request, responseObserver);
+ }
+ }
+
+ /**
+ *
+ * Internet of things (IoT) service. Allows to manipulate device registry
+ * instances and the registration of devices (Things) to the cloud.
+ *
+ */
+ public static final class DeviceManagerBlockingStub extends io.grpc.stub.AbstractStub {
+ private DeviceManagerBlockingStub(io.grpc.Channel channel) {
+ super(channel);
+ }
+
+ private DeviceManagerBlockingStub(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) {
+ super(channel, callOptions);
+ }
+
+ @java.lang.Override
+ protected DeviceManagerBlockingStub build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) {
+ return new DeviceManagerBlockingStub(channel, callOptions);
+ }
+
+ /**
+ *
+ * Creates a device registry that contains devices.
+ *
+ */
+ public com.google.cloud.iot.v1.DeviceRegistry createDeviceRegistry(com.google.cloud.iot.v1.CreateDeviceRegistryRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getCreateDeviceRegistryMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Gets a device registry configuration.
+ *
+ */
+ public com.google.cloud.iot.v1.DeviceRegistry getDeviceRegistry(com.google.cloud.iot.v1.GetDeviceRegistryRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getGetDeviceRegistryMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Updates a device registry configuration.
+ *
+ */
+ public com.google.cloud.iot.v1.DeviceRegistry updateDeviceRegistry(com.google.cloud.iot.v1.UpdateDeviceRegistryRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getUpdateDeviceRegistryMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Deletes a device registry configuration.
+ *
+ */
+ public com.google.protobuf.Empty deleteDeviceRegistry(com.google.cloud.iot.v1.DeleteDeviceRegistryRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getDeleteDeviceRegistryMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Lists device registries.
+ *
+ */
+ public com.google.cloud.iot.v1.ListDeviceRegistriesResponse listDeviceRegistries(com.google.cloud.iot.v1.ListDeviceRegistriesRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getListDeviceRegistriesMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Creates a device in a device registry.
+ *
+ */
+ public com.google.cloud.iot.v1.Device createDevice(com.google.cloud.iot.v1.CreateDeviceRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getCreateDeviceMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Gets details about a device.
+ *
+ */
+ public com.google.cloud.iot.v1.Device getDevice(com.google.cloud.iot.v1.GetDeviceRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getGetDeviceMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Updates a device.
+ *
+ */
+ public com.google.cloud.iot.v1.Device updateDevice(com.google.cloud.iot.v1.UpdateDeviceRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getUpdateDeviceMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Deletes a device.
+ *
+ */
+ public com.google.protobuf.Empty deleteDevice(com.google.cloud.iot.v1.DeleteDeviceRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getDeleteDeviceMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * List devices in a device registry.
+ *
+ */
+ public com.google.cloud.iot.v1.ListDevicesResponse listDevices(com.google.cloud.iot.v1.ListDevicesRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getListDevicesMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Modifies the configuration for the device, which is eventually sent from
+ * the Cloud IoT Core servers. Returns the modified configuration version and
+ * its metadata.
+ *
+ */
+ public com.google.cloud.iot.v1.DeviceConfig modifyCloudToDeviceConfig(com.google.cloud.iot.v1.ModifyCloudToDeviceConfigRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getModifyCloudToDeviceConfigMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Lists the last few versions of the device configuration in descending
+ * order (i.e.: newest first).
+ *
+ */
+ public com.google.cloud.iot.v1.ListDeviceConfigVersionsResponse listDeviceConfigVersions(com.google.cloud.iot.v1.ListDeviceConfigVersionsRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getListDeviceConfigVersionsMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Lists the last few versions of the device state in descending order (i.e.:
+ * newest first).
+ *
+ */
+ public com.google.cloud.iot.v1.ListDeviceStatesResponse listDeviceStates(com.google.cloud.iot.v1.ListDeviceStatesRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getListDeviceStatesMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Sets the access control policy on the specified resource. Replaces any
+ * existing policy.
+ *
+ */
+ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getSetIamPolicyMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Gets the access control policy for a resource.
+ * Returns an empty policy if the resource exists and does not have a policy
+ * set.
+ *
+ */
+ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getGetIamPolicyMethodHelper(), getCallOptions(), request);
+ }
+
+ /**
+ *
+ * Returns permissions that a caller has on the specified resource.
+ * If the resource does not exist, this will return an empty set of
+ * permissions, not a NOT_FOUND error.
+ *
+ */
+ public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request) {
+ return blockingUnaryCall(
+ getChannel(), getTestIamPermissionsMethodHelper(), getCallOptions(), request);
+ }
+ }
+
+ /**
+ *
+ * Internet of things (IoT) service. Allows to manipulate device registry
+ * instances and the registration of devices (Things) to the cloud.
+ *
+ */
+ public static final class DeviceManagerFutureStub extends io.grpc.stub.AbstractStub {
+ private DeviceManagerFutureStub(io.grpc.Channel channel) {
+ super(channel);
+ }
+
+ private DeviceManagerFutureStub(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) {
+ super(channel, callOptions);
+ }
+
+ @java.lang.Override
+ protected DeviceManagerFutureStub build(io.grpc.Channel channel,
+ io.grpc.CallOptions callOptions) {
+ return new DeviceManagerFutureStub(channel, callOptions);
+ }
+
+ /**
+ *
+ * Creates a device registry that contains devices.
+ *
+ */
+ public com.google.common.util.concurrent.ListenableFuture createDeviceRegistry(
+ com.google.cloud.iot.v1.CreateDeviceRegistryRequest request) {
+ return futureUnaryCall(
+ getChannel().newCall(getCreateDeviceRegistryMethodHelper(), getCallOptions()), request);
+ }
+
+ /**
+ *
+ * Gets a device registry configuration.
+ *
+ */
+ public com.google.common.util.concurrent.ListenableFuture getDeviceRegistry(
+ com.google.cloud.iot.v1.GetDeviceRegistryRequest request) {
+ return futureUnaryCall(
+ getChannel().newCall(getGetDeviceRegistryMethodHelper(), getCallOptions()), request);
+ }
+
+ /**
+ *