diff --git a/generation_config.yaml b/generation_config.yaml
index 1c0bd81d92dc..cea4b1395c83 100644
--- a/generation_config.yaml
+++ b/generation_config.yaml
@@ -1,5 +1,5 @@
-gapic_generator_version: 2.68.0
-googleapis_commitish: cd090841ab172574e740c214c99df00aef9c0dee
+gapic_generator_version: 2.69.0
+googleapis_commitish: b6669d761c84c04682270ae5610106eb81ce1706
libraries_bom_version: 26.79.0
libraries:
- api_shortname: accessapproval
@@ -2997,3 +2997,4 @@ libraries:
GAPICs:
- proto_path: google/cloud/workstations/v1
- proto_path: google/cloud/workstations/v1beta
+
diff --git a/java-accessapproval/.OwlBot-hermetic.yaml b/java-accessapproval/.OwlBot-hermetic.yaml
index e48afc86d349..3525c66b63d7 100644
--- a/java-accessapproval/.OwlBot-hermetic.yaml
+++ b/java-accessapproval/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-accessapproval/samples/snippets/generated"
deep-preserve-regex:
+- "/java-accessapproval/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-accessapproval/google-cloud-accessapproval/src/test/java/com/google/cloud/accessapproval/v1/it"
deep-copy-regex:
diff --git a/java-accessapproval/README.md b/java-accessapproval/README.md
index 097ee8d1a1d5..6f0aa9b0ded5 100644
--- a/java-accessapproval/README.md
+++ b/java-accessapproval/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-accessapproval
- 2.89.0
+ 2.90.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-accessapproval:2.89.0'
+implementation 'com.google.cloud:google-cloud-accessapproval:2.90.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.89.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-accessapproval" % "2.90.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-accessapproval/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-accessapproval.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.89.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-accessapproval/2.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/Version.java b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/Version.java
index 50a9f327cebb..7ea4e04f4acd 100644
--- a/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/Version.java
+++ b/java-accessapproval/google-cloud-accessapproval/src/main/java/com/google/cloud/accessapproval/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-accessapproval:current}
- static final String VERSION = "2.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-accesscontextmanager/.OwlBot-hermetic.yaml b/java-accesscontextmanager/.OwlBot-hermetic.yaml
index 3a4cdc7f8dd6..8beae11abba6 100644
--- a/java-accesscontextmanager/.OwlBot-hermetic.yaml
+++ b/java-accesscontextmanager/.OwlBot-hermetic.yaml
@@ -18,6 +18,7 @@ deep-remove-regex:
- "/java-accesscontextmanager/samples/snippets/generated"
deep-preserve-regex:
+- "/java-accesscontextmanager/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-accesscontextmanager/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-accesscontextmanager/README.md b/java-accesscontextmanager/README.md
index deff21cbab1a..30c019725b7b 100644
--- a/java-accesscontextmanager/README.md
+++ b/java-accesscontextmanager/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-identity-accesscontextmanager
- 1.89.0
+ 1.90.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-identity-accesscontextmanager:1.89.0'
+implementation 'com.google.cloud:google-identity-accesscontextmanager:1.90.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.89.0"
+libraryDependencies += "com.google.cloud" % "google-identity-accesscontextmanager" % "1.90.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-identity-accesscontextmanager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-identity-accesscontextmanager.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.89.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-identity-accesscontextmanager/1.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/Version.java b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/Version.java
index 42be2582a56e..05c66c7a7328 100644
--- a/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/Version.java
+++ b/java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-identity-accesscontextmanager:current}
- static final String VERSION = "1.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-admanager/.OwlBot-hermetic.yaml b/java-admanager/.OwlBot-hermetic.yaml
index bbf57d3062d3..5fdb30178b52 100644
--- a/java-admanager/.OwlBot-hermetic.yaml
+++ b/java-admanager/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-admanager/samples/snippets/generated"
deep-preserve-regex:
+- "/java-admanager/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-admanager/ad-manager-.*/src/test/java/com/google/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-admanager/README.md b/java-admanager/README.md
index 0637cfc4217d..9e1141f349fd 100644
--- a/java-admanager/README.md
+++ b/java-admanager/README.md
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.api-ads
ad-manager
- 0.47.0
+ 0.48.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.api-ads:ad-manager:0.47.0'
+implementation 'com.google.api-ads:ad-manager:0.48.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.47.0"
+libraryDependencies += "com.google.api-ads" % "ad-manager" % "0.48.0"
```
## Authentication
@@ -158,7 +158,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/ad-manager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/ad-manager.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.47.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/ad-manager/0.48.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/stub/Version.java b/java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/stub/Version.java
index 5da95e4dac91..015c164f7060 100644
--- a/java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/stub/Version.java
+++ b/java-admanager/ad-manager/src/main/java/com/google/ads/admanager/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:ad-manager:current}
- static final String VERSION = "0.48.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-advisorynotifications/.OwlBot-hermetic.yaml b/java-advisorynotifications/.OwlBot-hermetic.yaml
index ac2508b427bc..727f85a1b098 100644
--- a/java-advisorynotifications/.OwlBot-hermetic.yaml
+++ b/java-advisorynotifications/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-advisorynotifications/samples/snippets/generated"
deep-preserve-regex:
+- "/java-advisorynotifications/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-advisorynotifications/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-advisorynotifications/README.md b/java-advisorynotifications/README.md
index e9f719781c9b..7f2f85e1334b 100644
--- a/java-advisorynotifications/README.md
+++ b/java-advisorynotifications/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-advisorynotifications
- 0.77.0
+ 0.78.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-advisorynotifications:0.77.0'
+implementation 'com.google.cloud:google-cloud-advisorynotifications:0.78.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.77.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-advisorynotifications" % "0.78.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-advisorynotifications/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-advisorynotifications.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.77.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-advisorynotifications/0.78.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/Version.java b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/Version.java
index 5dd52629c6f0..590f855cd197 100644
--- a/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/Version.java
+++ b/java-advisorynotifications/google-cloud-advisorynotifications/src/main/java/com/google/cloud/advisorynotifications/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-advisorynotifications:current}
- static final String VERSION = "0.78.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-aiplatform/README.md b/java-aiplatform/README.md
index 2ecd1ae76a82..b9f73c82ea26 100644
--- a/java-aiplatform/README.md
+++ b/java-aiplatform/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-aiplatform
- 3.89.0
+ 3.90.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-aiplatform:3.89.0'
+implementation 'com.google.cloud:google-cloud-aiplatform:3.90.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.89.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-aiplatform" % "3.90.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-aiplatform/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-aiplatform.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.89.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-aiplatform/3.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/Version.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/Version.java
index bb423a628540..243836e14674 100644
--- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/Version.java
+++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-aiplatform:current}
- static final String VERSION = "3.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/Version.java b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/Version.java
index 210b8712e934..d9e12f987c71 100644
--- a/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/Version.java
+++ b/java-aiplatform/google-cloud-aiplatform/src/main/java/com/google/cloud/aiplatform/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-aiplatform:current}
- static final String VERSION = "3.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-alloydb-connectors/.OwlBot-hermetic.yaml b/java-alloydb-connectors/.OwlBot-hermetic.yaml
index 2ad69b20a09a..62427765e55b 100644
--- a/java-alloydb-connectors/.OwlBot-hermetic.yaml
+++ b/java-alloydb-connectors/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-alloydb-connectors/samples/snippets/generated"
deep-preserve-regex:
+- "/java-alloydb-connectors/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-alloydb-connectors/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-alloydb-connectors/README.md b/java-alloydb-connectors/README.md
index 70685f0384e7..42449813c3e0 100644
--- a/java-alloydb-connectors/README.md
+++ b/java-alloydb-connectors/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-alloydb-connectors
- 0.66.0
+ 0.67.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-alloydb-connectors:0.66.0'
+implementation 'com.google.cloud:google-cloud-alloydb-connectors:0.67.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" % "0.66.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-alloydb-connectors" % "0.67.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-alloydb-connectors/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb-connectors.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.66.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb-connectors/0.67.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-alloydb/.OwlBot-hermetic.yaml b/java-alloydb/.OwlBot-hermetic.yaml
index 0d85032ca1f3..1e7f8ec35919 100644
--- a/java-alloydb/.OwlBot-hermetic.yaml
+++ b/java-alloydb/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-alloydb/samples/snippets/generated"
deep-preserve-regex:
+- "/java-alloydb/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-alloydb/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-alloydb/README.md b/java-alloydb/README.md
index ccb918c7528b..38617cdc0490 100644
--- a/java-alloydb/README.md
+++ b/java-alloydb/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-alloydb
- 0.77.0
+ 0.78.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-alloydb:0.77.0'
+implementation 'com.google.cloud:google-cloud-alloydb:0.78.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.77.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-alloydb" % "0.78.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-alloydb/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-alloydb.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.77.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-alloydb/0.78.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/Version.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/Version.java
index 1d6d51ba9ce4..b6b7d9e92f9c 100644
--- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/Version.java
+++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-alloydb:current}
- static final String VERSION = "0.78.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/Version.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/Version.java
index 5d3727bd22db..952ca05c6d0c 100644
--- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/Version.java
+++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-alloydb:current}
- static final String VERSION = "0.78.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/Version.java b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/Version.java
index 954ff4a09041..3bebd85dd1e2 100644
--- a/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/Version.java
+++ b/java-alloydb/google-cloud-alloydb/src/main/java/com/google/cloud/alloydb/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-alloydb:current}
- static final String VERSION = "0.78.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-analytics-admin/README.md b/java-analytics-admin/README.md
index 668354c68f1d..1e2e11fc551e 100644
--- a/java-analytics-admin/README.md
+++ b/java-analytics-admin/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.analytics
google-analytics-admin
- 0.98.0
+ 0.99.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.analytics:google-analytics-admin:0.98.0'
+implementation 'com.google.analytics:google-analytics-admin:0.99.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.98.0"
+libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.99.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-analytics-admin/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.analytics/google-analytics-admin.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-admin/0.98.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-admin/0.99.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/Version.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/Version.java
index 8e55d243cdd6..85baf4576bcb 100644
--- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/Version.java
+++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-analytics-admin:current}
- static final String VERSION = "0.99.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/Version.java b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/Version.java
index a597ca8a0619..4380a9865ca5 100644
--- a/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/Version.java
+++ b/java-analytics-admin/google-analytics-admin/src/main/java/com/google/analytics/admin/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-analytics-admin:current}
- static final String VERSION = "0.99.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-analytics-data/README.md b/java-analytics-data/README.md
index 25cef4a8ded6..d48208566e93 100644
--- a/java-analytics-data/README.md
+++ b/java-analytics-data/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.analytics
google-analytics-data
- 0.99.0
+ 0.100.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.analytics:google-analytics-data:0.99.0'
+implementation 'com.google.analytics:google-analytics-data:0.100.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.99.0"
+libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.100.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-analytics-data/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.analytics/google-analytics-data.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.99.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.analytics/google-analytics-data/0.100.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/Version.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/Version.java
index 9b6040bed902..0e4277ed5312 100644
--- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/Version.java
+++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-analytics-data:current}
- static final String VERSION = "0.100.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/Version.java b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/Version.java
index 616b16d9d9a3..8dc90fa3fb74 100644
--- a/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/Version.java
+++ b/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-analytics-data:current}
- static final String VERSION = "0.100.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-analyticshub/.OwlBot-hermetic.yaml b/java-analyticshub/.OwlBot-hermetic.yaml
index 16bd7686a712..572ff66933b5 100644
--- a/java-analyticshub/.OwlBot-hermetic.yaml
+++ b/java-analyticshub/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-analyticshub/samples/snippets/generated"
deep-preserve-regex:
+- "/java-analyticshub/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-analyticshub/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-analyticshub/README.md b/java-analyticshub/README.md
index 1a6fa3be9f21..eb376ffca1ed 100644
--- a/java-analyticshub/README.md
+++ b/java-analyticshub/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-analyticshub
- 0.85.0
+ 0.86.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-analyticshub:0.85.0'
+implementation 'com.google.cloud:google-cloud-analyticshub:0.86.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-analyticshub" % "0.85.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-analyticshub" % "0.86.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-analyticshub/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-analyticshub.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-analyticshub/0.85.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-analyticshub/0.86.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-analyticshub/google-cloud-analyticshub/src/main/java/com/google/cloud/bigquery/analyticshub/v1/stub/Version.java b/java-analyticshub/google-cloud-analyticshub/src/main/java/com/google/cloud/bigquery/analyticshub/v1/stub/Version.java
index 80a26e2eebff..f00ada9dfa61 100644
--- a/java-analyticshub/google-cloud-analyticshub/src/main/java/com/google/cloud/bigquery/analyticshub/v1/stub/Version.java
+++ b/java-analyticshub/google-cloud-analyticshub/src/main/java/com/google/cloud/bigquery/analyticshub/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-analyticshub:current}
- static final String VERSION = "0.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-api-gateway/.OwlBot-hermetic.yaml b/java-api-gateway/.OwlBot-hermetic.yaml
index d533c156c462..ddf48c8c99c6 100644
--- a/java-api-gateway/.OwlBot-hermetic.yaml
+++ b/java-api-gateway/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-api-gateway/google-.*/src"
deep-preserve-regex:
+- "/java-api-gateway/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-api-gateway/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-api-gateway/README.md b/java-api-gateway/README.md
index 7e235898dd35..4f08d4d634f4 100644
--- a/java-api-gateway/README.md
+++ b/java-api-gateway/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-api-gateway
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-api-gateway:2.88.0'
+implementation 'com.google.cloud:google-cloud-api-gateway:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-api-gateway/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-api-gateway.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-api-gateway/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-api-gateway/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/Version.java b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/Version.java
index e4665946e7f7..e86930241cf9 100644
--- a/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/Version.java
+++ b/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-api-gateway:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-apigee-connect/README.md b/java-apigee-connect/README.md
index a55b33b756f3..8d29e4d25ec3 100644
--- a/java-apigee-connect/README.md
+++ b/java-apigee-connect/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-apigee-connect
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-apigee-connect:2.88.0'
+implementation 'com.google.cloud:google-cloud-apigee-connect:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-apigee-connect" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-apigee-connect" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-apigee-connect/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apigee-connect.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-connect/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-connect/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/Version.java b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/Version.java
index 6a1981588ad4..aedb6f6802bd 100644
--- a/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/Version.java
+++ b/java-apigee-connect/google-cloud-apigee-connect/src/main/java/com/google/cloud/apigeeconnect/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-apigee-connect:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-apigee-registry/.OwlBot-hermetic.yaml b/java-apigee-registry/.OwlBot-hermetic.yaml
index 930a6b531f95..d634cee6cbe5 100644
--- a/java-apigee-registry/.OwlBot-hermetic.yaml
+++ b/java-apigee-registry/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-apigee-registry/samples/snippets/generated"
deep-preserve-regex:
+- "/java-apigee-registry/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-apigee-registry/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-apigee-registry/README.md b/java-apigee-registry/README.md
index 3b381bb29bc0..421ea4ea8b4b 100644
--- a/java-apigee-registry/README.md
+++ b/java-apigee-registry/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-apigee-registry
- 0.88.0
+ 0.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-apigee-registry:0.88.0'
+implementation 'com.google.cloud:google-cloud-apigee-registry:0.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-apigee-registry" % "0.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-apigee-registry" % "0.89.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-apigee-registry/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apigee-registry.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-registry/0.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apigee-registry/0.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/Version.java b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/Version.java
index 5be83d7fd324..d369dfe1fa16 100644
--- a/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/Version.java
+++ b/java-apigee-registry/google-cloud-apigee-registry/src/main/java/com/google/cloud/apigeeregistry/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-apigee-registry:current}
- static final String VERSION = "0.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-apihub/.OwlBot-hermetic.yaml b/java-apihub/.OwlBot-hermetic.yaml
index 6f67c7f6724a..374c3024f8bf 100644
--- a/java-apihub/.OwlBot-hermetic.yaml
+++ b/java-apihub/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-apihub/samples/snippets/generated"
deep-preserve-regex:
+- "/java-apihub/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-apihub/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-apihub/README.md b/java-apihub/README.md
index 9af3d352a037..a84f920eab22 100644
--- a/java-apihub/README.md
+++ b/java-apihub/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-apihub
- 0.41.0
+ 0.42.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-apihub:0.41.0'
+implementation 'com.google.cloud:google-cloud-apihub:0.42.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-apihub" % "0.41.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-apihub" % "0.42.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-apihub/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apihub.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apihub/0.41.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apihub/0.42.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-apihub/google-cloud-apihub/src/main/java/com/google/cloud/apihub/v1/stub/Version.java b/java-apihub/google-cloud-apihub/src/main/java/com/google/cloud/apihub/v1/stub/Version.java
index 7f63b6edf6d1..f3bfb9bcf041 100644
--- a/java-apihub/google-cloud-apihub/src/main/java/com/google/cloud/apihub/v1/stub/Version.java
+++ b/java-apihub/google-cloud-apihub/src/main/java/com/google/cloud/apihub/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-apihub:current}
- static final String VERSION = "0.42.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-apikeys/.OwlBot-hermetic.yaml b/java-apikeys/.OwlBot-hermetic.yaml
index 7cba2ebe02e9..143f37842e19 100644
--- a/java-apikeys/.OwlBot-hermetic.yaml
+++ b/java-apikeys/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-apikeys/samples/snippets/generated"
deep-preserve-regex:
+- "/java-apikeys/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-apikeys/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-apikeys/README.md b/java-apikeys/README.md
index 9d1e5d50819a..dc5226c9d9e6 100644
--- a/java-apikeys/README.md
+++ b/java-apikeys/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-apikeys
- 0.86.0
+ 0.87.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-apikeys:0.86.0'
+implementation 'com.google.cloud:google-cloud-apikeys:0.87.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-apikeys" % "0.86.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-apikeys" % "0.87.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-apikeys/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apikeys.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apikeys/0.86.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apikeys/0.87.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/Version.java b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/Version.java
index b1454714e258..a2c8ec23ecad 100644
--- a/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/Version.java
+++ b/java-apikeys/google-cloud-apikeys/src/main/java/com/google/api/apikeys/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-apikeys:current}
- static final String VERSION = "0.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-appengine-admin/README.md b/java-appengine-admin/README.md
index e3e84cf6c54a..5da51d085558 100644
--- a/java-appengine-admin/README.md
+++ b/java-appengine-admin/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-appengine-admin
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-appengine-admin:2.88.0'
+implementation 'com.google.cloud:google-cloud-appengine-admin:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-appengine-admin/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-appengine-admin.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-appengine-admin/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-appengine-admin/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/Version.java b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/Version.java
index a3ba823be52e..c65bd00718d8 100644
--- a/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/Version.java
+++ b/java-appengine-admin/google-cloud-appengine-admin/src/main/java/com/google/appengine/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-appengine-admin:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-apphub/.OwlBot-hermetic.yaml b/java-apphub/.OwlBot-hermetic.yaml
index cd07e1fbffb6..ffef9a6f16b6 100644
--- a/java-apphub/.OwlBot-hermetic.yaml
+++ b/java-apphub/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-apphub/samples/snippets/generated"
deep-preserve-regex:
+- "/java-apphub/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-apphub/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-apphub/README.md b/java-apphub/README.md
index ce8d7c331231..9d982b63f576 100644
--- a/java-apphub/README.md
+++ b/java-apphub/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-apphub
- 0.52.0
+ 0.53.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-apphub:0.52.0'
+implementation 'com.google.cloud:google-cloud-apphub:0.53.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-apphub" % "0.52.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-apphub" % "0.53.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-apphub/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-apphub.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apphub/0.52.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-apphub/0.53.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-apphub/google-cloud-apphub/src/main/java/com/google/cloud/apphub/v1/stub/Version.java b/java-apphub/google-cloud-apphub/src/main/java/com/google/cloud/apphub/v1/stub/Version.java
index 911143f6e16c..22d160c5eeae 100644
--- a/java-apphub/google-cloud-apphub/src/main/java/com/google/cloud/apphub/v1/stub/Version.java
+++ b/java-apphub/google-cloud-apphub/src/main/java/com/google/cloud/apphub/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-apphub:current}
- static final String VERSION = "0.53.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-area120-tables/README.md b/java-area120-tables/README.md
index d94a6c0bf8e0..3162af592252 100644
--- a/java-area120-tables/README.md
+++ b/java-area120-tables/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.area120
google-area120-tables
- 0.92.0
+ 0.93.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.area120:google-area120-tables:0.92.0'
+implementation 'com.google.area120:google-area120-tables:0.93.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.92.0"
+libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.93.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-area120-tables/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.area120/google-area120-tables.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.area120/google-area120-tables/0.92.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.area120/google-area120-tables/0.93.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/Version.java b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/Version.java
index bd55f31201a6..8f05f47f5de8 100644
--- a/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/Version.java
+++ b/java-area120-tables/google-area120-tables/src/main/java/com/google/area120/tables/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-area120-tables:current}
- static final String VERSION = "0.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-artifact-registry/README.md b/java-artifact-registry/README.md
index c92af1acb7cd..65054fcc37d4 100644
--- a/java-artifact-registry/README.md
+++ b/java-artifact-registry/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-artifact-registry
- 1.87.0
+ 1.88.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-artifact-registry:1.87.0'
+implementation 'com.google.cloud:google-cloud-artifact-registry:1.88.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.87.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.88.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-artifact-registry/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-artifact-registry.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-artifact-registry/1.87.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-artifact-registry/1.88.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/Version.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/Version.java
index c85c59278e8a..6f590a006921 100644
--- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/Version.java
+++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-artifact-registry:current}
- static final String VERSION = "1.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/Version.java b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/Version.java
index 47d1ff3fdf57..9e0a68ff27b8 100644
--- a/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/Version.java
+++ b/java-artifact-registry/google-cloud-artifact-registry/src/main/java/com/google/devtools/artifactregistry/v1beta2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-artifact-registry:current}
- static final String VERSION = "1.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-asset/.OwlBot-hermetic.yaml b/java-asset/.OwlBot-hermetic.yaml
index a6f72d67a869..55a085463691 100644
--- a/java-asset/.OwlBot-hermetic.yaml
+++ b/java-asset/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-asset/google-.*/src"
deep-preserve-regex:
+- "/java-asset/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-asset/google-cloud-.*/src/test/java/com/google/cloud/.*/it"
- "/java-asset/google-cloud-asset/src/test/java/com/google/cloud/asset/v1/VPCServiceControlTest.java"
- "/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/ProjectName.java"
diff --git a/java-asset/README.md b/java-asset/README.md
index c19beef5378c..77b3ec6f252b 100644
--- a/java-asset/README.md
+++ b/java-asset/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-asset
- 3.92.0
+ 3.93.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-asset:3.92.0'
+implementation 'com.google.cloud:google-cloud-asset:3.93.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.92.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.93.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-asset/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-asset.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-asset/3.92.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-asset/3.93.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/Version.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/Version.java
index d0d37644410d..e157741b9e82 100644
--- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/Version.java
+++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-asset:current}
- static final String VERSION = "3.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/Version.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/Version.java
index 888e6e72f0df..96a46b9f5ea1 100644
--- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/Version.java
+++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-asset:current}
- static final String VERSION = "3.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/Version.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/Version.java
index b3b59eb0f35d..a5251de46d81 100644
--- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/Version.java
+++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p2beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-asset:current}
- static final String VERSION = "3.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/Version.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/Version.java
index f2cdcc70e0c5..b7fced120ffc 100644
--- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/Version.java
+++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p5beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-asset:current}
- static final String VERSION = "3.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/Version.java b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/Version.java
index 9894a74414d2..dd747b026c8e 100644
--- a/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/Version.java
+++ b/java-asset/google-cloud-asset/src/main/java/com/google/cloud/asset/v1p7beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-asset:current}
- static final String VERSION = "3.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-assured-workloads/README.md b/java-assured-workloads/README.md
index df20efd261ed..4d7000d62529 100644
--- a/java-assured-workloads/README.md
+++ b/java-assured-workloads/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-assured-workloads
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-assured-workloads:2.88.0'
+implementation 'com.google.cloud:google-cloud-assured-workloads:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-assured-workloads" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-assured-workloads" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-assured-workloads/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-assured-workloads.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-assured-workloads/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-assured-workloads/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/Version.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/Version.java
index e5604b6bb05e..1073aee165e3 100644
--- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/Version.java
+++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-assured-workloads:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/Version.java b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/Version.java
index 947ac77bd8e6..de601dc43041 100644
--- a/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/Version.java
+++ b/java-assured-workloads/google-cloud-assured-workloads/src/main/java/com/google/cloud/assuredworkloads/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-assured-workloads:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-auditmanager/.OwlBot-hermetic.yaml b/java-auditmanager/.OwlBot-hermetic.yaml
index bce31a4cf7a2..6be97f5df6f0 100644
--- a/java-auditmanager/.OwlBot-hermetic.yaml
+++ b/java-auditmanager/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-auditmanager/samples/snippets/generated"
deep-preserve-regex:
+- "/java-auditmanager/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-auditmanager/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-auditmanager/README.md b/java-auditmanager/README.md
index cc2f5dbf2d68..569b51381dc1 100644
--- a/java-auditmanager/README.md
+++ b/java-auditmanager/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-auditmanager
- 0.6.0
+ 0.7.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-auditmanager:0.6.0'
+implementation 'com.google.cloud:google-cloud-auditmanager:0.7.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-auditmanager" % "0.6.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-auditmanager" % "0.7.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-auditmanager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-auditmanager.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-auditmanager/0.6.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-auditmanager/0.7.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-auditmanager/google-cloud-auditmanager/src/main/java/com/google/cloud/auditmanager/v1/stub/Version.java b/java-auditmanager/google-cloud-auditmanager/src/main/java/com/google/cloud/auditmanager/v1/stub/Version.java
index c4c02333bdba..7a46f77ccc46 100644
--- a/java-auditmanager/google-cloud-auditmanager/src/main/java/com/google/cloud/auditmanager/v1/stub/Version.java
+++ b/java-auditmanager/google-cloud-auditmanager/src/main/java/com/google/cloud/auditmanager/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-auditmanager:current}
- static final String VERSION = "0.7.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-automl/README.md b/java-automl/README.md
index f4e927434664..bf28c4c652cf 100644
--- a/java-automl/README.md
+++ b/java-automl/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-automl
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-automl:2.88.0'
+implementation 'com.google.cloud:google-cloud-automl:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.89.0"
```
## Authentication
@@ -186,7 +186,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-automl/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-automl.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-automl/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-automl/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/Version.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/Version.java
index ed8b23081b4e..cb48432f9ffb 100644
--- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/Version.java
+++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-automl:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/Version.java b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/Version.java
index 7c7527163ed4..b062b3e94229 100644
--- a/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/Version.java
+++ b/java-automl/google-cloud-automl/src/main/java/com/google/cloud/automl/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-automl:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-backupdr/.OwlBot-hermetic.yaml b/java-backupdr/.OwlBot-hermetic.yaml
index 42c8ce791d3b..59b8e7aa56f2 100644
--- a/java-backupdr/.OwlBot-hermetic.yaml
+++ b/java-backupdr/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-backupdr/samples/snippets/generated"
deep-preserve-regex:
+- "/java-backupdr/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-backupdr/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-backupdr/README.md b/java-backupdr/README.md
index 896a55890ac1..40680feabc86 100644
--- a/java-backupdr/README.md
+++ b/java-backupdr/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-backupdr
- 0.47.0
+ 0.48.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-backupdr:0.47.0'
+implementation 'com.google.cloud:google-cloud-backupdr:0.48.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-backupdr" % "0.47.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-backupdr" % "0.48.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-backupdr/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-backupdr.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-backupdr/0.47.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-backupdr/0.48.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-backupdr/google-cloud-backupdr/src/main/java/com/google/cloud/backupdr/v1/stub/Version.java b/java-backupdr/google-cloud-backupdr/src/main/java/com/google/cloud/backupdr/v1/stub/Version.java
index 2f00530fc9a9..33000039558a 100644
--- a/java-backupdr/google-cloud-backupdr/src/main/java/com/google/cloud/backupdr/v1/stub/Version.java
+++ b/java-backupdr/google-cloud-backupdr/src/main/java/com/google/cloud/backupdr/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-backupdr:current}
- static final String VERSION = "0.48.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bare-metal-solution/.OwlBot-hermetic.yaml b/java-bare-metal-solution/.OwlBot-hermetic.yaml
index f3598960c0d0..d5c8131872bf 100644
--- a/java-bare-metal-solution/.OwlBot-hermetic.yaml
+++ b/java-bare-metal-solution/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-bare-metal-solution/google-.*/src"
deep-preserve-regex:
+- "/java-bare-metal-solution/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-bare-metal-solution/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-bare-metal-solution/README.md b/java-bare-metal-solution/README.md
index 8a3c5e445456..66c96b764fed 100644
--- a/java-bare-metal-solution/README.md
+++ b/java-bare-metal-solution/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-bare-metal-solution
- 0.88.0
+ 0.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.88.0'
+implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.89.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bare-metal-solution/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bare-metal-solution.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bare-metal-solution/0.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bare-metal-solution/0.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/Version.java b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/Version.java
index 310a072dca69..e634ed9e53ec 100644
--- a/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/Version.java
+++ b/java-bare-metal-solution/google-cloud-bare-metal-solution/src/main/java/com/google/cloud/baremetalsolution/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bare-metal-solution:current}
- static final String VERSION = "0.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-batch/.OwlBot-hermetic.yaml b/java-batch/.OwlBot-hermetic.yaml
index f12b5c226bc0..9a93e600609b 100644
--- a/java-batch/.OwlBot-hermetic.yaml
+++ b/java-batch/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-batch/samples/snippets/generated"
deep-preserve-regex:
+- "/java-batch/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-batch/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-batch/README.md b/java-batch/README.md
index 477b0f81690a..7f2420d0df97 100644
--- a/java-batch/README.md
+++ b/java-batch/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-batch
- 0.88.0
+ 0.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-batch:0.88.0'
+implementation 'com.google.cloud:google-cloud-batch:0.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.89.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-batch/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-batch.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/Version.java b/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/Version.java
index d29873d6bf88..7df26db35295 100644
--- a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/Version.java
+++ b/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-batch:current}
- static final String VERSION = "0.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/Version.java b/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/Version.java
index 94b62f85dc2d..af25b46e9624 100644
--- a/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/Version.java
+++ b/java-batch/google-cloud-batch/src/main/java/com/google/cloud/batch/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-batch:current}
- static final String VERSION = "0.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-beyondcorp-appconnections/.OwlBot-hermetic.yaml b/java-beyondcorp-appconnections/.OwlBot-hermetic.yaml
index 998c1c9c1c55..3ea8fc46c1dc 100644
--- a/java-beyondcorp-appconnections/.OwlBot-hermetic.yaml
+++ b/java-beyondcorp-appconnections/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-beyondcorp-appconnections/samples/snippets/generated"
deep-preserve-regex:
+- "/java-beyondcorp-appconnections/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-beyondcorp-appconnections/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-beyondcorp-appconnections/README.md b/java-beyondcorp-appconnections/README.md
index 6a5694eaaa37..0a7425f154ab 100644
--- a/java-beyondcorp-appconnections/README.md
+++ b/java-beyondcorp-appconnections/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-beyondcorp-appconnections
- 0.86.0
+ 0.87.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-beyondcorp-appconnections:0.86.0'
+implementation 'com.google.cloud:google-cloud-beyondcorp-appconnections:0.87.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnections" % "0.86.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnections" % "0.87.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-beyondcorp-appconnections/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-appconnections.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appconnections/0.86.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appconnections/0.87.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-beyondcorp-appconnections/google-cloud-beyondcorp-appconnections/src/main/java/com/google/cloud/beyondcorp/appconnections/v1/stub/Version.java b/java-beyondcorp-appconnections/google-cloud-beyondcorp-appconnections/src/main/java/com/google/cloud/beyondcorp/appconnections/v1/stub/Version.java
index d2a5e3096218..7f493b8565e3 100644
--- a/java-beyondcorp-appconnections/google-cloud-beyondcorp-appconnections/src/main/java/com/google/cloud/beyondcorp/appconnections/v1/stub/Version.java
+++ b/java-beyondcorp-appconnections/google-cloud-beyondcorp-appconnections/src/main/java/com/google/cloud/beyondcorp/appconnections/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-beyondcorp-appconnections:current}
- static final String VERSION = "0.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-beyondcorp-appconnectors/.OwlBot-hermetic.yaml b/java-beyondcorp-appconnectors/.OwlBot-hermetic.yaml
index 654c79b96dc5..8e6851401a8d 100644
--- a/java-beyondcorp-appconnectors/.OwlBot-hermetic.yaml
+++ b/java-beyondcorp-appconnectors/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-beyondcorp-appconnectors/samples/snippets/generated"
deep-preserve-regex:
+- "/java-beyondcorp-appconnectors/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-beyondcorp-appconnectors/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-beyondcorp-appconnectors/README.md b/java-beyondcorp-appconnectors/README.md
index 453d5aff10eb..5b99ed2f6b94 100644
--- a/java-beyondcorp-appconnectors/README.md
+++ b/java-beyondcorp-appconnectors/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-beyondcorp-appconnectors
- 0.86.0
+ 0.87.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-beyondcorp-appconnectors:0.86.0'
+implementation 'com.google.cloud:google-cloud-beyondcorp-appconnectors:0.87.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnectors" % "0.86.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appconnectors" % "0.87.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-beyondcorp-appconnectors/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-appconnectors.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appconnectors/0.86.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appconnectors/0.87.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-beyondcorp-appconnectors/google-cloud-beyondcorp-appconnectors/src/main/java/com/google/cloud/beyondcorp/appconnectors/v1/stub/Version.java b/java-beyondcorp-appconnectors/google-cloud-beyondcorp-appconnectors/src/main/java/com/google/cloud/beyondcorp/appconnectors/v1/stub/Version.java
index 76651cf3903b..b61bc4c90944 100644
--- a/java-beyondcorp-appconnectors/google-cloud-beyondcorp-appconnectors/src/main/java/com/google/cloud/beyondcorp/appconnectors/v1/stub/Version.java
+++ b/java-beyondcorp-appconnectors/google-cloud-beyondcorp-appconnectors/src/main/java/com/google/cloud/beyondcorp/appconnectors/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-beyondcorp-appconnectors:current}
- static final String VERSION = "0.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-beyondcorp-appgateways/.OwlBot-hermetic.yaml b/java-beyondcorp-appgateways/.OwlBot-hermetic.yaml
index 285b4fa956f3..a37176503401 100644
--- a/java-beyondcorp-appgateways/.OwlBot-hermetic.yaml
+++ b/java-beyondcorp-appgateways/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-beyondcorp-appgateways/samples/snippets/generated"
deep-preserve-regex:
+- "/java-beyondcorp-appgateways/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-beyondcorp-appgateways/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-beyondcorp-appgateways/README.md b/java-beyondcorp-appgateways/README.md
index f4330af54564..31a704d87b9d 100644
--- a/java-beyondcorp-appgateways/README.md
+++ b/java-beyondcorp-appgateways/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-beyondcorp-appgateways
- 0.86.0
+ 0.87.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-beyondcorp-appgateways:0.86.0'
+implementation 'com.google.cloud:google-cloud-beyondcorp-appgateways:0.87.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appgateways" % "0.86.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-appgateways" % "0.87.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-beyondcorp-appgateways/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-appgateways.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appgateways/0.86.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-appgateways/0.87.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-beyondcorp-appgateways/google-cloud-beyondcorp-appgateways/src/main/java/com/google/cloud/beyondcorp/appgateways/v1/stub/Version.java b/java-beyondcorp-appgateways/google-cloud-beyondcorp-appgateways/src/main/java/com/google/cloud/beyondcorp/appgateways/v1/stub/Version.java
index eb4dd409d7ee..82a87675e981 100644
--- a/java-beyondcorp-appgateways/google-cloud-beyondcorp-appgateways/src/main/java/com/google/cloud/beyondcorp/appgateways/v1/stub/Version.java
+++ b/java-beyondcorp-appgateways/google-cloud-beyondcorp-appgateways/src/main/java/com/google/cloud/beyondcorp/appgateways/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-beyondcorp-appgateways:current}
- static final String VERSION = "0.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-beyondcorp-clientconnectorservices/.OwlBot-hermetic.yaml b/java-beyondcorp-clientconnectorservices/.OwlBot-hermetic.yaml
index bbc65b3879cc..6bcdb956fcae 100644
--- a/java-beyondcorp-clientconnectorservices/.OwlBot-hermetic.yaml
+++ b/java-beyondcorp-clientconnectorservices/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-beyondcorp-clientconnectorservices/samples/snippets/generated"
deep-preserve-regex:
+- "/java-beyondcorp-clientconnectorservices/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-beyondcorp-clientconnectorservices/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-beyondcorp-clientconnectorservices/README.md b/java-beyondcorp-clientconnectorservices/README.md
index ca505f17e673..94ffa27cd536 100644
--- a/java-beyondcorp-clientconnectorservices/README.md
+++ b/java-beyondcorp-clientconnectorservices/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-beyondcorp-clientconnectorservices
- 0.86.0
+ 0.87.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-beyondcorp-clientconnectorservices:0.86.0'
+implementation 'com.google.cloud:google-cloud-beyondcorp-clientconnectorservices:0.87.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientconnectorservices" % "0.86.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientconnectorservices" % "0.87.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-beyondcorp-clientconnectorservices/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-clientconnectorservices.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-clientconnectorservices/0.86.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-clientconnectorservices/0.87.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-beyondcorp-clientconnectorservices/google-cloud-beyondcorp-clientconnectorservices/src/main/java/com/google/cloud/beyondcorp/clientconnectorservices/v1/stub/Version.java b/java-beyondcorp-clientconnectorservices/google-cloud-beyondcorp-clientconnectorservices/src/main/java/com/google/cloud/beyondcorp/clientconnectorservices/v1/stub/Version.java
index 458b8c4c28bd..ad880e6f3cd3 100644
--- a/java-beyondcorp-clientconnectorservices/google-cloud-beyondcorp-clientconnectorservices/src/main/java/com/google/cloud/beyondcorp/clientconnectorservices/v1/stub/Version.java
+++ b/java-beyondcorp-clientconnectorservices/google-cloud-beyondcorp-clientconnectorservices/src/main/java/com/google/cloud/beyondcorp/clientconnectorservices/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-beyondcorp-clientconnectorservices:current}
- static final String VERSION = "0.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-beyondcorp-clientgateways/.OwlBot-hermetic.yaml b/java-beyondcorp-clientgateways/.OwlBot-hermetic.yaml
index 62280590348e..e193d5b7a46c 100644
--- a/java-beyondcorp-clientgateways/.OwlBot-hermetic.yaml
+++ b/java-beyondcorp-clientgateways/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-beyondcorp-clientgateways/samples/snippets/generated"
deep-preserve-regex:
+- "/java-beyondcorp-clientgateways/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-beyondcorp-clientgateways/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-beyondcorp-clientgateways/README.md b/java-beyondcorp-clientgateways/README.md
index e8bfdef1ba7a..a0ff567af497 100644
--- a/java-beyondcorp-clientgateways/README.md
+++ b/java-beyondcorp-clientgateways/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-beyondcorp-clientgateways
- 0.86.0
+ 0.87.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-beyondcorp-clientgateways:0.86.0'
+implementation 'com.google.cloud:google-cloud-beyondcorp-clientgateways:0.87.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientgateways" % "0.86.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-beyondcorp-clientgateways" % "0.87.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-beyondcorp-clientgateways/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-beyondcorp-clientgateways.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-clientgateways/0.86.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-beyondcorp-clientgateways/0.87.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-beyondcorp-clientgateways/google-cloud-beyondcorp-clientgateways/src/main/java/com/google/cloud/beyondcorp/clientgateways/v1/stub/Version.java b/java-beyondcorp-clientgateways/google-cloud-beyondcorp-clientgateways/src/main/java/com/google/cloud/beyondcorp/clientgateways/v1/stub/Version.java
index 3c8747891f57..2b2e7ae48b0b 100644
--- a/java-beyondcorp-clientgateways/google-cloud-beyondcorp-clientgateways/src/main/java/com/google/cloud/beyondcorp/clientgateways/v1/stub/Version.java
+++ b/java-beyondcorp-clientgateways/google-cloud-beyondcorp-clientgateways/src/main/java/com/google/cloud/beyondcorp/clientgateways/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-beyondcorp-clientgateways:current}
- static final String VERSION = "0.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-biglake/.OwlBot-hermetic.yaml b/java-biglake/.OwlBot-hermetic.yaml
index 4ffead625ccc..b2c11c56d1a8 100644
--- a/java-biglake/.OwlBot-hermetic.yaml
+++ b/java-biglake/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-biglake/samples/snippets/generated"
deep-preserve-regex:
+- "/java-biglake/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-biglake/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-biglake/README.md b/java-biglake/README.md
index 8f8c1ad01203..05322b8a5920 100644
--- a/java-biglake/README.md
+++ b/java-biglake/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-biglake
- 0.76.0
+ 0.77.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-biglake:0.76.0'
+implementation 'com.google.cloud:google-cloud-biglake:0.77.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.76.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-biglake" % "0.77.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-biglake/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-biglake.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-biglake/0.76.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-biglake/0.77.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/hive/v1beta/stub/Version.java b/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/hive/v1beta/stub/Version.java
index a6b347fe77ff..4762d7543f5e 100644
--- a/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/hive/v1beta/stub/Version.java
+++ b/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/hive/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-biglake:current}
- static final String VERSION = "0.77.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/v1/stub/Version.java b/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/v1/stub/Version.java
index 92ccc2f2062c..d8e0e76dd3c2 100644
--- a/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/v1/stub/Version.java
+++ b/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/biglake/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-biglake:current}
- static final String VERSION = "0.77.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1/stub/Version.java b/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1/stub/Version.java
index d844876d9637..d8de57cb0dba 100644
--- a/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1/stub/Version.java
+++ b/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-biglake:current}
- static final String VERSION = "0.77.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/stub/Version.java b/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/stub/Version.java
index 58f586e3e9a2..27afda023c60 100644
--- a/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/stub/Version.java
+++ b/java-biglake/google-cloud-biglake/src/main/java/com/google/cloud/bigquery/biglake/v1alpha1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-biglake:current}
- static final String VERSION = "0.77.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquery-data-exchange/.OwlBot-hermetic.yaml b/java-bigquery-data-exchange/.OwlBot-hermetic.yaml
index 7b8236dd43a8..18d0eacab362 100644
--- a/java-bigquery-data-exchange/.OwlBot-hermetic.yaml
+++ b/java-bigquery-data-exchange/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-bigquery-data-exchange/samples/snippets/generated"
deep-preserve-regex:
+- "/java-bigquery-data-exchange/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-bigquery-data-exchange/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-bigquery-data-exchange/README.md b/java-bigquery-data-exchange/README.md
index 895f81d2fd58..295f29b3de9e 100644
--- a/java-bigquery-data-exchange/README.md
+++ b/java-bigquery-data-exchange/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquery-data-exchange
- 2.83.0
+ 2.84.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigquery-data-exchange:2.83.0'
+implementation 'com.google.cloud:google-cloud-bigquery-data-exchange:2.84.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquery-data-exchange" % "2.83.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquery-data-exchange" % "2.84.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquery-data-exchange/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquery-data-exchange.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery-data-exchange/2.83.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquery-data-exchange/2.84.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-bigquery-data-exchange/google-cloud-bigquery-data-exchange/src/main/java/com/google/cloud/bigquery/dataexchange/v1beta1/stub/Version.java b/java-bigquery-data-exchange/google-cloud-bigquery-data-exchange/src/main/java/com/google/cloud/bigquery/dataexchange/v1beta1/stub/Version.java
index cc1ec1c7e1df..6598661f38aa 100644
--- a/java-bigquery-data-exchange/google-cloud-bigquery-data-exchange/src/main/java/com/google/cloud/bigquery/dataexchange/v1beta1/stub/Version.java
+++ b/java-bigquery-data-exchange/google-cloud-bigquery-data-exchange/src/main/java/com/google/cloud/bigquery/dataexchange/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquery-data-exchange:current}
- static final String VERSION = "2.84.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigqueryconnection/.OwlBot-hermetic.yaml b/java-bigqueryconnection/.OwlBot-hermetic.yaml
index 6df8d449ad2e..0e88837ceed6 100644
--- a/java-bigqueryconnection/.OwlBot-hermetic.yaml
+++ b/java-bigqueryconnection/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-bigqueryconnection/samples/snippets/generated"
deep-preserve-regex:
+- "/java-bigqueryconnection/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-bigqueryconnection/google-cloud-bigqueryconnection/src/test/java/com/google/cloud/bigqueryconnection/v.*/it/ITSystemTest.java"
deep-copy-regex:
diff --git a/java-bigqueryconnection/README.md b/java-bigqueryconnection/README.md
index e4133a5a90fc..dd664e24160f 100644
--- a/java-bigqueryconnection/README.md
+++ b/java-bigqueryconnection/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigqueryconnection
- 2.90.0
+ 2.91.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.90.0'
+implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.91.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.90.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryconnection" % "2.91.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/bigquery/docs/reference/reservations/rpc/google.cloud.bigquery.reservation.v1beta1
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigqueryconnection.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryconnection/2.90.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryconnection/2.91.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-bigqueryconnection/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/stub/Version.java b/java-bigqueryconnection/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/stub/Version.java
index 60308fb9fcfb..470678b19198 100644
--- a/java-bigqueryconnection/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/stub/Version.java
+++ b/java-bigqueryconnection/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigquery/connection/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigqueryconnection:current}
- static final String VERSION = "2.91.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigqueryconnection/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/stub/Version.java b/java-bigqueryconnection/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/stub/Version.java
index c93f15d29e83..ed590e4c5737 100644
--- a/java-bigqueryconnection/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/stub/Version.java
+++ b/java-bigqueryconnection/google-cloud-bigqueryconnection/src/main/java/com/google/cloud/bigqueryconnection/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigqueryconnection:current}
- static final String VERSION = "2.91.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerydatapolicy/.OwlBot-hermetic.yaml b/java-bigquerydatapolicy/.OwlBot-hermetic.yaml
index a2fead5ee8e9..b6e32b1631c5 100644
--- a/java-bigquerydatapolicy/.OwlBot-hermetic.yaml
+++ b/java-bigquerydatapolicy/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-bigquerydatapolicy/samples/snippets/generated"
deep-preserve-regex:
+- "/java-bigquerydatapolicy/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-bigquerydatapolicy/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-bigquerydatapolicy/README.md b/java-bigquerydatapolicy/README.md
index 278aa6dff644..ee1d029d1052 100644
--- a/java-bigquerydatapolicy/README.md
+++ b/java-bigquerydatapolicy/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquerydatapolicy
- 0.85.0
+ 0.86.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigquerydatapolicy:0.85.0'
+implementation 'com.google.cloud:google-cloud-bigquerydatapolicy:0.86.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatapolicy" % "0.85.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatapolicy" % "0.86.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquerydatapolicy/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerydatapolicy.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerydatapolicy/0.85.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerydatapolicy/0.86.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v1/stub/Version.java b/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v1/stub/Version.java
index 0826d1c2ff2c..7fd74d802b26 100644
--- a/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v1/stub/Version.java
+++ b/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerydatapolicy:current}
- static final String VERSION = "0.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v1beta1/stub/Version.java b/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v1beta1/stub/Version.java
index 4fb22791c652..dab905714f56 100644
--- a/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v1beta1/stub/Version.java
+++ b/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerydatapolicy:current}
- static final String VERSION = "0.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v2/stub/Version.java b/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v2/stub/Version.java
index bf959918dfc5..42547aa7a8a9 100644
--- a/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v2/stub/Version.java
+++ b/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerydatapolicy:current}
- static final String VERSION = "0.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v2beta1/stub/Version.java b/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v2beta1/stub/Version.java
index 1762396a98f8..cafe44765cb0 100644
--- a/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v2beta1/stub/Version.java
+++ b/java-bigquerydatapolicy/google-cloud-bigquerydatapolicy/src/main/java/com/google/cloud/bigquery/datapolicies/v2beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerydatapolicy:current}
- static final String VERSION = "0.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerydatatransfer/.OwlBot-hermetic.yaml b/java-bigquerydatatransfer/.OwlBot-hermetic.yaml
index efba65859bb4..809a51e847b4 100644
--- a/java-bigquerydatatransfer/.OwlBot-hermetic.yaml
+++ b/java-bigquerydatatransfer/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-bigquerydatatransfer/samples/snippets/generated"
deep-preserve-regex:
+- "/java-bigquerydatatransfer/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-bigquerydatatransfer/google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/SampleApp.java"
deep-copy-regex:
diff --git a/java-bigquerydatatransfer/README.md b/java-bigquerydatatransfer/README.md
index b77762d83b6b..3a56d5c67adb 100644
--- a/java-bigquerydatatransfer/README.md
+++ b/java-bigquerydatatransfer/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquerydatatransfer
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.88.0'
+implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquerydatatransfer/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerydatatransfer.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerydatatransfer/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerydatatransfer/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-bigquerydatatransfer/google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/stub/Version.java b/java-bigquerydatatransfer/google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/stub/Version.java
index 5c112022a956..0b2a3d3fe0a8 100644
--- a/java-bigquerydatatransfer/google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/stub/Version.java
+++ b/java-bigquerydatatransfer/google-cloud-bigquerydatatransfer/src/main/java/com/google/cloud/bigquery/datatransfer/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerydatatransfer:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerymigration/.OwlBot-hermetic.yaml b/java-bigquerymigration/.OwlBot-hermetic.yaml
index 260667f1df9f..95efdaa138d4 100644
--- a/java-bigquerymigration/.OwlBot-hermetic.yaml
+++ b/java-bigquerymigration/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-bigquerymigration/samples/snippets/generated"
deep-preserve-regex:
+- "/java-bigquerymigration/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-bigquerymigration/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-bigquerymigration/README.md b/java-bigquerymigration/README.md
index d5567fbe91fe..17c65f09fd1a 100644
--- a/java-bigquerymigration/README.md
+++ b/java-bigquerymigration/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigquerymigration
- 0.91.0
+ 0.92.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigquerymigration:0.91.0'
+implementation 'com.google.cloud:google-cloud-bigquerymigration:0.92.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquerymigration" % "0.91.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquerymigration" % "0.92.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquerymigration/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerymigration.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerymigration/0.91.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerymigration/0.92.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-bigquerymigration/google-cloud-bigquerymigration/src/main/java/com/google/cloud/bigquery/migration/v2/stub/Version.java b/java-bigquerymigration/google-cloud-bigquerymigration/src/main/java/com/google/cloud/bigquery/migration/v2/stub/Version.java
index 8137b93b8bf8..bb0305b4c5f2 100644
--- a/java-bigquerymigration/google-cloud-bigquerymigration/src/main/java/com/google/cloud/bigquery/migration/v2/stub/Version.java
+++ b/java-bigquerymigration/google-cloud-bigquerymigration/src/main/java/com/google/cloud/bigquery/migration/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerymigration:current}
- static final String VERSION = "0.92.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerymigration/google-cloud-bigquerymigration/src/main/java/com/google/cloud/bigquery/migration/v2alpha/stub/Version.java b/java-bigquerymigration/google-cloud-bigquerymigration/src/main/java/com/google/cloud/bigquery/migration/v2alpha/stub/Version.java
index 01ea13727458..a726a175d55d 100644
--- a/java-bigquerymigration/google-cloud-bigquerymigration/src/main/java/com/google/cloud/bigquery/migration/v2alpha/stub/Version.java
+++ b/java-bigquerymigration/google-cloud-bigquerymigration/src/main/java/com/google/cloud/bigquery/migration/v2alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerymigration:current}
- static final String VERSION = "0.92.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigqueryreservation/.OwlBot-hermetic.yaml b/java-bigqueryreservation/.OwlBot-hermetic.yaml
index 1c36d074f67b..2bfbd996ae5c 100644
--- a/java-bigqueryreservation/.OwlBot-hermetic.yaml
+++ b/java-bigqueryreservation/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-bigqueryreservation/samples/snippets/generated"
deep-preserve-regex:
+- "/java-bigqueryreservation/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-bigqueryreservation/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-bigqueryreservation/README.md b/java-bigqueryreservation/README.md
index 4e7c53c583af..e3acd52c3d5a 100644
--- a/java-bigqueryreservation/README.md
+++ b/java-bigqueryreservation/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-bigqueryreservation
- 2.89.0
+ 2.90.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigqueryreservation:2.89.0'
+implementation 'com.google.cloud:google-cloud-bigqueryreservation:2.90.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.89.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigqueryreservation" % "2.90.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigqueryreservation/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigqueryreservation.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryreservation/2.89.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigqueryreservation/2.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-bigqueryreservation/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/Version.java b/java-bigqueryreservation/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/Version.java
index cef34bd81b62..25f01a43b736 100644
--- a/java-bigqueryreservation/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/Version.java
+++ b/java-bigqueryreservation/google-cloud-bigqueryreservation/src/main/java/com/google/cloud/bigquery/reservation/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigqueryreservation:current}
- static final String VERSION = "2.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerystorage/.OwlBot-hermetic.yaml b/java-bigquerystorage/.OwlBot-hermetic.yaml
index 54a72ded4010..3d6476a90e98 100644
--- a/java-bigquerystorage/.OwlBot-hermetic.yaml
+++ b/java-bigquerystorage/.OwlBot-hermetic.yaml
@@ -16,7 +16,9 @@ deep-remove-regex:
- /java-bigquerystorage/grpc-google-.*/src
- /java-bigquerystorage/proto-google-.*/src
- /java-bigquerystorage/google-.*/src
+
deep-preserve-regex:
+- /java-bigquerystorage/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java
- /java-bigquerystorage/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java
- /java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/SchemaAwareStreamWriter.java
- /java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/ToProtoConverter.java
@@ -89,6 +91,7 @@ deep-preserve-regex:
- /java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/Singletons.java
- /java-bigquerystorage/google-cloud-bigquerystorage/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-bigquerystorage/reflect-config.json
- /java-bigquerystorage/google-cloud-bigquerystorage/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-bigquerystorage/resource-config.json
+
deep-copy-regex:
- source: /google/cloud/bigquery/storage/(v.*)/.*-java/proto-google-.*/src
dest: /owl-bot-staging/java-bigquerystorage/$1/proto-google-cloud-bigquerystorage-$1/src
diff --git a/java-bigquerystorage/README.md b/java-bigquerystorage/README.md
index 0244a97261bc..93aa51eea6e9 100644
--- a/java-bigquerystorage/README.md
+++ b/java-bigquerystorage/README.md
@@ -63,13 +63,13 @@ implementation 'com.google.cloud:google-cloud-bigquerystorage'
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-bigquerystorage:3.24.0'
+implementation 'com.google.cloud:google-cloud-bigquerystorage:3.25.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "3.24.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "3.25.0"
```
## Authentication
@@ -242,7 +242,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-bigquerystorage/latest/history
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigquerystorage.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerystorage/3.24.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigquerystorage/3.25.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/Version.java b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/Version.java
index 3c1e8475bce3..f6e9a74812e1 100644
--- a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/Version.java
+++ b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerystorage:current}
- static final String VERSION = "3.25.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha/stub/Version.java b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha/stub/Version.java
index f35f0cba1fce..c002becdd7c1 100644
--- a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha/stub/Version.java
+++ b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerystorage:current}
- static final String VERSION = "3.25.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta/stub/Version.java b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta/stub/Version.java
index 29829bac0432..de99a6ac05e3 100644
--- a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta/stub/Version.java
+++ b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerystorage:current}
- static final String VERSION = "3.25.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub/Version.java b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub/Version.java
index f43f1f7f521d..288901db0151 100644
--- a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub/Version.java
+++ b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerystorage:current}
- static final String VERSION = "3.25.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/stub/Version.java b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/stub/Version.java
index b19389420323..9ccf87962180 100644
--- a/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/stub/Version.java
+++ b/java-bigquerystorage/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-bigquerystorage:current}
- static final String VERSION = "3.25.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-billing/.OwlBot-hermetic.yaml b/java-billing/.OwlBot-hermetic.yaml
index d42dff70fbee..9124cc39a809 100644
--- a/java-billing/.OwlBot-hermetic.yaml
+++ b/java-billing/.OwlBot-hermetic.yaml
@@ -13,6 +13,7 @@
# limitations under the License.
deep-preserve-regex:
+- "/java-billing/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-billing/google-cloud-billing/src/test/java/com/google/cloud/billing/v1/CloudBillingClientHttpJsonTest.java"
deep-remove-regex:
diff --git a/java-billing/README.md b/java-billing/README.md
index 3d08e7d81a28..1463fa923b64 100644
--- a/java-billing/README.md
+++ b/java-billing/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-billing
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-billing:2.88.0'
+implementation 'com.google.cloud:google-cloud-billing:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-billing" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-billing/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-billing.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billing/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billing/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-billing/google-cloud-billing/src/main/java/com/google/cloud/billing/v1/stub/Version.java b/java-billing/google-cloud-billing/src/main/java/com/google/cloud/billing/v1/stub/Version.java
index e88e2b993168..1b3fe8ae1690 100644
--- a/java-billing/google-cloud-billing/src/main/java/com/google/cloud/billing/v1/stub/Version.java
+++ b/java-billing/google-cloud-billing/src/main/java/com/google/cloud/billing/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-billing:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-billingbudgets/README.md b/java-billingbudgets/README.md
index 8585d4539f78..9d7c97d93770 100644
--- a/java-billingbudgets/README.md
+++ b/java-billingbudgets/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-billingbudgets
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-billingbudgets:2.88.0'
+implementation 'com.google.cloud:google-cloud-billingbudgets:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-billingbudgets" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-billingbudgets/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-billingbudgets.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billingbudgets/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-billingbudgets/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-billingbudgets/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/Version.java b/java-billingbudgets/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/Version.java
index 94e4e2deae34..a508a08d090c 100644
--- a/java-billingbudgets/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/Version.java
+++ b/java-billingbudgets/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-billingbudgets:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-billingbudgets/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/Version.java b/java-billingbudgets/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/Version.java
index 2e9d2f3bbdb6..61865fa02a68 100644
--- a/java-billingbudgets/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/Version.java
+++ b/java-billingbudgets/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-billingbudgets:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-binary-authorization/README.md b/java-binary-authorization/README.md
index eda315cf812e..a1404de0fb40 100644
--- a/java-binary-authorization/README.md
+++ b/java-binary-authorization/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-binary-authorization
- 1.87.0
+ 1.88.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-binary-authorization:1.87.0'
+implementation 'com.google.cloud:google-cloud-binary-authorization:1.88.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.87.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.88.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-binary-authorization/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-binary-authorization.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-binary-authorization/1.87.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-binary-authorization/1.88.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-binary-authorization/google-cloud-binary-authorization/src/main/java/com/google/cloud/binaryauthorization/v1beta1/stub/Version.java b/java-binary-authorization/google-cloud-binary-authorization/src/main/java/com/google/cloud/binaryauthorization/v1beta1/stub/Version.java
index f91820197eb9..b7340a543c5c 100644
--- a/java-binary-authorization/google-cloud-binary-authorization/src/main/java/com/google/cloud/binaryauthorization/v1beta1/stub/Version.java
+++ b/java-binary-authorization/google-cloud-binary-authorization/src/main/java/com/google/cloud/binaryauthorization/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-binary-authorization:current}
- static final String VERSION = "1.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-binary-authorization/google-cloud-binary-authorization/src/main/java/com/google/protos/google/cloud/binaryauthorization/v1/stub/Version.java b/java-binary-authorization/google-cloud-binary-authorization/src/main/java/com/google/protos/google/cloud/binaryauthorization/v1/stub/Version.java
index 4e4119ec9690..c40f758f1748 100644
--- a/java-binary-authorization/google-cloud-binary-authorization/src/main/java/com/google/protos/google/cloud/binaryauthorization/v1/stub/Version.java
+++ b/java-binary-authorization/google-cloud-binary-authorization/src/main/java/com/google/protos/google/cloud/binaryauthorization/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-binary-authorization:current}
- static final String VERSION = "1.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-capacityplanner/.OwlBot-hermetic.yaml b/java-capacityplanner/.OwlBot-hermetic.yaml
index 2bd357afc57a..a00d0ffb4756 100644
--- a/java-capacityplanner/.OwlBot-hermetic.yaml
+++ b/java-capacityplanner/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-capacityplanner/samples/snippets/generated"
deep-preserve-regex:
+- "/java-capacityplanner/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-capacityplanner/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-capacityplanner/README.md b/java-capacityplanner/README.md
index e5dc0a502660..cc815a1affe6 100644
--- a/java-capacityplanner/README.md
+++ b/java-capacityplanner/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-capacityplanner
- 0.11.0
+ 0.12.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-capacityplanner:0.11.0'
+implementation 'com.google.cloud:google-cloud-capacityplanner:0.12.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-capacityplanner" % "0.11.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-capacityplanner" % "0.12.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-capacityplanner/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-capacityplanner.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-capacityplanner/0.11.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-capacityplanner/0.12.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-capacityplanner/google-cloud-capacityplanner/src/main/java/com/google/cloud/capacityplanner/v1beta/stub/Version.java b/java-capacityplanner/google-cloud-capacityplanner/src/main/java/com/google/cloud/capacityplanner/v1beta/stub/Version.java
index cb79cf227b51..eca6a47f8688 100644
--- a/java-capacityplanner/google-cloud-capacityplanner/src/main/java/com/google/cloud/capacityplanner/v1beta/stub/Version.java
+++ b/java-capacityplanner/google-cloud-capacityplanner/src/main/java/com/google/cloud/capacityplanner/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-capacityplanner:current}
- static final String VERSION = "0.12.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-certificate-manager/.OwlBot-hermetic.yaml b/java-certificate-manager/.OwlBot-hermetic.yaml
index 0816cd4f9c17..4e94f7f9e722 100644
--- a/java-certificate-manager/.OwlBot-hermetic.yaml
+++ b/java-certificate-manager/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-certificate-manager/google-.*/src"
deep-preserve-regex:
+- "/java-certificate-manager/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-certificate-manager/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-certificate-manager/README.md b/java-certificate-manager/README.md
index 2d60bc6c4cc6..d97b6462fb13 100644
--- a/java-certificate-manager/README.md
+++ b/java-certificate-manager/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-certificate-manager
- 0.91.0
+ 0.92.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-certificate-manager:0.91.0'
+implementation 'com.google.cloud:google-cloud-certificate-manager:0.92.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-certificate-manager" % "0.91.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-certificate-manager" % "0.92.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-certificate-manager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-certificate-manager.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-certificate-manager/0.91.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-certificate-manager/0.92.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/stub/Version.java b/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/stub/Version.java
index 9584bff64860..f24f7883ad0b 100644
--- a/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/stub/Version.java
+++ b/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-certificate-manager:current}
- static final String VERSION = "0.92.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-ces/.OwlBot-hermetic.yaml b/java-ces/.OwlBot-hermetic.yaml
index 022d5aa9b1bf..3d59bf19e3fc 100644
--- a/java-ces/.OwlBot-hermetic.yaml
+++ b/java-ces/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-ces/samples/snippets/generated"
deep-preserve-regex:
+- "/java-ces/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-ces/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-ces/README.md b/java-ces/README.md
index dd28a045ed85..5d0982b285d9 100644
--- a/java-ces/README.md
+++ b/java-ces/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-ces
- 0.4.0
+ 0.5.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-ces:0.4.0'
+implementation 'com.google.cloud:google-cloud-ces:0.5.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-ces" % "0.4.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-ces" % "0.5.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-ces/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-ces.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ces/0.4.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ces/0.5.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1/stub/Version.java b/java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1/stub/Version.java
index 3f0f25fd0c45..d2141babb3c2 100644
--- a/java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1/stub/Version.java
+++ b/java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-ces:current}
- static final String VERSION = "0.5.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/stub/Version.java b/java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/stub/Version.java
index 9afe78c4d7bb..eb2d5a0f0829 100644
--- a/java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/stub/Version.java
+++ b/java-ces/google-cloud-ces/src/main/java/com/google/cloud/ces/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-ces:current}
- static final String VERSION = "0.5.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-channel/README.md b/java-channel/README.md
index 9e9b706e9635..4775f7e0762e 100644
--- a/java-channel/README.md
+++ b/java-channel/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-channel
- 3.92.0
+ 3.93.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-channel:3.92.0'
+implementation 'com.google.cloud:google-cloud-channel:3.93.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "3.92.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-channel" % "3.93.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-channel/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-channel.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-channel/3.92.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-channel/3.93.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-channel/google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/Version.java b/java-channel/google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/Version.java
index a2ee2fe918bc..eb5a76125081 100644
--- a/java-channel/google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/Version.java
+++ b/java-channel/google-cloud-channel/src/main/java/com/google/cloud/channel/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-channel:current}
- static final String VERSION = "3.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-chat/.OwlBot-hermetic.yaml b/java-chat/.OwlBot-hermetic.yaml
index f4f545339680..3d9d5c4bf3bd 100644
--- a/java-chat/.OwlBot-hermetic.yaml
+++ b/java-chat/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-chat/samples/snippets/generated"
deep-preserve-regex:
+- "/java-chat/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-chat/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-chat/README.md b/java-chat/README.md
index d666785830cc..90d57279b624 100644
--- a/java-chat/README.md
+++ b/java-chat/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-chat
- 0.52.0
+ 0.53.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-chat:0.52.0'
+implementation 'com.google.cloud:google-cloud-chat:0.53.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-chat" % "0.52.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-chat" % "0.53.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-chat/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-chat.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-chat/0.52.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-chat/0.53.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-chat/google-cloud-chat/src/main/java/com/google/chat/v1/stub/Version.java b/java-chat/google-cloud-chat/src/main/java/com/google/chat/v1/stub/Version.java
index e93b35f2c3b4..961d13707997 100644
--- a/java-chat/google-cloud-chat/src/main/java/com/google/chat/v1/stub/Version.java
+++ b/java-chat/google-cloud-chat/src/main/java/com/google/chat/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-chat:current}
- static final String VERSION = "0.53.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-chronicle/.OwlBot-hermetic.yaml b/java-chronicle/.OwlBot-hermetic.yaml
index ad7d057a381e..feb6645d9d08 100644
--- a/java-chronicle/.OwlBot-hermetic.yaml
+++ b/java-chronicle/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-chronicle/samples/snippets/generated"
deep-preserve-regex:
+- "/java-chronicle/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-chronicle/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-chronicle/README.md b/java-chronicle/README.md
index 9b2d7719c49c..b6809e34df78 100644
--- a/java-chronicle/README.md
+++ b/java-chronicle/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-chronicle
- 0.26.0
+ 0.27.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-chronicle:0.26.0'
+implementation 'com.google.cloud:google-cloud-chronicle:0.27.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-chronicle" % "0.26.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-chronicle" % "0.27.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-chronicle/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-chronicle.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-chronicle/0.26.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-chronicle/0.27.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-chronicle/google-cloud-chronicle/src/main/java/com/google/cloud/chronicle/v1/stub/Version.java b/java-chronicle/google-cloud-chronicle/src/main/java/com/google/cloud/chronicle/v1/stub/Version.java
index bfd46d257eca..37a652116b4a 100644
--- a/java-chronicle/google-cloud-chronicle/src/main/java/com/google/cloud/chronicle/v1/stub/Version.java
+++ b/java-chronicle/google-cloud-chronicle/src/main/java/com/google/cloud/chronicle/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-chronicle:current}
- static final String VERSION = "0.27.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudapiregistry/.OwlBot-hermetic.yaml b/java-cloudapiregistry/.OwlBot-hermetic.yaml
index 601dc3f6704f..976454c34605 100644
--- a/java-cloudapiregistry/.OwlBot-hermetic.yaml
+++ b/java-cloudapiregistry/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-cloudapiregistry/samples/snippets/generated"
deep-preserve-regex:
+- "/java-cloudapiregistry/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-cloudapiregistry/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-cloudapiregistry/README.md b/java-cloudapiregistry/README.md
index aee50703c8ab..b53c80836a46 100644
--- a/java-cloudapiregistry/README.md
+++ b/java-cloudapiregistry/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-cloudapiregistry
- 0.7.0
+ 0.8.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-cloudapiregistry:0.7.0'
+implementation 'com.google.cloud:google-cloud-cloudapiregistry:0.8.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-cloudapiregistry" % "0.7.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-cloudapiregistry" % "0.8.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-cloudapiregistry/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudapiregistry.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudapiregistry/0.7.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudapiregistry/0.8.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-cloudapiregistry/google-cloud-cloudapiregistry/src/main/java/com/google/cloud/apiregistry/v1/stub/Version.java b/java-cloudapiregistry/google-cloud-cloudapiregistry/src/main/java/com/google/cloud/apiregistry/v1/stub/Version.java
index 79046ca47c59..762867f2dddc 100644
--- a/java-cloudapiregistry/google-cloud-cloudapiregistry/src/main/java/com/google/cloud/apiregistry/v1/stub/Version.java
+++ b/java-cloudapiregistry/google-cloud-cloudapiregistry/src/main/java/com/google/cloud/apiregistry/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudapiregistry:current}
- static final String VERSION = "0.8.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudapiregistry/google-cloud-cloudapiregistry/src/main/java/com/google/cloud/apiregistry/v1beta/stub/Version.java b/java-cloudapiregistry/google-cloud-cloudapiregistry/src/main/java/com/google/cloud/apiregistry/v1beta/stub/Version.java
index a6cb046fd1a1..3a883344e393 100644
--- a/java-cloudapiregistry/google-cloud-cloudapiregistry/src/main/java/com/google/cloud/apiregistry/v1beta/stub/Version.java
+++ b/java-cloudapiregistry/google-cloud-cloudapiregistry/src/main/java/com/google/cloud/apiregistry/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudapiregistry:current}
- static final String VERSION = "0.8.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudbuild/README.md b/java-cloudbuild/README.md
index ad23b34943e2..24d9c3c8fe65 100644
--- a/java-cloudbuild/README.md
+++ b/java-cloudbuild/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-build
- 3.90.0
+ 3.91.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-build:3.90.0'
+implementation 'com.google.cloud:google-cloud-build:3.91.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.90.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-build" % "3.91.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-build/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-build.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-build/3.90.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-build/3.91.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/Version.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/Version.java
index 7bdc10c341b3..7610a27fa007 100644
--- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/Version.java
+++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-build:current}
- static final String VERSION = "3.91.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/Version.java b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/Version.java
index e0dc08b3d7c7..df490758afc2 100644
--- a/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/Version.java
+++ b/java-cloudbuild/google-cloud-build/src/main/java/com/google/cloud/devtools/cloudbuild/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-build:current}
- static final String VERSION = "3.91.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudcommerceconsumerprocurement/.OwlBot-hermetic.yaml b/java-cloudcommerceconsumerprocurement/.OwlBot-hermetic.yaml
index a78286eab59f..7dbcfcb47c4f 100644
--- a/java-cloudcommerceconsumerprocurement/.OwlBot-hermetic.yaml
+++ b/java-cloudcommerceconsumerprocurement/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-cloudcommerceconsumerprocurement/samples/snippets/generated"
deep-preserve-regex:
+- "/java-cloudcommerceconsumerprocurement/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-cloudcommerceconsumerprocurement/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-cloudcommerceconsumerprocurement/README.md b/java-cloudcommerceconsumerprocurement/README.md
index a6231e99f3a1..c36f83285f36 100644
--- a/java-cloudcommerceconsumerprocurement/README.md
+++ b/java-cloudcommerceconsumerprocurement/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-cloudcommerceconsumerprocurement
- 0.86.0
+ 0.87.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-cloudcommerceconsumerprocurement:0.86.0'
+implementation 'com.google.cloud:google-cloud-cloudcommerceconsumerprocurement:0.87.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-cloudcommerceconsumerprocurement" % "0.86.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-cloudcommerceconsumerprocurement" % "0.87.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-cloudcommerceconsumerprocurement/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudcommerceconsumerprocurement.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudcommerceconsumerprocurement/0.86.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudcommerceconsumerprocurement/0.87.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-cloudcommerceconsumerprocurement/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1/stub/Version.java b/java-cloudcommerceconsumerprocurement/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1/stub/Version.java
index 7d947cfcdeaf..915e9ecf27ef 100644
--- a/java-cloudcommerceconsumerprocurement/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1/stub/Version.java
+++ b/java-cloudcommerceconsumerprocurement/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudcommerceconsumerprocurement:current}
- static final String VERSION = "0.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudcommerceconsumerprocurement/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/Version.java b/java-cloudcommerceconsumerprocurement/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/Version.java
index 94b367215a3c..01153d25b7aa 100644
--- a/java-cloudcommerceconsumerprocurement/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/Version.java
+++ b/java-cloudcommerceconsumerprocurement/google-cloud-cloudcommerceconsumerprocurement/src/main/java/com/google/cloud/commerce/consumer/procurement/v1alpha1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudcommerceconsumerprocurement:current}
- static final String VERSION = "0.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudcontrolspartner/.OwlBot-hermetic.yaml b/java-cloudcontrolspartner/.OwlBot-hermetic.yaml
index b6b792e566ff..c3b9c901e031 100644
--- a/java-cloudcontrolspartner/.OwlBot-hermetic.yaml
+++ b/java-cloudcontrolspartner/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-cloudcontrolspartner/samples/snippets/generated"
deep-preserve-regex:
+- "/java-cloudcontrolspartner/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-cloudcontrolspartner/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-cloudcontrolspartner/README.md b/java-cloudcontrolspartner/README.md
index 8a6432984dd3..34a770b46192 100644
--- a/java-cloudcontrolspartner/README.md
+++ b/java-cloudcontrolspartner/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-cloudcontrolspartner
- 0.52.0
+ 0.53.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-cloudcontrolspartner:0.52.0'
+implementation 'com.google.cloud:google-cloud-cloudcontrolspartner:0.53.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-cloudcontrolspartner" % "0.52.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-cloudcontrolspartner" % "0.53.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-cloudcontrolspartner/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudcontrolspartner.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudcontrolspartner/0.52.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudcontrolspartner/0.53.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-cloudcontrolspartner/google-cloud-cloudcontrolspartner/src/main/java/com/google/cloud/cloudcontrolspartner/v1/stub/Version.java b/java-cloudcontrolspartner/google-cloud-cloudcontrolspartner/src/main/java/com/google/cloud/cloudcontrolspartner/v1/stub/Version.java
index 6cf57192b73a..772aebf6e150 100644
--- a/java-cloudcontrolspartner/google-cloud-cloudcontrolspartner/src/main/java/com/google/cloud/cloudcontrolspartner/v1/stub/Version.java
+++ b/java-cloudcontrolspartner/google-cloud-cloudcontrolspartner/src/main/java/com/google/cloud/cloudcontrolspartner/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudcontrolspartner:current}
- static final String VERSION = "0.53.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudcontrolspartner/google-cloud-cloudcontrolspartner/src/main/java/com/google/cloud/cloudcontrolspartner/v1beta/stub/Version.java b/java-cloudcontrolspartner/google-cloud-cloudcontrolspartner/src/main/java/com/google/cloud/cloudcontrolspartner/v1beta/stub/Version.java
index 52eb412d6482..aed687cdccbf 100644
--- a/java-cloudcontrolspartner/google-cloud-cloudcontrolspartner/src/main/java/com/google/cloud/cloudcontrolspartner/v1beta/stub/Version.java
+++ b/java-cloudcontrolspartner/google-cloud-cloudcontrolspartner/src/main/java/com/google/cloud/cloudcontrolspartner/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudcontrolspartner:current}
- static final String VERSION = "0.53.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudquotas/.OwlBot-hermetic.yaml b/java-cloudquotas/.OwlBot-hermetic.yaml
index 0c9361da963e..1a9cb0d6a967 100644
--- a/java-cloudquotas/.OwlBot-hermetic.yaml
+++ b/java-cloudquotas/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-cloudquotas/samples/snippets/generated"
deep-preserve-regex:
+- "/java-cloudquotas/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-cloudquotas/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-cloudquotas/README.md b/java-cloudquotas/README.md
index ee68eecfbd70..8daf945a667f 100644
--- a/java-cloudquotas/README.md
+++ b/java-cloudquotas/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-cloudquotas
- 0.56.0
+ 0.57.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-cloudquotas:0.56.0'
+implementation 'com.google.cloud:google-cloud-cloudquotas:0.57.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-cloudquotas" % "0.56.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-cloudquotas" % "0.57.0"
```
## Authentication
@@ -177,7 +177,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-cloudquotas/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudquotas.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudquotas/0.56.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudquotas/0.57.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/Version.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/Version.java
index 29496295a7c9..24e0008a7a18 100644
--- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/Version.java
+++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudquotas:current}
- static final String VERSION = "0.57.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1beta/stub/Version.java b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1beta/stub/Version.java
index d1e6cbd66f34..0d84383a6301 100644
--- a/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1beta/stub/Version.java
+++ b/java-cloudquotas/google-cloud-cloudquotas/src/main/java/com/google/api/cloudquotas/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudquotas:current}
- static final String VERSION = "0.57.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudsecuritycompliance/.OwlBot-hermetic.yaml b/java-cloudsecuritycompliance/.OwlBot-hermetic.yaml
index 6b8778a312d7..661a74d08487 100644
--- a/java-cloudsecuritycompliance/.OwlBot-hermetic.yaml
+++ b/java-cloudsecuritycompliance/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-cloudsecuritycompliance/samples/snippets/generated"
deep-preserve-regex:
+- "/java-cloudsecuritycompliance/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-cloudsecuritycompliance/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-cloudsecuritycompliance/README.md b/java-cloudsecuritycompliance/README.md
index a5da314aea7e..166be84f36a9 100644
--- a/java-cloudsecuritycompliance/README.md
+++ b/java-cloudsecuritycompliance/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-cloudsecuritycompliance
- 0.15.0
+ 0.16.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-cloudsecuritycompliance:0.15.0'
+implementation 'com.google.cloud:google-cloud-cloudsecuritycompliance:0.16.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-cloudsecuritycompliance" % "0.15.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-cloudsecuritycompliance" % "0.16.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-cloudsecuritycompliance/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudsecuritycompliance.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudsecuritycompliance/0.15.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudsecuritycompliance/0.16.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/stub/Version.java b/java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/stub/Version.java
index 00b15e3b2f20..e62b9bb183d8 100644
--- a/java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/stub/Version.java
+++ b/java-cloudsecuritycompliance/google-cloud-cloudsecuritycompliance/src/main/java/com/google/cloud/cloudsecuritycompliance/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudsecuritycompliance:current}
- static final String VERSION = "0.16.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudsupport/.OwlBot-hermetic.yaml b/java-cloudsupport/.OwlBot-hermetic.yaml
index 6e6eb45fbd65..e61cf246b9a7 100644
--- a/java-cloudsupport/.OwlBot-hermetic.yaml
+++ b/java-cloudsupport/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-cloudsupport/samples/snippets/generated"
deep-preserve-regex:
+- "/java-cloudsupport/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-cloudsupport/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-cloudsupport/README.md b/java-cloudsupport/README.md
index 0771759be9fb..a295d397634d 100644
--- a/java-cloudsupport/README.md
+++ b/java-cloudsupport/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-cloudsupport
- 0.72.0
+ 0.73.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-cloudsupport:0.72.0'
+implementation 'com.google.cloud:google-cloud-cloudsupport:0.73.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-cloudsupport" % "0.72.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-cloudsupport" % "0.73.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-cloudsupport/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-cloudsupport.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudsupport/0.72.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-cloudsupport/0.73.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/Version.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/Version.java
index 0791310e0776..61b12d72d1de 100644
--- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/Version.java
+++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudsupport:current}
- static final String VERSION = "0.73.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2beta/stub/Version.java b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2beta/stub/Version.java
index f30c978eb15a..03a0dd970f90 100644
--- a/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2beta/stub/Version.java
+++ b/java-cloudsupport/google-cloud-cloudsupport/src/main/java/com/google/cloud/support/v2beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-cloudsupport:current}
- static final String VERSION = "0.73.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-compute/.OwlBot-hermetic.yaml b/java-compute/.OwlBot-hermetic.yaml
index 9d52b7c18513..8e577b42edfd 100644
--- a/java-compute/.OwlBot-hermetic.yaml
+++ b/java-compute/.OwlBot-hermetic.yaml
@@ -19,6 +19,7 @@ deep-remove-regex:
- "/java-compute/samples/snippets/generated"
deep-preserve-regex:
+- "/java-compute/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-compute/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/java-compute/google-cloud-compute/src/test/java/com/google/cloud/compute/v1/integration"
diff --git a/java-compute/README.md b/java-compute/README.md
index 237890b2816c..956f0dc9c912 100644
--- a/java-compute/README.md
+++ b/java-compute/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-compute
- 1.98.0
+ 1.99.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-compute:1.98.0'
+implementation 'com.google.cloud:google-cloud-compute:1.99.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.98.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "1.99.0"
```
## Authentication
@@ -238,7 +238,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-compute/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-compute.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-compute/1.98.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-compute/1.99.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/Version.java b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/Version.java
index 9b723a20d21e..2797a20d1153 100644
--- a/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/Version.java
+++ b/java-compute/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-compute:current}
- static final String VERSION = "1.99.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-confidentialcomputing/.OwlBot-hermetic.yaml b/java-confidentialcomputing/.OwlBot-hermetic.yaml
index a61164024e7e..0d31ea0962f0 100644
--- a/java-confidentialcomputing/.OwlBot-hermetic.yaml
+++ b/java-confidentialcomputing/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-confidentialcomputing/samples/snippets/generated"
deep-preserve-regex:
+- "/java-confidentialcomputing/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-confidentialcomputing/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-confidentialcomputing/README.md b/java-confidentialcomputing/README.md
index 79f9970f758b..46d03bdc9f50 100644
--- a/java-confidentialcomputing/README.md
+++ b/java-confidentialcomputing/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-confidentialcomputing
- 0.74.0
+ 0.75.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-confidentialcomputing:0.74.0'
+implementation 'com.google.cloud:google-cloud-confidentialcomputing:0.75.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-confidentialcomputing" % "0.74.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-confidentialcomputing" % "0.75.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-confidentialcomputing/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-confidentialcomputing.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-confidentialcomputing/0.74.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-confidentialcomputing/0.75.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-confidentialcomputing/google-cloud-confidentialcomputing/src/main/java/com/google/cloud/confidentialcomputing/v1/stub/Version.java b/java-confidentialcomputing/google-cloud-confidentialcomputing/src/main/java/com/google/cloud/confidentialcomputing/v1/stub/Version.java
index 2dbd046c7c45..e8145ef9a751 100644
--- a/java-confidentialcomputing/google-cloud-confidentialcomputing/src/main/java/com/google/cloud/confidentialcomputing/v1/stub/Version.java
+++ b/java-confidentialcomputing/google-cloud-confidentialcomputing/src/main/java/com/google/cloud/confidentialcomputing/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-confidentialcomputing:current}
- static final String VERSION = "0.75.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-confidentialcomputing/google-cloud-confidentialcomputing/src/main/java/com/google/cloud/confidentialcomputing/v1alpha1/stub/Version.java b/java-confidentialcomputing/google-cloud-confidentialcomputing/src/main/java/com/google/cloud/confidentialcomputing/v1alpha1/stub/Version.java
index 0ade171e22e8..c23a9f0ceda8 100644
--- a/java-confidentialcomputing/google-cloud-confidentialcomputing/src/main/java/com/google/cloud/confidentialcomputing/v1alpha1/stub/Version.java
+++ b/java-confidentialcomputing/google-cloud-confidentialcomputing/src/main/java/com/google/cloud/confidentialcomputing/v1alpha1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-confidentialcomputing:current}
- static final String VERSION = "0.75.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-configdelivery/.OwlBot-hermetic.yaml b/java-configdelivery/.OwlBot-hermetic.yaml
index e3c96195b8f2..73a6bd994c5b 100644
--- a/java-configdelivery/.OwlBot-hermetic.yaml
+++ b/java-configdelivery/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-configdelivery/samples/snippets/generated"
deep-preserve-regex:
+- "/java-configdelivery/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-configdelivery/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-configdelivery/README.md b/java-configdelivery/README.md
index 7405855061d4..f6bae9d3c28e 100644
--- a/java-configdelivery/README.md
+++ b/java-configdelivery/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-configdelivery
- 0.22.0
+ 0.23.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-configdelivery:0.22.0'
+implementation 'com.google.cloud:google-cloud-configdelivery:0.23.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-configdelivery" % "0.22.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-configdelivery" % "0.23.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-configdelivery/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-configdelivery.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-configdelivery/0.22.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-configdelivery/0.23.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-configdelivery/google-cloud-configdelivery/src/main/java/com/google/cloud/configdelivery/v1/stub/Version.java b/java-configdelivery/google-cloud-configdelivery/src/main/java/com/google/cloud/configdelivery/v1/stub/Version.java
index 5150b71625b2..83aa7a328570 100644
--- a/java-configdelivery/google-cloud-configdelivery/src/main/java/com/google/cloud/configdelivery/v1/stub/Version.java
+++ b/java-configdelivery/google-cloud-configdelivery/src/main/java/com/google/cloud/configdelivery/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-configdelivery:current}
- static final String VERSION = "0.23.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-configdelivery/google-cloud-configdelivery/src/main/java/com/google/cloud/configdelivery/v1beta/stub/Version.java b/java-configdelivery/google-cloud-configdelivery/src/main/java/com/google/cloud/configdelivery/v1beta/stub/Version.java
index dd852d2c3107..bd97e02565bf 100644
--- a/java-configdelivery/google-cloud-configdelivery/src/main/java/com/google/cloud/configdelivery/v1beta/stub/Version.java
+++ b/java-configdelivery/google-cloud-configdelivery/src/main/java/com/google/cloud/configdelivery/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-configdelivery:current}
- static final String VERSION = "0.23.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-connectgateway/.OwlBot-hermetic.yaml b/java-connectgateway/.OwlBot-hermetic.yaml
index eb7cc8bfa1f4..3d549a28e167 100644
--- a/java-connectgateway/.OwlBot-hermetic.yaml
+++ b/java-connectgateway/.OwlBot-hermetic.yaml
@@ -19,6 +19,7 @@ deep-remove-regex:
- "/java-connectgateway/samples/snippets/generated"
deep-preserve-regex:
+- "/java-connectgateway/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-connectgateway/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-connectgateway/README.md b/java-connectgateway/README.md
index aefe087c4b99..6993b8514bfd 100644
--- a/java-connectgateway/README.md
+++ b/java-connectgateway/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-connectgateway
- 0.40.0
+ 0.41.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-connectgateway:0.40.0'
+implementation 'com.google.cloud:google-cloud-connectgateway:0.41.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-connectgateway" % "0.40.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-connectgateway" % "0.41.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-connectgateway/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-connectgateway.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-connectgateway/0.40.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-connectgateway/0.41.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-connectgateway/google-cloud-connectgateway/src/main/java/com/google/cloud/gkeconnect/gateway/v1/stub/Version.java b/java-connectgateway/google-cloud-connectgateway/src/main/java/com/google/cloud/gkeconnect/gateway/v1/stub/Version.java
index 6a9bd9477615..9b6e920b09bb 100644
--- a/java-connectgateway/google-cloud-connectgateway/src/main/java/com/google/cloud/gkeconnect/gateway/v1/stub/Version.java
+++ b/java-connectgateway/google-cloud-connectgateway/src/main/java/com/google/cloud/gkeconnect/gateway/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-connectgateway:current}
- static final String VERSION = "0.41.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-contact-center-insights/README.md b/java-contact-center-insights/README.md
index 3a4b8082d91b..be1624841358 100644
--- a/java-contact-center-insights/README.md
+++ b/java-contact-center-insights/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-contact-center-insights
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-contact-center-insights:2.88.0'
+implementation 'com.google.cloud:google-cloud-contact-center-insights:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-contact-center-insights" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-contact-center-insights/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-contact-center-insights.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contact-center-insights/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contact-center-insights/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/stub/Version.java b/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/stub/Version.java
index 5dc2a9c54b2c..41d14e1bc2d9 100644
--- a/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/stub/Version.java
+++ b/java-contact-center-insights/google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-contact-center-insights:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-container/.OwlBot-hermetic.yaml b/java-container/.OwlBot-hermetic.yaml
index 9957f8107cf0..373a1bcf16c0 100644
--- a/java-container/.OwlBot-hermetic.yaml
+++ b/java-container/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-container/samples/snippets/generated"
deep-preserve-regex:
+- "/java-container/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/SampleApp.java"
- "/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/it/ITSystemTest.java"
- "/java-container/google-cloud-container/src/test/java/com/google/cloud/container/v1/it/Util.java"
diff --git a/java-container/README.md b/java-container/README.md
index d6d9311468f6..d0532c184176 100644
--- a/java-container/README.md
+++ b/java-container/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-container
- 2.91.0
+ 2.92.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-container:2.91.0'
+implementation 'com.google.cloud:google-cloud-container:2.92.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.91.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-container" % "2.92.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-container/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-container.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-container/2.91.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-container/2.92.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/Version.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/Version.java
index 48a49d19d546..edde8565c446 100644
--- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/Version.java
+++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-container:current}
- static final String VERSION = "2.92.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/Version.java b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/Version.java
index 33e2a088de6f..e18714d629e7 100644
--- a/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/Version.java
+++ b/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-container:current}
- static final String VERSION = "2.92.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-containeranalysis/.OwlBot-hermetic.yaml b/java-containeranalysis/.OwlBot-hermetic.yaml
index 7816d3b7bb80..d5639fc4d646 100644
--- a/java-containeranalysis/.OwlBot-hermetic.yaml
+++ b/java-containeranalysis/.OwlBot-hermetic.yaml
@@ -21,6 +21,7 @@ deep-remove-regex:
# TODO: remove resource name classes in next major update
deep-preserve-regex:
+- "/java-containeranalysis/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-containeranalysis/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/GrafeasUtils.java"
- "/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/ITGrafeasInteropTest.java"
diff --git a/java-containeranalysis/README.md b/java-containeranalysis/README.md
index 196b44d1a9c6..dd5d335de56e 100644
--- a/java-containeranalysis/README.md
+++ b/java-containeranalysis/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-containeranalysis
- 2.89.0
+ 2.90.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-containeranalysis:2.89.0'
+implementation 'com.google.cloud:google-cloud-containeranalysis:2.90.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.89.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-containeranalysis" % "2.90.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-containeranalysis/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-containeranalysis.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-containeranalysis/2.89.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-containeranalysis/2.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/Version.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/Version.java
index 33d58aa55204..9ef0ccd29155 100644
--- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/Version.java
+++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-containeranalysis:current}
- static final String VERSION = "2.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/stub/Version.java b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/stub/Version.java
index aaf89e790720..f306b3db73f0 100644
--- a/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/stub/Version.java
+++ b/java-containeranalysis/google-cloud-containeranalysis/src/main/java/com/google/cloud/devtools/containeranalysis/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-containeranalysis:current}
- static final String VERSION = "2.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-contentwarehouse/.OwlBot-hermetic.yaml b/java-contentwarehouse/.OwlBot-hermetic.yaml
index cf6b3d73f489..60decd0d9682 100644
--- a/java-contentwarehouse/.OwlBot-hermetic.yaml
+++ b/java-contentwarehouse/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-contentwarehouse/samples/snippets/generated"
deep-preserve-regex:
+- "/java-contentwarehouse/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-contentwarehouse/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-contentwarehouse/README.md b/java-contentwarehouse/README.md
index 762d9438172a..461a6bd656b5 100644
--- a/java-contentwarehouse/README.md
+++ b/java-contentwarehouse/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-contentwarehouse
- 0.84.0
+ 0.85.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-contentwarehouse:0.84.0'
+implementation 'com.google.cloud:google-cloud-contentwarehouse:0.85.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-contentwarehouse" % "0.84.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-contentwarehouse" % "0.85.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-contentwarehouse/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-contentwarehouse.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contentwarehouse/0.84.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-contentwarehouse/0.85.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/stub/Version.java b/java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/stub/Version.java
index 54d5dc6ac288..ca269ff02e86 100644
--- a/java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/stub/Version.java
+++ b/java-contentwarehouse/google-cloud-contentwarehouse/src/main/java/com/google/cloud/contentwarehouse/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-contentwarehouse:current}
- static final String VERSION = "0.85.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-data-fusion/.OwlBot-hermetic.yaml b/java-data-fusion/.OwlBot-hermetic.yaml
index cad6ff33b862..459284a72fde 100644
--- a/java-data-fusion/.OwlBot-hermetic.yaml
+++ b/java-data-fusion/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-data-fusion/google-.*/src"
deep-preserve-regex:
+- "/java-data-fusion/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-data-fusion/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-data-fusion/README.md b/java-data-fusion/README.md
index 516b01eca169..19361a3578d1 100644
--- a/java-data-fusion/README.md
+++ b/java-data-fusion/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-data-fusion
- 1.88.0
+ 1.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-data-fusion:1.88.0'
+implementation 'com.google.cloud:google-cloud-data-fusion:1.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-data-fusion" % "1.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-data-fusion" % "1.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-data-fusion/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-data-fusion.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-data-fusion/1.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-data-fusion/1.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-data-fusion/google-cloud-data-fusion/src/main/java/com/google/cloud/datafusion/v1/stub/Version.java b/java-data-fusion/google-cloud-data-fusion/src/main/java/com/google/cloud/datafusion/v1/stub/Version.java
index 0b20e07bf866..d759c168b338 100644
--- a/java-data-fusion/google-cloud-data-fusion/src/main/java/com/google/cloud/datafusion/v1/stub/Version.java
+++ b/java-data-fusion/google-cloud-data-fusion/src/main/java/com/google/cloud/datafusion/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-data-fusion:current}
- static final String VERSION = "1.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-data-fusion/google-cloud-data-fusion/src/main/java/com/google/cloud/datafusion/v1beta1/stub/Version.java b/java-data-fusion/google-cloud-data-fusion/src/main/java/com/google/cloud/datafusion/v1beta1/stub/Version.java
index 7bcdc1d2ce35..fa5b992a604d 100644
--- a/java-data-fusion/google-cloud-data-fusion/src/main/java/com/google/cloud/datafusion/v1beta1/stub/Version.java
+++ b/java-data-fusion/google-cloud-data-fusion/src/main/java/com/google/cloud/datafusion/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-data-fusion:current}
- static final String VERSION = "1.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-databasecenter/.OwlBot-hermetic.yaml b/java-databasecenter/.OwlBot-hermetic.yaml
index 01c5b3d486e4..be060caf870d 100644
--- a/java-databasecenter/.OwlBot-hermetic.yaml
+++ b/java-databasecenter/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-databasecenter/samples/snippets/generated"
deep-preserve-regex:
+- "/java-databasecenter/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-databasecenter/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-databasecenter/README.md b/java-databasecenter/README.md
index 53e7d50b33c7..88d6c667a0b6 100644
--- a/java-databasecenter/README.md
+++ b/java-databasecenter/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-databasecenter
- 0.9.0
+ 0.10.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-databasecenter:0.9.0'
+implementation 'com.google.cloud:google-cloud-databasecenter:0.10.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-databasecenter" % "0.9.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-databasecenter" % "0.10.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-databasecenter/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-databasecenter.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-databasecenter/0.9.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-databasecenter/0.10.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-databasecenter/google-cloud-databasecenter/src/main/java/com/google/cloud/databasecenter/v1beta/stub/Version.java b/java-databasecenter/google-cloud-databasecenter/src/main/java/com/google/cloud/databasecenter/v1beta/stub/Version.java
index 12e1933f0671..d53b9d6cde05 100644
--- a/java-databasecenter/google-cloud-databasecenter/src/main/java/com/google/cloud/databasecenter/v1beta/stub/Version.java
+++ b/java-databasecenter/google-cloud-databasecenter/src/main/java/com/google/cloud/databasecenter/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-databasecenter:current}
- static final String VERSION = "0.10.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-datacatalog/.OwlBot-hermetic.yaml b/java-datacatalog/.OwlBot-hermetic.yaml
index c7e741ac0f19..d4d18c423b12 100644
--- a/java-datacatalog/.OwlBot-hermetic.yaml
+++ b/java-datacatalog/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-datacatalog/google-.*/src"
deep-preserve-regex:
+- "/java-datacatalog/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-datacatalog/google-cloud-datacatalog/src/test/java/com/google/cloud/datacatalog/v1beta1/it/ITSystemTest.java"
- "/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/FieldName.java"
diff --git a/java-datacatalog/README.md b/java-datacatalog/README.md
index b8fbb4d57256..63a544b6d2ac 100644
--- a/java-datacatalog/README.md
+++ b/java-datacatalog/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-datacatalog
- 1.94.0
+ 1.95.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-datacatalog:1.94.0'
+implementation 'com.google.cloud:google-cloud-datacatalog:1.95.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.94.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-datacatalog" % "1.95.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-datacatalog/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datacatalog.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datacatalog/1.94.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datacatalog/1.95.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/stub/Version.java b/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/stub/Version.java
index c0ab43f03e50..3a0dcfeaf779 100644
--- a/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/stub/Version.java
+++ b/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-datacatalog:current}
- static final String VERSION = "1.95.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/stub/Version.java b/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/stub/Version.java
index b4937d1e87d4..fc94f2ca5da4 100644
--- a/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/stub/Version.java
+++ b/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-datacatalog:current}
- static final String VERSION = "1.95.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dataflow/.OwlBot-hermetic.yaml b/java-dataflow/.OwlBot-hermetic.yaml
index 29dfb38df8cb..26cf3e65620b 100644
--- a/java-dataflow/.OwlBot-hermetic.yaml
+++ b/java-dataflow/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-dataflow/samples/snippets/generated"
deep-preserve-regex:
+- "/java-dataflow/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-dataflow/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-dataflow/README.md b/java-dataflow/README.md
index c869bf468558..a7fe225afc6c 100644
--- a/java-dataflow/README.md
+++ b/java-dataflow/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-dataflow
- 0.92.0
+ 0.93.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dataflow:0.92.0'
+implementation 'com.google.cloud:google-cloud-dataflow:0.93.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.92.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.93.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dataflow/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataflow.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataflow/0.92.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataflow/0.93.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/Version.java b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/Version.java
index c8c9dd0c4925..17dec97a3ee2 100644
--- a/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/Version.java
+++ b/java-dataflow/google-cloud-dataflow/src/main/java/com/google/dataflow/v1beta3/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dataflow:current}
- static final String VERSION = "0.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dataform/.OwlBot-hermetic.yaml b/java-dataform/.OwlBot-hermetic.yaml
index 14297911eee2..04433448bee7 100644
--- a/java-dataform/.OwlBot-hermetic.yaml
+++ b/java-dataform/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-dataform/samples/snippets/generated"
deep-preserve-regex:
+- "/java-dataform/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-dataform/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-dataform/README.md b/java-dataform/README.md
index 9e87b4a4a1f8..a18fa7d1218a 100644
--- a/java-dataform/README.md
+++ b/java-dataform/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-dataform
- 0.87.0
+ 0.88.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dataform:0.87.0'
+implementation 'com.google.cloud:google-cloud-dataform:0.88.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dataform" % "0.87.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dataform" % "0.88.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dataform/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataform.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataform/0.87.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataform/0.88.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1/stub/Version.java b/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1/stub/Version.java
index 72b7d93e1460..07c281f382e8 100644
--- a/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1/stub/Version.java
+++ b/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dataform:current}
- static final String VERSION = "0.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1beta1/stub/Version.java b/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1beta1/stub/Version.java
index af51dddaa739..12397ce66a57 100644
--- a/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1beta1/stub/Version.java
+++ b/java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dataform:current}
- static final String VERSION = "0.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-datalabeling/.OwlBot-hermetic.yaml b/java-datalabeling/.OwlBot-hermetic.yaml
index aa890256a0d2..43bd40f840d6 100644
--- a/java-datalabeling/.OwlBot-hermetic.yaml
+++ b/java-datalabeling/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-datalabeling/google-.*/src"
deep-preserve-regex:
+- "/java-datalabeling/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-datalabeling/google-cloud-datalabeling/src/test/java/com/google/cloud/datalabeling/v1beta1/it/ITSystemTest.java"
- "/java-datalabeling/google-cloud-datalabeling/src/test/java/com/google/cloud/datalabeling/it/ITSystemTest.java"
diff --git a/java-datalabeling/README.md b/java-datalabeling/README.md
index 4818e2b453f6..a774eb8812db 100644
--- a/java-datalabeling/README.md
+++ b/java-datalabeling/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-datalabeling
- 0.208.0
+ 0.209.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-datalabeling:0.208.0'
+implementation 'com.google.cloud:google-cloud-datalabeling:0.209.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.208.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-datalabeling" % "0.209.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-datalabeling/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datalabeling.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datalabeling/0.208.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datalabeling/0.209.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-datalabeling/google-cloud-datalabeling/src/main/java/com/google/cloud/datalabeling/v1beta1/stub/Version.java b/java-datalabeling/google-cloud-datalabeling/src/main/java/com/google/cloud/datalabeling/v1beta1/stub/Version.java
index 86c9e123871b..ed0ef4b88929 100644
--- a/java-datalabeling/google-cloud-datalabeling/src/main/java/com/google/cloud/datalabeling/v1beta1/stub/Version.java
+++ b/java-datalabeling/google-cloud-datalabeling/src/main/java/com/google/cloud/datalabeling/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-datalabeling:current}
- static final String VERSION = "0.209.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-datalineage/.OwlBot-hermetic.yaml b/java-datalineage/.OwlBot-hermetic.yaml
index 1d8c3d360b88..bf018fb6e91e 100644
--- a/java-datalineage/.OwlBot-hermetic.yaml
+++ b/java-datalineage/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-datalineage/samples/snippets/generated"
deep-preserve-regex:
+- "/java-datalineage/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-datalineage/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-datalineage/README.md b/java-datalineage/README.md
index 343dd84dc83e..78bdf324a728 100644
--- a/java-datalineage/README.md
+++ b/java-datalineage/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-datalineage
- 0.80.0
+ 0.81.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-datalineage:0.80.0'
+implementation 'com.google.cloud:google-cloud-datalineage:0.81.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.80.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-datalineage" % "0.81.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-datalineage/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datalineage.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datalineage/0.80.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datalineage/0.81.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-datalineage/google-cloud-datalineage/src/main/java/com/google/cloud/datacatalog/lineage/configmanagement/v1/stub/Version.java b/java-datalineage/google-cloud-datalineage/src/main/java/com/google/cloud/datacatalog/lineage/configmanagement/v1/stub/Version.java
index 68b97cbed34e..04deee00b798 100644
--- a/java-datalineage/google-cloud-datalineage/src/main/java/com/google/cloud/datacatalog/lineage/configmanagement/v1/stub/Version.java
+++ b/java-datalineage/google-cloud-datalineage/src/main/java/com/google/cloud/datacatalog/lineage/configmanagement/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-datalineage:current}
- static final String VERSION = "0.81.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-datalineage/google-cloud-datalineage/src/main/java/com/google/cloud/datacatalog/lineage/v1/stub/Version.java b/java-datalineage/google-cloud-datalineage/src/main/java/com/google/cloud/datacatalog/lineage/v1/stub/Version.java
index 0532531389a9..8618914443cf 100644
--- a/java-datalineage/google-cloud-datalineage/src/main/java/com/google/cloud/datacatalog/lineage/v1/stub/Version.java
+++ b/java-datalineage/google-cloud-datalineage/src/main/java/com/google/cloud/datacatalog/lineage/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-datalineage:current}
- static final String VERSION = "0.81.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-datamanager/.OwlBot-hermetic.yaml b/java-datamanager/.OwlBot-hermetic.yaml
index b6c852f2a3f6..362c6e24424d 100644
--- a/java-datamanager/.OwlBot-hermetic.yaml
+++ b/java-datamanager/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-datamanager/samples/snippets/generated"
deep-preserve-regex:
+- "/java-datamanager/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-datamanager/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-datamanager/README.md b/java-datamanager/README.md
index 07df0e122ebe..b0cb73f94e1e 100644
--- a/java-datamanager/README.md
+++ b/java-datamanager/README.md
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
com.google.api-ads
data-manager
- 0.9.0
+ 0.10.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.api-ads:data-manager:0.9.0'
+implementation 'com.google.api-ads:data-manager:0.10.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.api-ads" % "data-manager" % "0.9.0"
+libraryDependencies += "com.google.api-ads" % "data-manager" % "0.10.0"
```
## Authentication
@@ -158,7 +158,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/data-manager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.api-ads/data-manager.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/data-manager/0.9.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.api-ads/data-manager/0.10.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/Version.java b/java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/Version.java
index 4a5a6a7502f0..136eaeb10ea0 100644
--- a/java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/Version.java
+++ b/java-datamanager/data-manager/src/main/java/com/google/ads/datamanager/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:data-manager:current}
- static final String VERSION = "0.10.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dataplex/.OwlBot-hermetic.yaml b/java-dataplex/.OwlBot-hermetic.yaml
index 26da7b54f2a3..0afb53843e8b 100644
--- a/java-dataplex/.OwlBot-hermetic.yaml
+++ b/java-dataplex/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-dataplex/google-.*/src"
deep-preserve-regex:
+- "/java-dataplex/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-dataplex/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-dataplex/README.md b/java-dataplex/README.md
index 4a9c0c30cb70..74e8efc1b163 100644
--- a/java-dataplex/README.md
+++ b/java-dataplex/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-dataplex
- 1.86.0
+ 1.87.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dataplex:1.86.0'
+implementation 'com.google.cloud:google-cloud-dataplex:1.87.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.86.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.87.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dataplex/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataplex.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataplex/1.86.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataplex/1.87.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/stub/Version.java b/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/stub/Version.java
index 9b8529640cb5..3f38af2e38cf 100644
--- a/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/stub/Version.java
+++ b/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dataplex:current}
- static final String VERSION = "1.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ContentServiceGrpc.java b/java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ContentServiceGrpc.java
index 7d657f076cf9..a087ae2f0103 100644
--- a/java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ContentServiceGrpc.java
+++ b/java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ContentServiceGrpc.java
@@ -15,6 +15,7 @@
*/
package com.google.cloud.dataplex.v1;
+
/**
*
*
diff --git a/java-dataproc-metastore/.OwlBot-hermetic.yaml b/java-dataproc-metastore/.OwlBot-hermetic.yaml
index 33622235d5f3..7d8ffe9ad583 100644
--- a/java-dataproc-metastore/.OwlBot-hermetic.yaml
+++ b/java-dataproc-metastore/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-dataproc-metastore/samples/snippets/generated"
deep-preserve-regex:
+- "/java-dataproc-metastore/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-dataproc-metastore/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-dataproc-metastore/README.md b/java-dataproc-metastore/README.md
index d0740ae802fe..45d2738e0aff 100644
--- a/java-dataproc-metastore/README.md
+++ b/java-dataproc-metastore/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-dataproc-metastore
- 2.89.0
+ 2.90.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dataproc-metastore:2.89.0'
+implementation 'com.google.cloud:google-cloud-dataproc-metastore:2.90.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "2.89.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dataproc-metastore" % "2.90.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dataproc-metastore/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataproc-metastore.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc-metastore/2.89.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc-metastore/2.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/Version.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/Version.java
index 9183ba21f75c..b6612bc9d20c 100644
--- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/Version.java
+++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dataproc-metastore:current}
- static final String VERSION = "2.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/Version.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/Version.java
index bc8b29a6e67b..17a19216a0c6 100644
--- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/Version.java
+++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dataproc-metastore:current}
- static final String VERSION = "2.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/Version.java b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/Version.java
index cbef5a1dac93..fcd8ac2c6f38 100644
--- a/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/Version.java
+++ b/java-dataproc-metastore/google-cloud-dataproc-metastore/src/main/java/com/google/cloud/metastore/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dataproc-metastore:current}
- static final String VERSION = "2.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dataproc/.OwlBot-hermetic.yaml b/java-dataproc/.OwlBot-hermetic.yaml
index d9e6c8af096c..fa18af7693af 100644
--- a/java-dataproc/.OwlBot-hermetic.yaml
+++ b/java-dataproc/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-dataproc/google-.*/src"
deep-preserve-regex:
+- "/java-dataproc/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-dataproc/google-cloud-dataproc/src/test/java/com/google/cloud/dataproc/v.*/it/ITSystemTest.java"
deep-copy-regex:
diff --git a/java-dataproc/README.md b/java-dataproc/README.md
index 5c8f9f4e008e..eab51c704850 100644
--- a/java-dataproc/README.md
+++ b/java-dataproc/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-dataproc
- 4.85.0
+ 4.86.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dataproc:4.85.0'
+implementation 'com.google.cloud:google-cloud-dataproc:4.86.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.85.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dataproc" % "4.86.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dataproc/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dataproc.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc/4.85.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dataproc/4.86.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-dataproc/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/stub/Version.java b/java-dataproc/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/stub/Version.java
index 4978457983fa..091d1931b64b 100644
--- a/java-dataproc/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/stub/Version.java
+++ b/java-dataproc/google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dataproc:current}
- static final String VERSION = "4.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dataproc/google-cloud-dataproc/src/main/resources/META-INF/native-image/com.google.cloud.dataproc.v1/reflect-config.json b/java-dataproc/google-cloud-dataproc/src/main/resources/META-INF/native-image/com.google.cloud.dataproc.v1/reflect-config.json
index 6f8076c7529c..4cbeace67205 100644
--- a/java-dataproc/google-cloud-dataproc/src/main/resources/META-INF/native-image/com.google.cloud.dataproc.v1/reflect-config.json
+++ b/java-dataproc/google-cloud-dataproc/src/main/resources/META-INF/native-image/com.google.cloud.dataproc.v1/reflect-config.json
@@ -809,6 +809,15 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
+ {
+ "name": "com.google.cloud.dataproc.v1.ClusterConfig$Engine",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
{
"name": "com.google.cloud.dataproc.v1.ClusterMetrics",
"queryAllDeclaredConstructors": true,
diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClusterConfig.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClusterConfig.java
index 2c604e8dd7c4..5211cfaceb4d 100644
--- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClusterConfig.java
+++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClusterConfig.java
@@ -54,6 +54,7 @@ private ClusterConfig(com.google.protobuf.GeneratedMessage.Builder> builder) {
private ClusterConfig() {
clusterType_ = 0;
clusterTier_ = 0;
+ engine_ = 0;
configBucket_ = "";
tempBucket_ = "";
initializationActions_ = java.util.Collections.emptyList();
@@ -438,6 +439,175 @@ private ClusterTier(int value) {
// @@protoc_insertion_point(enum_scope:google.cloud.dataproc.v1.ClusterConfig.ClusterTier)
}
+ /**
+ *
+ *
+ *
+ * The cluster engine.
+ *
+ *
+ * Protobuf enum {@code google.cloud.dataproc.v1.ClusterConfig.Engine}
+ */
+ public enum Engine implements com.google.protobuf.ProtocolMessageEnum {
+ /**
+ *
+ *
+ *
+ * The engine is not specified. Works the same as ENGINE_DEFAULT.
+ *
+ *
+ * ENGINE_UNSPECIFIED = 0;
+ */
+ ENGINE_UNSPECIFIED(0),
+ /**
+ *
+ *
+ *
+ * The cluster is a default engine cluster.
+ *
+ *
+ * DEFAULT = 1;
+ */
+ DEFAULT(1),
+ /**
+ *
+ *
+ *
+ * The cluster is a lightning engine cluster.
+ *
+ *
+ * LIGHTNING = 2;
+ */
+ LIGHTNING(2),
+ UNRECOGNIZED(-1),
+ ;
+
+ static {
+ com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
+ com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
+ /* major= */ 4,
+ /* minor= */ 33,
+ /* patch= */ 2,
+ /* suffix= */ "",
+ "Engine");
+ }
+
+ /**
+ *
+ *
+ *
+ * The engine is not specified. Works the same as ENGINE_DEFAULT.
+ *
+ *
+ * ENGINE_UNSPECIFIED = 0;
+ */
+ public static final int ENGINE_UNSPECIFIED_VALUE = 0;
+
+ /**
+ *
+ *
+ *
+ * The cluster is a default engine cluster.
+ *
+ *
+ * DEFAULT = 1;
+ */
+ public static final int DEFAULT_VALUE = 1;
+
+ /**
+ *
+ *
+ *
+ * The cluster is a lightning engine cluster.
+ *
+ *
+ * LIGHTNING = 2;
+ */
+ public static final int LIGHTNING_VALUE = 2;
+
+ public final int getNumber() {
+ if (this == UNRECOGNIZED) {
+ throw new java.lang.IllegalArgumentException(
+ "Can't get the number of an unknown enum value.");
+ }
+ return value;
+ }
+
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ * @deprecated Use {@link #forNumber(int)} instead.
+ */
+ @java.lang.Deprecated
+ public static Engine valueOf(int value) {
+ return forNumber(value);
+ }
+
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
+ public static Engine forNumber(int value) {
+ switch (value) {
+ case 0:
+ return ENGINE_UNSPECIFIED;
+ case 1:
+ return DEFAULT;
+ case 2:
+ return LIGHTNING;
+ default:
+ return null;
+ }
+ }
+
+ public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
+ return internalValueMap;
+ }
+
+ private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
+ new com.google.protobuf.Internal.EnumLiteMap() {
+ public Engine findValueByNumber(int number) {
+ return Engine.forNumber(number);
+ }
+ };
+
+ public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+ if (this == UNRECOGNIZED) {
+ throw new java.lang.IllegalStateException(
+ "Can't get the descriptor of an unrecognized enum value.");
+ }
+ return getDescriptor().getValues().get(ordinal());
+ }
+
+ public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+ return getDescriptor();
+ }
+
+ public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
+ return com.google.cloud.dataproc.v1.ClusterConfig.getDescriptor().getEnumTypes().get(2);
+ }
+
+ private static final Engine[] VALUES = values();
+
+ public static Engine valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
+ if (desc.getType() != getDescriptor()) {
+ throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+ }
+ if (desc.getIndex() == -1) {
+ return UNRECOGNIZED;
+ }
+ return VALUES[desc.getIndex()];
+ }
+
+ private final int value;
+
+ private Engine(int value) {
+ this.value = value;
+ }
+
+ // @@protoc_insertion_point(enum_scope:google.cloud.dataproc.v1.ClusterConfig.Engine)
+ }
+
private int bitField0_;
public static final int CLUSTER_TYPE_FIELD_NUMBER = 27;
private int clusterType_ = 0;
@@ -525,6 +695,47 @@ public com.google.cloud.dataproc.v1.ClusterConfig.ClusterTier getClusterTier() {
: result;
}
+ public static final int ENGINE_FIELD_NUMBER = 30;
+ private int engine_ = 0;
+
+ /**
+ *
+ *
+ *
+ * Optional. The cluster engine.
+ *
+ *
+ *
+ * .google.cloud.dataproc.v1.ClusterConfig.Engine engine = 30 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The enum numeric value on the wire for engine.
+ */
+ @java.lang.Override
+ public int getEngineValue() {
+ return engine_;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The cluster engine.
+ *
+ *
+ *
+ * .google.cloud.dataproc.v1.ClusterConfig.Engine engine = 30 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The engine.
+ */
+ @java.lang.Override
+ public com.google.cloud.dataproc.v1.ClusterConfig.Engine getEngine() {
+ com.google.cloud.dataproc.v1.ClusterConfig.Engine result =
+ com.google.cloud.dataproc.v1.ClusterConfig.Engine.forNumber(engine_);
+ return result == null ? com.google.cloud.dataproc.v1.ClusterConfig.Engine.UNRECOGNIZED : result;
+ }
+
public static final int CONFIG_BUCKET_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
@@ -1705,6 +1916,10 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
.getNumber()) {
output.writeEnum(29, clusterTier_);
}
+ if (engine_
+ != com.google.cloud.dataproc.v1.ClusterConfig.Engine.ENGINE_UNSPECIFIED.getNumber()) {
+ output.writeEnum(30, engine_);
+ }
getUnknownFields().writeTo(output);
}
@@ -1777,6 +1992,10 @@ public int getSerializedSize() {
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(29, clusterTier_);
}
+ if (engine_
+ != com.google.cloud.dataproc.v1.ClusterConfig.Engine.ENGINE_UNSPECIFIED.getNumber()) {
+ size += com.google.protobuf.CodedOutputStream.computeEnumSize(30, engine_);
+ }
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
@@ -1795,6 +2014,7 @@ public boolean equals(final java.lang.Object obj) {
if (clusterType_ != other.clusterType_) return false;
if (clusterTier_ != other.clusterTier_) return false;
+ if (engine_ != other.engine_) return false;
if (!getConfigBucket().equals(other.getConfigBucket())) return false;
if (!getTempBucket().equals(other.getTempBucket())) return false;
if (hasGceClusterConfig() != other.hasGceClusterConfig()) return false;
@@ -1862,6 +2082,8 @@ public int hashCode() {
hash = (53 * hash) + clusterType_;
hash = (37 * hash) + CLUSTER_TIER_FIELD_NUMBER;
hash = (53 * hash) + clusterTier_;
+ hash = (37 * hash) + ENGINE_FIELD_NUMBER;
+ hash = (53 * hash) + engine_;
hash = (37 * hash) + CONFIG_BUCKET_FIELD_NUMBER;
hash = (53 * hash) + getConfigBucket().hashCode();
hash = (37 * hash) + TEMP_BUCKET_FIELD_NUMBER;
@@ -2086,6 +2308,7 @@ public Builder clear() {
bitField0_ = 0;
clusterType_ = 0;
clusterTier_ = 0;
+ engine_ = 0;
configBucket_ = "";
tempBucket_ = "";
gceClusterConfig_ = null;
@@ -2119,7 +2342,7 @@ public Builder clear() {
initializationActions_ = null;
initializationActionsBuilder_.clear();
}
- bitField0_ = (bitField0_ & ~0x00000200);
+ bitField0_ = (bitField0_ & ~0x00000400);
encryptionConfig_ = null;
if (encryptionConfigBuilder_ != null) {
encryptionConfigBuilder_.dispose();
@@ -2161,7 +2384,7 @@ public Builder clear() {
auxiliaryNodeGroups_ = null;
auxiliaryNodeGroupsBuilder_.clear();
}
- bitField0_ = (bitField0_ & ~0x00020000);
+ bitField0_ = (bitField0_ & ~0x00040000);
return this;
}
@@ -2199,18 +2422,18 @@ public com.google.cloud.dataproc.v1.ClusterConfig buildPartial() {
private void buildPartialRepeatedFields(com.google.cloud.dataproc.v1.ClusterConfig result) {
if (initializationActionsBuilder_ == null) {
- if (((bitField0_ & 0x00000200) != 0)) {
+ if (((bitField0_ & 0x00000400) != 0)) {
initializationActions_ = java.util.Collections.unmodifiableList(initializationActions_);
- bitField0_ = (bitField0_ & ~0x00000200);
+ bitField0_ = (bitField0_ & ~0x00000400);
}
result.initializationActions_ = initializationActions_;
} else {
result.initializationActions_ = initializationActionsBuilder_.build();
}
if (auxiliaryNodeGroupsBuilder_ == null) {
- if (((bitField0_ & 0x00020000) != 0)) {
+ if (((bitField0_ & 0x00040000) != 0)) {
auxiliaryNodeGroups_ = java.util.Collections.unmodifiableList(auxiliaryNodeGroups_);
- bitField0_ = (bitField0_ & ~0x00020000);
+ bitField0_ = (bitField0_ & ~0x00040000);
}
result.auxiliaryNodeGroups_ = auxiliaryNodeGroups_;
} else {
@@ -2227,72 +2450,75 @@ private void buildPartial0(com.google.cloud.dataproc.v1.ClusterConfig result) {
result.clusterTier_ = clusterTier_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
- result.configBucket_ = configBucket_;
+ result.engine_ = engine_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
+ result.configBucket_ = configBucket_;
+ }
+ if (((from_bitField0_ & 0x00000010) != 0)) {
result.tempBucket_ = tempBucket_;
}
int to_bitField0_ = 0;
- if (((from_bitField0_ & 0x00000010) != 0)) {
+ if (((from_bitField0_ & 0x00000020) != 0)) {
result.gceClusterConfig_ =
gceClusterConfigBuilder_ == null ? gceClusterConfig_ : gceClusterConfigBuilder_.build();
to_bitField0_ |= 0x00000001;
}
- if (((from_bitField0_ & 0x00000020) != 0)) {
+ if (((from_bitField0_ & 0x00000040) != 0)) {
result.masterConfig_ =
masterConfigBuilder_ == null ? masterConfig_ : masterConfigBuilder_.build();
to_bitField0_ |= 0x00000002;
}
- if (((from_bitField0_ & 0x00000040) != 0)) {
+ if (((from_bitField0_ & 0x00000080) != 0)) {
result.workerConfig_ =
workerConfigBuilder_ == null ? workerConfig_ : workerConfigBuilder_.build();
to_bitField0_ |= 0x00000004;
}
- if (((from_bitField0_ & 0x00000080) != 0)) {
+ if (((from_bitField0_ & 0x00000100) != 0)) {
result.secondaryWorkerConfig_ =
secondaryWorkerConfigBuilder_ == null
? secondaryWorkerConfig_
: secondaryWorkerConfigBuilder_.build();
to_bitField0_ |= 0x00000008;
}
- if (((from_bitField0_ & 0x00000100) != 0)) {
+ if (((from_bitField0_ & 0x00000200) != 0)) {
result.softwareConfig_ =
softwareConfigBuilder_ == null ? softwareConfig_ : softwareConfigBuilder_.build();
to_bitField0_ |= 0x00000010;
}
- if (((from_bitField0_ & 0x00000400) != 0)) {
+ if (((from_bitField0_ & 0x00000800) != 0)) {
result.encryptionConfig_ =
encryptionConfigBuilder_ == null ? encryptionConfig_ : encryptionConfigBuilder_.build();
to_bitField0_ |= 0x00000020;
}
- if (((from_bitField0_ & 0x00000800) != 0)) {
+ if (((from_bitField0_ & 0x00001000) != 0)) {
result.autoscalingConfig_ =
autoscalingConfigBuilder_ == null
? autoscalingConfig_
: autoscalingConfigBuilder_.build();
to_bitField0_ |= 0x00000040;
}
- if (((from_bitField0_ & 0x00001000) != 0)) {
+ if (((from_bitField0_ & 0x00002000) != 0)) {
result.securityConfig_ =
securityConfigBuilder_ == null ? securityConfig_ : securityConfigBuilder_.build();
to_bitField0_ |= 0x00000080;
}
- if (((from_bitField0_ & 0x00002000) != 0)) {
+ if (((from_bitField0_ & 0x00004000) != 0)) {
result.lifecycleConfig_ =
lifecycleConfigBuilder_ == null ? lifecycleConfig_ : lifecycleConfigBuilder_.build();
to_bitField0_ |= 0x00000100;
}
- if (((from_bitField0_ & 0x00004000) != 0)) {
+ if (((from_bitField0_ & 0x00008000) != 0)) {
result.endpointConfig_ =
endpointConfigBuilder_ == null ? endpointConfig_ : endpointConfigBuilder_.build();
to_bitField0_ |= 0x00000200;
}
- if (((from_bitField0_ & 0x00008000) != 0)) {
+ if (((from_bitField0_ & 0x00010000) != 0)) {
result.metastoreConfig_ =
metastoreConfigBuilder_ == null ? metastoreConfig_ : metastoreConfigBuilder_.build();
to_bitField0_ |= 0x00000400;
}
- if (((from_bitField0_ & 0x00010000) != 0)) {
+ if (((from_bitField0_ & 0x00020000) != 0)) {
result.dataprocMetricConfig_ =
dataprocMetricConfigBuilder_ == null
? dataprocMetricConfig_
@@ -2320,14 +2546,17 @@ public Builder mergeFrom(com.google.cloud.dataproc.v1.ClusterConfig other) {
if (other.clusterTier_ != 0) {
setClusterTierValue(other.getClusterTierValue());
}
+ if (other.engine_ != 0) {
+ setEngineValue(other.getEngineValue());
+ }
if (!other.getConfigBucket().isEmpty()) {
configBucket_ = other.configBucket_;
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
onChanged();
}
if (!other.getTempBucket().isEmpty()) {
tempBucket_ = other.tempBucket_;
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000010;
onChanged();
}
if (other.hasGceClusterConfig()) {
@@ -2349,7 +2578,7 @@ public Builder mergeFrom(com.google.cloud.dataproc.v1.ClusterConfig other) {
if (!other.initializationActions_.isEmpty()) {
if (initializationActions_.isEmpty()) {
initializationActions_ = other.initializationActions_;
- bitField0_ = (bitField0_ & ~0x00000200);
+ bitField0_ = (bitField0_ & ~0x00000400);
} else {
ensureInitializationActionsIsMutable();
initializationActions_.addAll(other.initializationActions_);
@@ -2362,7 +2591,7 @@ public Builder mergeFrom(com.google.cloud.dataproc.v1.ClusterConfig other) {
initializationActionsBuilder_.dispose();
initializationActionsBuilder_ = null;
initializationActions_ = other.initializationActions_;
- bitField0_ = (bitField0_ & ~0x00000200);
+ bitField0_ = (bitField0_ & ~0x00000400);
initializationActionsBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
? internalGetInitializationActionsFieldBuilder()
@@ -2397,7 +2626,7 @@ public Builder mergeFrom(com.google.cloud.dataproc.v1.ClusterConfig other) {
if (!other.auxiliaryNodeGroups_.isEmpty()) {
if (auxiliaryNodeGroups_.isEmpty()) {
auxiliaryNodeGroups_ = other.auxiliaryNodeGroups_;
- bitField0_ = (bitField0_ & ~0x00020000);
+ bitField0_ = (bitField0_ & ~0x00040000);
} else {
ensureAuxiliaryNodeGroupsIsMutable();
auxiliaryNodeGroups_.addAll(other.auxiliaryNodeGroups_);
@@ -2410,7 +2639,7 @@ public Builder mergeFrom(com.google.cloud.dataproc.v1.ClusterConfig other) {
auxiliaryNodeGroupsBuilder_.dispose();
auxiliaryNodeGroupsBuilder_ = null;
auxiliaryNodeGroups_ = other.auxiliaryNodeGroups_;
- bitField0_ = (bitField0_ & ~0x00020000);
+ bitField0_ = (bitField0_ & ~0x00040000);
auxiliaryNodeGroupsBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders
? internalGetAuxiliaryNodeGroupsFieldBuilder()
@@ -2449,34 +2678,34 @@ public Builder mergeFrom(
case 10:
{
configBucket_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
break;
} // case 10
case 18:
{
tempBucket_ = input.readStringRequireUtf8();
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000010;
break;
} // case 18
case 66:
{
input.readMessage(
internalGetGceClusterConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
break;
} // case 66
case 74:
{
input.readMessage(
internalGetMasterConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
break;
} // case 74
case 82:
{
input.readMessage(
internalGetWorkerConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
break;
} // case 82
case 90:
@@ -2497,63 +2726,63 @@ public Builder mergeFrom(
{
input.readMessage(
internalGetSecondaryWorkerConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
break;
} // case 98
case 106:
{
input.readMessage(
internalGetSoftwareConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
break;
} // case 106
case 122:
{
input.readMessage(
internalGetEncryptionConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00000800;
break;
} // case 122
case 130:
{
input.readMessage(
internalGetSecurityConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00001000;
+ bitField0_ |= 0x00002000;
break;
} // case 130
case 138:
{
input.readMessage(
internalGetLifecycleConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00002000;
+ bitField0_ |= 0x00004000;
break;
} // case 138
case 146:
{
input.readMessage(
internalGetAutoscalingConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00001000;
break;
} // case 146
case 154:
{
input.readMessage(
internalGetEndpointConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00004000;
+ bitField0_ |= 0x00008000;
break;
} // case 154
case 162:
{
input.readMessage(
internalGetMetastoreConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00010000;
break;
} // case 162
case 186:
{
input.readMessage(
internalGetDataprocMetricConfigFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00010000;
+ bitField0_ |= 0x00020000;
break;
} // case 186
case 202:
@@ -2582,6 +2811,12 @@ public Builder mergeFrom(
bitField0_ |= 0x00000002;
break;
} // case 232
+ case 240:
+ {
+ engine_ = input.readEnum();
+ bitField0_ |= 0x00000004;
+ break;
+ } // case 240
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
@@ -2815,6 +3050,113 @@ public Builder clearClusterTier() {
return this;
}
+ private int engine_ = 0;
+
+ /**
+ *
+ *
+ *
+ * Optional. The cluster engine.
+ *
+ *
+ *
+ * .google.cloud.dataproc.v1.ClusterConfig.Engine engine = 30 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The enum numeric value on the wire for engine.
+ */
+ @java.lang.Override
+ public int getEngineValue() {
+ return engine_;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The cluster engine.
+ *
+ *
+ *
+ * .google.cloud.dataproc.v1.ClusterConfig.Engine engine = 30 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @param value The enum numeric value on the wire for engine to set.
+ * @return This builder for chaining.
+ */
+ public Builder setEngineValue(int value) {
+ engine_ = value;
+ bitField0_ |= 0x00000004;
+ onChanged();
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The cluster engine.
+ *
+ *
+ *
+ * .google.cloud.dataproc.v1.ClusterConfig.Engine engine = 30 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The engine.
+ */
+ @java.lang.Override
+ public com.google.cloud.dataproc.v1.ClusterConfig.Engine getEngine() {
+ com.google.cloud.dataproc.v1.ClusterConfig.Engine result =
+ com.google.cloud.dataproc.v1.ClusterConfig.Engine.forNumber(engine_);
+ return result == null
+ ? com.google.cloud.dataproc.v1.ClusterConfig.Engine.UNRECOGNIZED
+ : result;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The cluster engine.
+ *
+ *
+ *
+ * .google.cloud.dataproc.v1.ClusterConfig.Engine engine = 30 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @param value The engine to set.
+ * @return This builder for chaining.
+ */
+ public Builder setEngine(com.google.cloud.dataproc.v1.ClusterConfig.Engine value) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ bitField0_ |= 0x00000004;
+ engine_ = value.getNumber();
+ onChanged();
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The cluster engine.
+ *
+ *
+ *
+ * .google.cloud.dataproc.v1.ClusterConfig.Engine engine = 30 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return This builder for chaining.
+ */
+ public Builder clearEngine() {
+ bitField0_ = (bitField0_ & ~0x00000004);
+ engine_ = 0;
+ onChanged();
+ return this;
+ }
+
private java.lang.Object configBucket_ = "";
/**
@@ -2910,7 +3252,7 @@ public Builder setConfigBucket(java.lang.String value) {
throw new NullPointerException();
}
configBucket_ = value;
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
onChanged();
return this;
}
@@ -2938,7 +3280,7 @@ public Builder setConfigBucket(java.lang.String value) {
*/
public Builder clearConfigBucket() {
configBucket_ = getDefaultInstance().getConfigBucket();
- bitField0_ = (bitField0_ & ~0x00000004);
+ bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
@@ -2971,7 +3313,7 @@ public Builder setConfigBucketBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
configBucket_ = value;
- bitField0_ |= 0x00000004;
+ bitField0_ |= 0x00000008;
onChanged();
return this;
}
@@ -3071,7 +3413,7 @@ public Builder setTempBucket(java.lang.String value) {
throw new NullPointerException();
}
tempBucket_ = value;
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000010;
onChanged();
return this;
}
@@ -3099,7 +3441,7 @@ public Builder setTempBucket(java.lang.String value) {
*/
public Builder clearTempBucket() {
tempBucket_ = getDefaultInstance().getTempBucket();
- bitField0_ = (bitField0_ & ~0x00000008);
+ bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
@@ -3132,7 +3474,7 @@ public Builder setTempBucketBytes(com.google.protobuf.ByteString value) {
}
checkByteStringIsUtf8(value);
tempBucket_ = value;
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000010;
onChanged();
return this;
}
@@ -3159,7 +3501,7 @@ public Builder setTempBucketBytes(com.google.protobuf.ByteString value) {
* @return Whether the gceClusterConfig field is set.
*/
public boolean hasGceClusterConfig() {
- return ((bitField0_ & 0x00000010) != 0);
+ return ((bitField0_ & 0x00000020) != 0);
}
/**
@@ -3207,7 +3549,7 @@ public Builder setGceClusterConfig(com.google.cloud.dataproc.v1.GceClusterConfig
} else {
gceClusterConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
onChanged();
return this;
}
@@ -3231,7 +3573,7 @@ public Builder setGceClusterConfig(
} else {
gceClusterConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
onChanged();
return this;
}
@@ -3250,7 +3592,7 @@ public Builder setGceClusterConfig(
*/
public Builder mergeGceClusterConfig(com.google.cloud.dataproc.v1.GceClusterConfig value) {
if (gceClusterConfigBuilder_ == null) {
- if (((bitField0_ & 0x00000010) != 0)
+ if (((bitField0_ & 0x00000020) != 0)
&& gceClusterConfig_ != null
&& gceClusterConfig_
!= com.google.cloud.dataproc.v1.GceClusterConfig.getDefaultInstance()) {
@@ -3262,7 +3604,7 @@ public Builder mergeGceClusterConfig(com.google.cloud.dataproc.v1.GceClusterConf
gceClusterConfigBuilder_.mergeFrom(value);
}
if (gceClusterConfig_ != null) {
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
onChanged();
}
return this;
@@ -3281,7 +3623,7 @@ public Builder mergeGceClusterConfig(com.google.cloud.dataproc.v1.GceClusterConf
*
*/
public Builder clearGceClusterConfig() {
- bitField0_ = (bitField0_ & ~0x00000010);
+ bitField0_ = (bitField0_ & ~0x00000020);
gceClusterConfig_ = null;
if (gceClusterConfigBuilder_ != null) {
gceClusterConfigBuilder_.dispose();
@@ -3304,7 +3646,7 @@ public Builder clearGceClusterConfig() {
*
*/
public com.google.cloud.dataproc.v1.GceClusterConfig.Builder getGceClusterConfigBuilder() {
- bitField0_ |= 0x00000010;
+ bitField0_ |= 0x00000020;
onChanged();
return internalGetGceClusterConfigFieldBuilder().getBuilder();
}
@@ -3382,7 +3724,7 @@ public com.google.cloud.dataproc.v1.GceClusterConfigOrBuilder getGceClusterConfi
* @return Whether the masterConfig field is set.
*/
public boolean hasMasterConfig() {
- return ((bitField0_ & 0x00000020) != 0);
+ return ((bitField0_ & 0x00000040) != 0);
}
/**
@@ -3430,7 +3772,7 @@ public Builder setMasterConfig(com.google.cloud.dataproc.v1.InstanceGroupConfig
} else {
masterConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
onChanged();
return this;
}
@@ -3454,7 +3796,7 @@ public Builder setMasterConfig(
} else {
masterConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
onChanged();
return this;
}
@@ -3473,7 +3815,7 @@ public Builder setMasterConfig(
*/
public Builder mergeMasterConfig(com.google.cloud.dataproc.v1.InstanceGroupConfig value) {
if (masterConfigBuilder_ == null) {
- if (((bitField0_ & 0x00000020) != 0)
+ if (((bitField0_ & 0x00000040) != 0)
&& masterConfig_ != null
&& masterConfig_
!= com.google.cloud.dataproc.v1.InstanceGroupConfig.getDefaultInstance()) {
@@ -3485,7 +3827,7 @@ public Builder mergeMasterConfig(com.google.cloud.dataproc.v1.InstanceGroupConfi
masterConfigBuilder_.mergeFrom(value);
}
if (masterConfig_ != null) {
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
onChanged();
}
return this;
@@ -3504,7 +3846,7 @@ public Builder mergeMasterConfig(com.google.cloud.dataproc.v1.InstanceGroupConfi
*
*/
public Builder clearMasterConfig() {
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000040);
masterConfig_ = null;
if (masterConfigBuilder_ != null) {
masterConfigBuilder_.dispose();
@@ -3527,7 +3869,7 @@ public Builder clearMasterConfig() {
*
*/
public com.google.cloud.dataproc.v1.InstanceGroupConfig.Builder getMasterConfigBuilder() {
- bitField0_ |= 0x00000020;
+ bitField0_ |= 0x00000040;
onChanged();
return internalGetMasterConfigFieldBuilder().getBuilder();
}
@@ -3605,7 +3947,7 @@ public com.google.cloud.dataproc.v1.InstanceGroupConfigOrBuilder getMasterConfig
* @return Whether the workerConfig field is set.
*/
public boolean hasWorkerConfig() {
- return ((bitField0_ & 0x00000040) != 0);
+ return ((bitField0_ & 0x00000080) != 0);
}
/**
@@ -3653,7 +3995,7 @@ public Builder setWorkerConfig(com.google.cloud.dataproc.v1.InstanceGroupConfig
} else {
workerConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
onChanged();
return this;
}
@@ -3677,7 +4019,7 @@ public Builder setWorkerConfig(
} else {
workerConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
onChanged();
return this;
}
@@ -3696,7 +4038,7 @@ public Builder setWorkerConfig(
*/
public Builder mergeWorkerConfig(com.google.cloud.dataproc.v1.InstanceGroupConfig value) {
if (workerConfigBuilder_ == null) {
- if (((bitField0_ & 0x00000040) != 0)
+ if (((bitField0_ & 0x00000080) != 0)
&& workerConfig_ != null
&& workerConfig_
!= com.google.cloud.dataproc.v1.InstanceGroupConfig.getDefaultInstance()) {
@@ -3708,7 +4050,7 @@ public Builder mergeWorkerConfig(com.google.cloud.dataproc.v1.InstanceGroupConfi
workerConfigBuilder_.mergeFrom(value);
}
if (workerConfig_ != null) {
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
onChanged();
}
return this;
@@ -3727,7 +4069,7 @@ public Builder mergeWorkerConfig(com.google.cloud.dataproc.v1.InstanceGroupConfi
*
*/
public Builder clearWorkerConfig() {
- bitField0_ = (bitField0_ & ~0x00000040);
+ bitField0_ = (bitField0_ & ~0x00000080);
workerConfig_ = null;
if (workerConfigBuilder_ != null) {
workerConfigBuilder_.dispose();
@@ -3750,7 +4092,7 @@ public Builder clearWorkerConfig() {
*
*/
public com.google.cloud.dataproc.v1.InstanceGroupConfig.Builder getWorkerConfigBuilder() {
- bitField0_ |= 0x00000040;
+ bitField0_ |= 0x00000080;
onChanged();
return internalGetWorkerConfigFieldBuilder().getBuilder();
}
@@ -3828,7 +4170,7 @@ public com.google.cloud.dataproc.v1.InstanceGroupConfigOrBuilder getWorkerConfig
* @return Whether the secondaryWorkerConfig field is set.
*/
public boolean hasSecondaryWorkerConfig() {
- return ((bitField0_ & 0x00000080) != 0);
+ return ((bitField0_ & 0x00000100) != 0);
}
/**
@@ -3877,7 +4219,7 @@ public Builder setSecondaryWorkerConfig(
} else {
secondaryWorkerConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
onChanged();
return this;
}
@@ -3901,7 +4243,7 @@ public Builder setSecondaryWorkerConfig(
} else {
secondaryWorkerConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
onChanged();
return this;
}
@@ -3921,7 +4263,7 @@ public Builder setSecondaryWorkerConfig(
public Builder mergeSecondaryWorkerConfig(
com.google.cloud.dataproc.v1.InstanceGroupConfig value) {
if (secondaryWorkerConfigBuilder_ == null) {
- if (((bitField0_ & 0x00000080) != 0)
+ if (((bitField0_ & 0x00000100) != 0)
&& secondaryWorkerConfig_ != null
&& secondaryWorkerConfig_
!= com.google.cloud.dataproc.v1.InstanceGroupConfig.getDefaultInstance()) {
@@ -3933,7 +4275,7 @@ public Builder mergeSecondaryWorkerConfig(
secondaryWorkerConfigBuilder_.mergeFrom(value);
}
if (secondaryWorkerConfig_ != null) {
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
onChanged();
}
return this;
@@ -3952,7 +4294,7 @@ public Builder mergeSecondaryWorkerConfig(
*
*/
public Builder clearSecondaryWorkerConfig() {
- bitField0_ = (bitField0_ & ~0x00000080);
+ bitField0_ = (bitField0_ & ~0x00000100);
secondaryWorkerConfig_ = null;
if (secondaryWorkerConfigBuilder_ != null) {
secondaryWorkerConfigBuilder_.dispose();
@@ -3976,7 +4318,7 @@ public Builder clearSecondaryWorkerConfig() {
*/
public com.google.cloud.dataproc.v1.InstanceGroupConfig.Builder
getSecondaryWorkerConfigBuilder() {
- bitField0_ |= 0x00000080;
+ bitField0_ |= 0x00000100;
onChanged();
return internalGetSecondaryWorkerConfigFieldBuilder().getBuilder();
}
@@ -4054,7 +4396,7 @@ public Builder clearSecondaryWorkerConfig() {
* @return Whether the softwareConfig field is set.
*/
public boolean hasSoftwareConfig() {
- return ((bitField0_ & 0x00000100) != 0);
+ return ((bitField0_ & 0x00000200) != 0);
}
/**
@@ -4100,7 +4442,7 @@ public Builder setSoftwareConfig(com.google.cloud.dataproc.v1.SoftwareConfig val
} else {
softwareConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
onChanged();
return this;
}
@@ -4123,7 +4465,7 @@ public Builder setSoftwareConfig(
} else {
softwareConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
onChanged();
return this;
}
@@ -4141,7 +4483,7 @@ public Builder setSoftwareConfig(
*/
public Builder mergeSoftwareConfig(com.google.cloud.dataproc.v1.SoftwareConfig value) {
if (softwareConfigBuilder_ == null) {
- if (((bitField0_ & 0x00000100) != 0)
+ if (((bitField0_ & 0x00000200) != 0)
&& softwareConfig_ != null
&& softwareConfig_
!= com.google.cloud.dataproc.v1.SoftwareConfig.getDefaultInstance()) {
@@ -4153,7 +4495,7 @@ public Builder mergeSoftwareConfig(com.google.cloud.dataproc.v1.SoftwareConfig v
softwareConfigBuilder_.mergeFrom(value);
}
if (softwareConfig_ != null) {
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
onChanged();
}
return this;
@@ -4171,7 +4513,7 @@ public Builder mergeSoftwareConfig(com.google.cloud.dataproc.v1.SoftwareConfig v
*
*/
public Builder clearSoftwareConfig() {
- bitField0_ = (bitField0_ & ~0x00000100);
+ bitField0_ = (bitField0_ & ~0x00000200);
softwareConfig_ = null;
if (softwareConfigBuilder_ != null) {
softwareConfigBuilder_.dispose();
@@ -4193,7 +4535,7 @@ public Builder clearSoftwareConfig() {
*
*/
public com.google.cloud.dataproc.v1.SoftwareConfig.Builder getSoftwareConfigBuilder() {
- bitField0_ |= 0x00000100;
+ bitField0_ |= 0x00000200;
onChanged();
return internalGetSoftwareConfigFieldBuilder().getBuilder();
}
@@ -4251,11 +4593,11 @@ public com.google.cloud.dataproc.v1.SoftwareConfigOrBuilder getSoftwareConfigOrB
initializationActions_ = java.util.Collections.emptyList();
private void ensureInitializationActionsIsMutable() {
- if (!((bitField0_ & 0x00000200) != 0)) {
+ if (!((bitField0_ & 0x00000400) != 0)) {
initializationActions_ =
new java.util.ArrayList(
initializationActions_);
- bitField0_ |= 0x00000200;
+ bitField0_ |= 0x00000400;
}
}
@@ -4641,7 +4983,7 @@ public Builder addAllInitializationActions(
public Builder clearInitializationActions() {
if (initializationActionsBuilder_ == null) {
initializationActions_ = java.util.Collections.emptyList();
- bitField0_ = (bitField0_ & ~0x00000200);
+ bitField0_ = (bitField0_ & ~0x00000400);
onChanged();
} else {
initializationActionsBuilder_.clear();
@@ -4874,7 +5216,7 @@ public Builder removeInitializationActions(int index) {
com.google.cloud.dataproc.v1.NodeInitializationAction.Builder,
com.google.cloud.dataproc.v1.NodeInitializationActionOrBuilder>(
initializationActions_,
- ((bitField0_ & 0x00000200) != 0),
+ ((bitField0_ & 0x00000400) != 0),
getParentForChildren(),
isClean());
initializationActions_ = null;
@@ -4903,7 +5245,7 @@ public Builder removeInitializationActions(int index) {
* @return Whether the encryptionConfig field is set.
*/
public boolean hasEncryptionConfig() {
- return ((bitField0_ & 0x00000400) != 0);
+ return ((bitField0_ & 0x00000800) != 0);
}
/**
@@ -4949,7 +5291,7 @@ public Builder setEncryptionConfig(com.google.cloud.dataproc.v1.EncryptionConfig
} else {
encryptionConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00000800;
onChanged();
return this;
}
@@ -4972,7 +5314,7 @@ public Builder setEncryptionConfig(
} else {
encryptionConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00000800;
onChanged();
return this;
}
@@ -4990,7 +5332,7 @@ public Builder setEncryptionConfig(
*/
public Builder mergeEncryptionConfig(com.google.cloud.dataproc.v1.EncryptionConfig value) {
if (encryptionConfigBuilder_ == null) {
- if (((bitField0_ & 0x00000400) != 0)
+ if (((bitField0_ & 0x00000800) != 0)
&& encryptionConfig_ != null
&& encryptionConfig_
!= com.google.cloud.dataproc.v1.EncryptionConfig.getDefaultInstance()) {
@@ -5002,7 +5344,7 @@ public Builder mergeEncryptionConfig(com.google.cloud.dataproc.v1.EncryptionConf
encryptionConfigBuilder_.mergeFrom(value);
}
if (encryptionConfig_ != null) {
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00000800;
onChanged();
}
return this;
@@ -5020,7 +5362,7 @@ public Builder mergeEncryptionConfig(com.google.cloud.dataproc.v1.EncryptionConf
*
*/
public Builder clearEncryptionConfig() {
- bitField0_ = (bitField0_ & ~0x00000400);
+ bitField0_ = (bitField0_ & ~0x00000800);
encryptionConfig_ = null;
if (encryptionConfigBuilder_ != null) {
encryptionConfigBuilder_.dispose();
@@ -5042,7 +5384,7 @@ public Builder clearEncryptionConfig() {
*
*/
public com.google.cloud.dataproc.v1.EncryptionConfig.Builder getEncryptionConfigBuilder() {
- bitField0_ |= 0x00000400;
+ bitField0_ |= 0x00000800;
onChanged();
return internalGetEncryptionConfigFieldBuilder().getBuilder();
}
@@ -5118,7 +5460,7 @@ public com.google.cloud.dataproc.v1.EncryptionConfigOrBuilder getEncryptionConfi
* @return Whether the autoscalingConfig field is set.
*/
public boolean hasAutoscalingConfig() {
- return ((bitField0_ & 0x00000800) != 0);
+ return ((bitField0_ & 0x00001000) != 0);
}
/**
@@ -5166,7 +5508,7 @@ public Builder setAutoscalingConfig(com.google.cloud.dataproc.v1.AutoscalingConf
} else {
autoscalingConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00001000;
onChanged();
return this;
}
@@ -5190,7 +5532,7 @@ public Builder setAutoscalingConfig(
} else {
autoscalingConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00001000;
onChanged();
return this;
}
@@ -5209,7 +5551,7 @@ public Builder setAutoscalingConfig(
*/
public Builder mergeAutoscalingConfig(com.google.cloud.dataproc.v1.AutoscalingConfig value) {
if (autoscalingConfigBuilder_ == null) {
- if (((bitField0_ & 0x00000800) != 0)
+ if (((bitField0_ & 0x00001000) != 0)
&& autoscalingConfig_ != null
&& autoscalingConfig_
!= com.google.cloud.dataproc.v1.AutoscalingConfig.getDefaultInstance()) {
@@ -5221,7 +5563,7 @@ public Builder mergeAutoscalingConfig(com.google.cloud.dataproc.v1.AutoscalingCo
autoscalingConfigBuilder_.mergeFrom(value);
}
if (autoscalingConfig_ != null) {
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00001000;
onChanged();
}
return this;
@@ -5240,7 +5582,7 @@ public Builder mergeAutoscalingConfig(com.google.cloud.dataproc.v1.AutoscalingCo
*
*/
public Builder clearAutoscalingConfig() {
- bitField0_ = (bitField0_ & ~0x00000800);
+ bitField0_ = (bitField0_ & ~0x00001000);
autoscalingConfig_ = null;
if (autoscalingConfigBuilder_ != null) {
autoscalingConfigBuilder_.dispose();
@@ -5263,7 +5605,7 @@ public Builder clearAutoscalingConfig() {
*
*/
public com.google.cloud.dataproc.v1.AutoscalingConfig.Builder getAutoscalingConfigBuilder() {
- bitField0_ |= 0x00000800;
+ bitField0_ |= 0x00001000;
onChanged();
return internalGetAutoscalingConfigFieldBuilder().getBuilder();
}
@@ -5340,7 +5682,7 @@ public com.google.cloud.dataproc.v1.AutoscalingConfigOrBuilder getAutoscalingCon
* @return Whether the securityConfig field is set.
*/
public boolean hasSecurityConfig() {
- return ((bitField0_ & 0x00001000) != 0);
+ return ((bitField0_ & 0x00002000) != 0);
}
/**
@@ -5386,7 +5728,7 @@ public Builder setSecurityConfig(com.google.cloud.dataproc.v1.SecurityConfig val
} else {
securityConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00001000;
+ bitField0_ |= 0x00002000;
onChanged();
return this;
}
@@ -5409,7 +5751,7 @@ public Builder setSecurityConfig(
} else {
securityConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00001000;
+ bitField0_ |= 0x00002000;
onChanged();
return this;
}
@@ -5427,7 +5769,7 @@ public Builder setSecurityConfig(
*/
public Builder mergeSecurityConfig(com.google.cloud.dataproc.v1.SecurityConfig value) {
if (securityConfigBuilder_ == null) {
- if (((bitField0_ & 0x00001000) != 0)
+ if (((bitField0_ & 0x00002000) != 0)
&& securityConfig_ != null
&& securityConfig_
!= com.google.cloud.dataproc.v1.SecurityConfig.getDefaultInstance()) {
@@ -5439,7 +5781,7 @@ public Builder mergeSecurityConfig(com.google.cloud.dataproc.v1.SecurityConfig v
securityConfigBuilder_.mergeFrom(value);
}
if (securityConfig_ != null) {
- bitField0_ |= 0x00001000;
+ bitField0_ |= 0x00002000;
onChanged();
}
return this;
@@ -5457,7 +5799,7 @@ public Builder mergeSecurityConfig(com.google.cloud.dataproc.v1.SecurityConfig v
*
*/
public Builder clearSecurityConfig() {
- bitField0_ = (bitField0_ & ~0x00001000);
+ bitField0_ = (bitField0_ & ~0x00002000);
securityConfig_ = null;
if (securityConfigBuilder_ != null) {
securityConfigBuilder_.dispose();
@@ -5479,7 +5821,7 @@ public Builder clearSecurityConfig() {
*
*/
public com.google.cloud.dataproc.v1.SecurityConfig.Builder getSecurityConfigBuilder() {
- bitField0_ |= 0x00001000;
+ bitField0_ |= 0x00002000;
onChanged();
return internalGetSecurityConfigFieldBuilder().getBuilder();
}
@@ -5554,7 +5896,7 @@ public com.google.cloud.dataproc.v1.SecurityConfigOrBuilder getSecurityConfigOrB
* @return Whether the lifecycleConfig field is set.
*/
public boolean hasLifecycleConfig() {
- return ((bitField0_ & 0x00002000) != 0);
+ return ((bitField0_ & 0x00004000) != 0);
}
/**
@@ -5600,7 +5942,7 @@ public Builder setLifecycleConfig(com.google.cloud.dataproc.v1.LifecycleConfig v
} else {
lifecycleConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00002000;
+ bitField0_ |= 0x00004000;
onChanged();
return this;
}
@@ -5623,7 +5965,7 @@ public Builder setLifecycleConfig(
} else {
lifecycleConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00002000;
+ bitField0_ |= 0x00004000;
onChanged();
return this;
}
@@ -5641,7 +5983,7 @@ public Builder setLifecycleConfig(
*/
public Builder mergeLifecycleConfig(com.google.cloud.dataproc.v1.LifecycleConfig value) {
if (lifecycleConfigBuilder_ == null) {
- if (((bitField0_ & 0x00002000) != 0)
+ if (((bitField0_ & 0x00004000) != 0)
&& lifecycleConfig_ != null
&& lifecycleConfig_
!= com.google.cloud.dataproc.v1.LifecycleConfig.getDefaultInstance()) {
@@ -5653,7 +5995,7 @@ public Builder mergeLifecycleConfig(com.google.cloud.dataproc.v1.LifecycleConfig
lifecycleConfigBuilder_.mergeFrom(value);
}
if (lifecycleConfig_ != null) {
- bitField0_ |= 0x00002000;
+ bitField0_ |= 0x00004000;
onChanged();
}
return this;
@@ -5671,7 +6013,7 @@ public Builder mergeLifecycleConfig(com.google.cloud.dataproc.v1.LifecycleConfig
*
*/
public Builder clearLifecycleConfig() {
- bitField0_ = (bitField0_ & ~0x00002000);
+ bitField0_ = (bitField0_ & ~0x00004000);
lifecycleConfig_ = null;
if (lifecycleConfigBuilder_ != null) {
lifecycleConfigBuilder_.dispose();
@@ -5693,7 +6035,7 @@ public Builder clearLifecycleConfig() {
*
*/
public com.google.cloud.dataproc.v1.LifecycleConfig.Builder getLifecycleConfigBuilder() {
- bitField0_ |= 0x00002000;
+ bitField0_ |= 0x00004000;
onChanged();
return internalGetLifecycleConfigFieldBuilder().getBuilder();
}
@@ -5768,7 +6110,7 @@ public com.google.cloud.dataproc.v1.LifecycleConfigOrBuilder getLifecycleConfigO
* @return Whether the endpointConfig field is set.
*/
public boolean hasEndpointConfig() {
- return ((bitField0_ & 0x00004000) != 0);
+ return ((bitField0_ & 0x00008000) != 0);
}
/**
@@ -5814,7 +6156,7 @@ public Builder setEndpointConfig(com.google.cloud.dataproc.v1.EndpointConfig val
} else {
endpointConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00004000;
+ bitField0_ |= 0x00008000;
onChanged();
return this;
}
@@ -5837,7 +6179,7 @@ public Builder setEndpointConfig(
} else {
endpointConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00004000;
+ bitField0_ |= 0x00008000;
onChanged();
return this;
}
@@ -5855,7 +6197,7 @@ public Builder setEndpointConfig(
*/
public Builder mergeEndpointConfig(com.google.cloud.dataproc.v1.EndpointConfig value) {
if (endpointConfigBuilder_ == null) {
- if (((bitField0_ & 0x00004000) != 0)
+ if (((bitField0_ & 0x00008000) != 0)
&& endpointConfig_ != null
&& endpointConfig_
!= com.google.cloud.dataproc.v1.EndpointConfig.getDefaultInstance()) {
@@ -5867,7 +6209,7 @@ public Builder mergeEndpointConfig(com.google.cloud.dataproc.v1.EndpointConfig v
endpointConfigBuilder_.mergeFrom(value);
}
if (endpointConfig_ != null) {
- bitField0_ |= 0x00004000;
+ bitField0_ |= 0x00008000;
onChanged();
}
return this;
@@ -5885,7 +6227,7 @@ public Builder mergeEndpointConfig(com.google.cloud.dataproc.v1.EndpointConfig v
*
*/
public Builder clearEndpointConfig() {
- bitField0_ = (bitField0_ & ~0x00004000);
+ bitField0_ = (bitField0_ & ~0x00008000);
endpointConfig_ = null;
if (endpointConfigBuilder_ != null) {
endpointConfigBuilder_.dispose();
@@ -5907,7 +6249,7 @@ public Builder clearEndpointConfig() {
*
*/
public com.google.cloud.dataproc.v1.EndpointConfig.Builder getEndpointConfigBuilder() {
- bitField0_ |= 0x00004000;
+ bitField0_ |= 0x00008000;
onChanged();
return internalGetEndpointConfigFieldBuilder().getBuilder();
}
@@ -5982,7 +6324,7 @@ public com.google.cloud.dataproc.v1.EndpointConfigOrBuilder getEndpointConfigOrB
* @return Whether the metastoreConfig field is set.
*/
public boolean hasMetastoreConfig() {
- return ((bitField0_ & 0x00008000) != 0);
+ return ((bitField0_ & 0x00010000) != 0);
}
/**
@@ -6028,7 +6370,7 @@ public Builder setMetastoreConfig(com.google.cloud.dataproc.v1.MetastoreConfig v
} else {
metastoreConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00010000;
onChanged();
return this;
}
@@ -6051,7 +6393,7 @@ public Builder setMetastoreConfig(
} else {
metastoreConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00010000;
onChanged();
return this;
}
@@ -6069,7 +6411,7 @@ public Builder setMetastoreConfig(
*/
public Builder mergeMetastoreConfig(com.google.cloud.dataproc.v1.MetastoreConfig value) {
if (metastoreConfigBuilder_ == null) {
- if (((bitField0_ & 0x00008000) != 0)
+ if (((bitField0_ & 0x00010000) != 0)
&& metastoreConfig_ != null
&& metastoreConfig_
!= com.google.cloud.dataproc.v1.MetastoreConfig.getDefaultInstance()) {
@@ -6081,7 +6423,7 @@ public Builder mergeMetastoreConfig(com.google.cloud.dataproc.v1.MetastoreConfig
metastoreConfigBuilder_.mergeFrom(value);
}
if (metastoreConfig_ != null) {
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00010000;
onChanged();
}
return this;
@@ -6099,7 +6441,7 @@ public Builder mergeMetastoreConfig(com.google.cloud.dataproc.v1.MetastoreConfig
*
*/
public Builder clearMetastoreConfig() {
- bitField0_ = (bitField0_ & ~0x00008000);
+ bitField0_ = (bitField0_ & ~0x00010000);
metastoreConfig_ = null;
if (metastoreConfigBuilder_ != null) {
metastoreConfigBuilder_.dispose();
@@ -6121,7 +6463,7 @@ public Builder clearMetastoreConfig() {
*
*/
public com.google.cloud.dataproc.v1.MetastoreConfig.Builder getMetastoreConfigBuilder() {
- bitField0_ |= 0x00008000;
+ bitField0_ |= 0x00010000;
onChanged();
return internalGetMetastoreConfigFieldBuilder().getBuilder();
}
@@ -6196,7 +6538,7 @@ public com.google.cloud.dataproc.v1.MetastoreConfigOrBuilder getMetastoreConfigO
* @return Whether the dataprocMetricConfig field is set.
*/
public boolean hasDataprocMetricConfig() {
- return ((bitField0_ & 0x00010000) != 0);
+ return ((bitField0_ & 0x00020000) != 0);
}
/**
@@ -6243,7 +6585,7 @@ public Builder setDataprocMetricConfig(
} else {
dataprocMetricConfigBuilder_.setMessage(value);
}
- bitField0_ |= 0x00010000;
+ bitField0_ |= 0x00020000;
onChanged();
return this;
}
@@ -6266,7 +6608,7 @@ public Builder setDataprocMetricConfig(
} else {
dataprocMetricConfigBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00010000;
+ bitField0_ |= 0x00020000;
onChanged();
return this;
}
@@ -6285,7 +6627,7 @@ public Builder setDataprocMetricConfig(
public Builder mergeDataprocMetricConfig(
com.google.cloud.dataproc.v1.DataprocMetricConfig value) {
if (dataprocMetricConfigBuilder_ == null) {
- if (((bitField0_ & 0x00010000) != 0)
+ if (((bitField0_ & 0x00020000) != 0)
&& dataprocMetricConfig_ != null
&& dataprocMetricConfig_
!= com.google.cloud.dataproc.v1.DataprocMetricConfig.getDefaultInstance()) {
@@ -6297,7 +6639,7 @@ public Builder mergeDataprocMetricConfig(
dataprocMetricConfigBuilder_.mergeFrom(value);
}
if (dataprocMetricConfig_ != null) {
- bitField0_ |= 0x00010000;
+ bitField0_ |= 0x00020000;
onChanged();
}
return this;
@@ -6315,7 +6657,7 @@ public Builder mergeDataprocMetricConfig(
*
*/
public Builder clearDataprocMetricConfig() {
- bitField0_ = (bitField0_ & ~0x00010000);
+ bitField0_ = (bitField0_ & ~0x00020000);
dataprocMetricConfig_ = null;
if (dataprocMetricConfigBuilder_ != null) {
dataprocMetricConfigBuilder_.dispose();
@@ -6338,7 +6680,7 @@ public Builder clearDataprocMetricConfig() {
*/
public com.google.cloud.dataproc.v1.DataprocMetricConfig.Builder
getDataprocMetricConfigBuilder() {
- bitField0_ |= 0x00010000;
+ bitField0_ |= 0x00020000;
onChanged();
return internalGetDataprocMetricConfigFieldBuilder().getBuilder();
}
@@ -6397,11 +6739,11 @@ public Builder clearDataprocMetricConfig() {
java.util.Collections.emptyList();
private void ensureAuxiliaryNodeGroupsIsMutable() {
- if (!((bitField0_ & 0x00020000) != 0)) {
+ if (!((bitField0_ & 0x00040000) != 0)) {
auxiliaryNodeGroups_ =
new java.util.ArrayList(
auxiliaryNodeGroups_);
- bitField0_ |= 0x00020000;
+ bitField0_ |= 0x00040000;
}
}
@@ -6652,7 +6994,7 @@ public Builder addAllAuxiliaryNodeGroups(
public Builder clearAuxiliaryNodeGroups() {
if (auxiliaryNodeGroupsBuilder_ == null) {
auxiliaryNodeGroups_ = java.util.Collections.emptyList();
- bitField0_ = (bitField0_ & ~0x00020000);
+ bitField0_ = (bitField0_ & ~0x00040000);
onChanged();
} else {
auxiliaryNodeGroupsBuilder_.clear();
@@ -6799,7 +7141,7 @@ public com.google.cloud.dataproc.v1.AuxiliaryNodeGroup.Builder addAuxiliaryNodeG
com.google.cloud.dataproc.v1.AuxiliaryNodeGroup.Builder,
com.google.cloud.dataproc.v1.AuxiliaryNodeGroupOrBuilder>(
auxiliaryNodeGroups_,
- ((bitField0_ & 0x00020000) != 0),
+ ((bitField0_ & 0x00040000) != 0),
getParentForChildren(),
isClean());
auxiliaryNodeGroups_ = null;
diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClusterConfigOrBuilder.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClusterConfigOrBuilder.java
index a1b2294e2353..293d6a193db0 100644
--- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClusterConfigOrBuilder.java
+++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClusterConfigOrBuilder.java
@@ -86,6 +86,36 @@ public interface ClusterConfigOrBuilder
*/
com.google.cloud.dataproc.v1.ClusterConfig.ClusterTier getClusterTier();
+ /**
+ *
+ *
+ *
+ * Optional. The cluster engine.
+ *
+ *
+ *
+ * .google.cloud.dataproc.v1.ClusterConfig.Engine engine = 30 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The enum numeric value on the wire for engine.
+ */
+ int getEngineValue();
+
+ /**
+ *
+ *
+ *
+ * Optional. The cluster engine.
+ *
+ *
+ *
+ * .google.cloud.dataproc.v1.ClusterConfig.Engine engine = 30 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The engine.
+ */
+ com.google.cloud.dataproc.v1.ClusterConfig.Engine getEngine();
+
/**
*
*
diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClustersProto.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClustersProto.java
index e47d4f05559c..47f7b52a582d 100644
--- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClustersProto.java
+++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/ClustersProto.java
@@ -291,34 +291,36 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ " \001(\0132(.google.cloud.dataproc.v1.ClusterMetricsB\003\340A\003\032-\n"
+ "\013LabelsEntry\022\013\n"
+ "\003key\030\001 \001(\t\022\r\n"
- + "\005value\030\002 \001(\t:\0028\001\"\341\013\n\r"
+ + "\005value\030\002 \001(\t:\0028\001\"\344\014\n\r"
+ "ClusterConfig\022N\n"
+ "\014cluster_type\030\033 \001(\01623"
+ ".google.cloud.dataproc.v1.ClusterConfig.ClusterTypeB\003\340A\001\022N\n"
+ "\014cluster_tier\030\035 \001(\01623"
- + ".google.cloud.dataproc.v1.ClusterConfig.ClusterTierB\003\340A\001\022\032\n\r"
+ + ".google.cloud.dataproc.v1.ClusterConfig.ClusterTierB\003\340A\001\022C\n"
+ + "\006engine\030\036 \001(\0162..googl"
+ + "e.cloud.dataproc.v1.ClusterConfig.EngineB\003\340A\001\022\032\n\r"
+ "config_bucket\030\001 \001(\tB\003\340A\001\022\030\n"
+ "\013temp_bucket\030\002 \001(\tB\003\340A\001\022K\n"
+ "\022gce_cluster_config\030\010"
+ " \001(\0132*.google.cloud.dataproc.v1.GceClusterConfigB\003\340A\001\022I\n\r"
- + "master_config\030\t"
- + " \001(\0132-.google.cloud.dataproc.v1.InstanceGroupConfigB\003\340A\001\022I\n\r"
+ + "master_config\030\t \001(\0132"
+ + "-.google.cloud.dataproc.v1.InstanceGroupConfigB\003\340A\001\022I\n\r"
+ "worker_config\030\n"
+ " \001(\0132-.google.cloud.dataproc.v1.InstanceGroupConfigB\003\340A\001\022S\n"
- + "\027secondary_worker_config\030\014"
- + " \001(\0132-.google.cloud.dataproc.v1.InstanceGroupConfigB\003\340A\001\022F\n"
+ + "\027secondary_worker_config\030\014 \001(\0132"
+ + "-.google.cloud.dataproc.v1.InstanceGroupConfigB\003\340A\001\022F\n"
+ "\017software_config\030\r"
+ " \001(\0132(.google.cloud.dataproc.v1.SoftwareConfigB\003\340A\001\022W\n"
- + "\026initialization_actions\030\013"
- + " \003(\01322.google.cloud.dataproc.v1.NodeInitializationActionB\003\340A\001\022J\n"
- + "\021encryption_config\030\017"
- + " \001(\0132*.google.cloud.dataproc.v1.EncryptionConfigB\003\340A\001\022L\n"
- + "\022autoscaling_config\030\022"
- + " \001(\0132+.google.cloud.dataproc.v1.AutoscalingConfigB\003\340A\001\022F\n"
- + "\017security_config\030\020 \001"
- + "(\0132(.google.cloud.dataproc.v1.SecurityConfigB\003\340A\001\022H\n"
- + "\020lifecycle_config\030\021 \001(\0132).go"
- + "ogle.cloud.dataproc.v1.LifecycleConfigB\003\340A\001\022F\n"
+ + "\026initialization_actions\030\013 \003(\01322.go"
+ + "ogle.cloud.dataproc.v1.NodeInitializationActionB\003\340A\001\022J\n"
+ + "\021encryption_config\030\017 \001(\0132"
+ + "*.google.cloud.dataproc.v1.EncryptionConfigB\003\340A\001\022L\n"
+ + "\022autoscaling_config\030\022 \001(\0132+.g"
+ + "oogle.cloud.dataproc.v1.AutoscalingConfigB\003\340A\001\022F\n"
+ + "\017security_config\030\020 \001(\0132(.google"
+ + ".cloud.dataproc.v1.SecurityConfigB\003\340A\001\022H\n"
+ + "\020lifecycle_config\030\021"
+ + " \001(\0132).google.cloud.dataproc.v1.LifecycleConfigB\003\340A\001\022F\n"
+ "\017endpoint_config\030\023"
+ " \001(\0132(.google.cloud.dataproc.v1.EndpointConfigB\003\340A\001\022H\n"
+ "\020metastore_config\030\024"
@@ -335,19 +337,23 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\013ClusterTier\022\034\n"
+ "\030CLUSTER_TIER_UNSPECIFIED\020\000\022\031\n"
+ "\025CLUSTER_TIER_STANDARD\020\001\022\030\n"
- + "\024CLUSTER_TIER_PREMIUM\020\002\"\204\002\n"
+ + "\024CLUSTER_TIER_PREMIUM\020\002\"<\n"
+ + "\006Engine\022\026\n"
+ + "\022ENGINE_UNSPECIFIED\020\000\022\013\n"
+ + "\007DEFAULT\020\001\022\r\n"
+ + "\tLIGHTNING\020\002\"\204\002\n"
+ "\024VirtualClusterConfig\022\033\n"
+ "\016staging_bucket\030\001 \001(\tB\003\340A\001\022[\n"
- + "\031kubernetes_cluster_config\030\006 \001(\01321.go"
- + "ogle.cloud.dataproc.v1.KubernetesClusterConfigB\003\340A\002H\000\022Y\n"
+ + "\031kubernetes_cluster_config\030\006"
+ + " \001(\01321.google.cloud.dataproc.v1.KubernetesClusterConfigB\003\340A\002H\000\022Y\n"
+ "\031auxiliary_services_config\030\007"
+ " \001(\01321.google.cloud.dataproc.v1.AuxiliaryServicesConfigB\003\340A\001B\027\n"
+ "\025infrastructure_config\"\301\001\n"
+ "\027AuxiliaryServicesConfig\022H\n"
- + "\020metastore_config\030\001"
- + " \001(\0132).google.cloud.dataproc.v1.MetastoreConfigB\003\340A\001\022\\\n"
- + "\033spark_history_server_config\030\002 \001(\01322.google.cl"
- + "oud.dataproc.v1.SparkHistoryServerConfigB\003\340A\001\"\272\001\n"
+ + "\020metastore_config\030\001 \001(\0132).goo"
+ + "gle.cloud.dataproc.v1.MetastoreConfigB\003\340A\001\022\\\n"
+ + "\033spark_history_server_config\030\002 \001(\0132"
+ + "2.google.cloud.dataproc.v1.SparkHistoryServerConfigB\003\340A\001\"\272\001\n"
+ "\016EndpointConfig\022P\n\n"
+ "http_ports\030\001"
+ " \003(\01327.google.cloud.dataproc.v1.EndpointConfig.HttpPortsEntryB\003\340A\003\022$\n"
@@ -366,21 +372,21 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\013network_uri\030\002 \001(\tB\003\340A\001\022\033\n"
+ "\016subnetwork_uri\030\006 \001(\tB\003\340A\001\022\"\n"
+ "\020internal_ip_only\030\007 \001(\010B\003\340A\001H\000\210\001\001\022k\n"
- + "\032private_ipv6_google_access\030\014 \001(\0162B.google.cloud.dataproc.v1.GceClus"
- + "terConfig.PrivateIpv6GoogleAccessB\003\340A\001\022\034\n"
+ + "\032private_ipv6_google_access\030\014 \001(\0162B.google.cloud.dataproc"
+ + ".v1.GceClusterConfig.PrivateIpv6GoogleAccessB\003\340A\001\022\034\n"
+ "\017service_account\030\010 \001(\tB\003\340A\001\022#\n"
+ "\026service_account_scopes\030\003 \003(\tB\003\340A\001\022\014\n"
+ "\004tags\030\004 \003(\t\022O\n"
- + "\010metadata\030\005 \003(\01328.google.cloud.datapro"
- + "c.v1.GceClusterConfig.MetadataEntryB\003\340A\001\022P\n"
- + "\024reservation_affinity\030\013 \001(\0132-.google."
- + "cloud.dataproc.v1.ReservationAffinityB\003\340A\001\022M\n"
+ + "\010metadata\030\005 \003(\01328.google.cl"
+ + "oud.dataproc.v1.GceClusterConfig.MetadataEntryB\003\340A\001\022P\n"
+ + "\024reservation_affinity\030\013 \001("
+ + "\0132-.google.cloud.dataproc.v1.ReservationAffinityB\003\340A\001\022M\n"
+ "\023node_group_affinity\030\r"
+ " \001(\0132+.google.cloud.dataproc.v1.NodeGroupAffinityB\003\340A\001\022W\n"
- + "\030shielded_instance_config\030\016 \001(\01320.go"
- + "ogle.cloud.dataproc.v1.ShieldedInstanceConfigB\003\340A\001\022_\n"
- + "\034confidential_instance_config\030\017"
- + " \001(\01324.google.cloud.dataproc.v1.ConfidentialInstanceConfigB\003\340A\001\032/\n\r"
+ + "\030shielded_instance_config\030\016"
+ + " \001(\01320.google.cloud.dataproc.v1.ShieldedInstanceConfigB\003\340A\001\022_\n"
+ + "\034confidential_instance_config\030\017 \001(\01324.google.cloud.datap"
+ + "roc.v1.ConfidentialInstanceConfigB\003\340A\001\032/\n\r"
+ "MetadataEntry\022\013\n"
+ "\003key\030\001 \001(\t\022\r\n"
+ "\005value\030\002 \001(\t:\0028\001\"\203\001\n"
@@ -405,26 +411,26 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\023InstanceGroupConfig\022\032\n\r"
+ "num_instances\030\001 \001(\005B\003\340A\001\022\033\n"
+ "\016instance_names\030\002 \003(\tB\003\340A\003\022M\n"
- + "\023instance_references\030\013 \003(\0132+."
- + "google.cloud.dataproc.v1.InstanceReferenceB\003\340A\003\022\026\n"
+ + "\023instance_references\030\013"
+ + " \003(\0132+.google.cloud.dataproc.v1.InstanceReferenceB\003\340A\003\022\026\n"
+ "\timage_uri\030\003 \001(\tB\003\340A\001\022\035\n"
+ "\020machine_type_uri\030\004 \001(\tB\003\340A\001\022>\n"
- + "\013disk_config\030\005 "
- + "\001(\0132$.google.cloud.dataproc.v1.DiskConfigB\003\340A\001\022\033\n"
+ + "\013disk_config\030\005"
+ + " \001(\0132$.google.cloud.dataproc.v1.DiskConfigB\003\340A\001\022\033\n"
+ "\016is_preemptible\030\006 \001(\010B\003\340A\003\022Y\n"
+ "\016preemptibility\030\n"
- + " \001(\0162<.google.cloud.datap"
- + "roc.v1.InstanceGroupConfig.PreemptibilityB\003\340A\001\022O\n"
- + "\024managed_group_config\030\007 \001(\0132,.g"
- + "oogle.cloud.dataproc.v1.ManagedGroupConfigB\003\340A\003\022F\n"
- + "\014accelerators\030\010 \003(\0132+.google.c"
- + "loud.dataproc.v1.AcceleratorConfigB\003\340A\001\022\035\n"
+ + " \001(\0162<.google."
+ + "cloud.dataproc.v1.InstanceGroupConfig.PreemptibilityB\003\340A\001\022O\n"
+ + "\024managed_group_config\030\007"
+ + " \001(\0132,.google.cloud.dataproc.v1.ManagedGroupConfigB\003\340A\003\022F\n"
+ + "\014accelerators\030\010 \003(\013"
+ + "2+.google.cloud.dataproc.v1.AcceleratorConfigB\003\340A\001\022\035\n"
+ "\020min_cpu_platform\030\t \001(\tB\003\340A\001\022\036\n"
+ "\021min_num_instances\030\014 \001(\005B\003\340A\001\022]\n"
+ "\033instance_flexibility_policy\030\r"
+ " \001(\01323.google.cloud.dataproc.v1.InstanceFlexibilityPolicyB\003\340A\001\022D\n"
- + "\016startup_config\030\016"
- + " \001(\0132\'.google.cloud.dataproc.v1.StartupConfigB\003\340A\001\"`\n"
+ + "\016startup_config\030\016 \001(\0132\'.googl"
+ + "e.cloud.dataproc.v1.StartupConfigB\003\340A\001\"`\n"
+ "\016Preemptibility\022\036\n"
+ "\032PREEMPTIBILITY_UNSPECIFIED\020\000\022\023\n"
+ "\017NON_PREEMPTIBLE\020\001\022\017\n"
@@ -444,12 +450,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\033instance_group_manager_name\030\002 \001(\tB\003\340A\003\022\'\n"
+ "\032instance_group_manager_uri\030\003 \001(\tB\003\340A\003\"\345\005\n"
+ "\031InstanceFlexibilityPolicy\022m\n"
- + "\026provisioning_model_mix\030\001 \001(\0132H.google.cloud.d"
- + "ataproc.v1.InstanceFlexibilityPolicy.ProvisioningModelMixB\003\340A\001\022k\n"
- + "\027instance_selection_list\030\002 \003(\0132E.google.cloud.dataproc."
- + "v1.InstanceFlexibilityPolicy.InstanceSelectionB\003\340A\001\022t\n"
- + "\032instance_selection_results\030\003 \003(\0132K.google.cloud.dataproc.v1.Insta"
- + "nceFlexibilityPolicy.InstanceSelectionResultB\003\340A\003\032\274\001\n"
+ + "\026provisioning_model_mix\030\001 \001(\0132H.goo"
+ + "gle.cloud.dataproc.v1.InstanceFlexibilityPolicy.ProvisioningModelMixB\003\340A\001\022k\n"
+ + "\027instance_selection_list\030\002 \003(\0132E.google.clou"
+ + "d.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelectionB\003\340A\001\022t\n"
+ + "\032instance_selection_results\030\003 \003(\0132K.google.cloud.datapr"
+ + "oc.v1.InstanceFlexibilityPolicy.InstanceSelectionResultB\003\340A\003\032\274\001\n"
+ "\024ProvisioningModelMix\022(\n"
+ "\026standard_capacity_base\030\001 \001(\005B\003\340A\001H\000\210\001\001\0226\n"
+ "$standard_capacity_percent_above_base\030\002"
@@ -483,32 +489,33 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "node_group_id\030\002 \001(\tB\003\340A\001\"\275\003\n"
+ "\tNodeGroup\022\014\n"
+ "\004name\030\001 \001(\t\022<\n"
- + "\005roles\030\002 "
- + "\003(\0162(.google.cloud.dataproc.v1.NodeGroup.RoleB\003\340A\002\022M\n"
- + "\021node_group_config\030\003 \001(\0132-."
- + "google.cloud.dataproc.v1.InstanceGroupConfigB\003\340A\001\022D\n"
- + "\006labels\030\004 \003(\0132/.google.cloud"
- + ".dataproc.v1.NodeGroup.LabelsEntryB\003\340A\001\032-\n"
+ + "\005roles\030\002"
+ + " \003(\0162(.google.cloud.dataproc.v1.NodeGroup.RoleB\003\340A\002\022M\n"
+ + "\021node_group_config\030\003"
+ + " \001(\0132-.google.cloud.dataproc.v1.InstanceGroupConfigB\003\340A\001\022D\n"
+ + "\006labels\030\004 \003(\0132/.g"
+ + "oogle.cloud.dataproc.v1.NodeGroup.LabelsEntryB\003\340A\001\032-\n"
+ "\013LabelsEntry\022\013\n"
- + "\003key\030\001 \001(\t\022\r\n"
+ + "\003key\030\001 \001(\t\022\r"
+ + "\n"
+ "\005value\030\002 \001(\t:\0028\001\"(\n"
+ "\004Role\022\024\n"
+ "\020ROLE_UNSPECIFIED\020\000\022\n\n"
+ "\006DRIVER\020\001:v\352As\n"
- + "!dataproc.googleapis.com/NodeGroup\022Nprojects/{project}/regions/{re"
- + "gion}/clusters/{cluster}/nodeGroups/{node_group}\"s\n"
+ + "!dataproc.googleapis.com/NodeGroup\022Nprojects/{project}/"
+ + "regions/{region}/clusters/{cluster}/nodeGroups/{node_group}\"s\n"
+ "\030NodeInitializationAction\022\034\n"
+ "\017executable_file\030\001 \001(\tB\003\340A\002\0229\n"
+ "\021execution_timeout\030\002"
+ " \001(\0132\031.google.protobuf.DurationB\003\340A\001\"\326\003\n\r"
+ "ClusterStatus\022A\n"
- + "\005state\030\001 \001(\0162-"
- + ".google.cloud.dataproc.v1.ClusterStatus.StateB\003\340A\003\022\026\n"
+ + "\005state\030\001"
+ + " \001(\0162-.google.cloud.dataproc.v1.ClusterStatus.StateB\003\340A\003\022\026\n"
+ "\006detail\030\002 \001(\tB\006\340A\003\340A\001\0229\n"
+ "\020state_start_time\030\003"
+ " \001(\0132\032.google.protobuf.TimestampB\003\340A\003\022G\n"
- + "\010substate\030\004 \001(\01620.google"
- + ".cloud.dataproc.v1.ClusterStatus.SubstateB\003\340A\003\"\247\001\n"
+ + "\010substate\030\004 \001"
+ + "(\01620.google.cloud.dataproc.v1.ClusterStatus.SubstateB\003\340A\003\"\247\001\n"
+ "\005State\022\013\n"
+ "\007UNKNOWN\020\000\022\014\n"
+ "\010CREATING\020\001\022\013\n"
@@ -527,10 +534,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\tUNHEALTHY\020\001\022\020\n"
+ "\014STALE_STATUS\020\002\"\240\001\n"
+ "\016SecurityConfig\022F\n"
- + "\017kerberos_config\030\001 \001"
- + "(\0132(.google.cloud.dataproc.v1.KerberosConfigB\003\340A\001\022F\n"
- + "\017identity_config\030\002 \001(\0132(.goo"
- + "gle.cloud.dataproc.v1.IdentityConfigB\003\340A\001\"\220\004\n"
+ + "\017kerberos_config\030\001"
+ + " \001(\0132(.google.cloud.dataproc.v1.KerberosConfigB\003\340A\001\022F\n"
+ + "\017identity_config\030\002"
+ + " \001(\0132(.google.cloud.dataproc.v1.IdentityConfigB\003\340A\001\"\220\004\n"
+ "\016KerberosConfig\022\034\n"
+ "\017enable_kerberos\030\001 \001(\010B\003\340A\001\022(\n"
+ "\033root_principal_password_uri\030\002 \001(\tB\003\340A\001\022\030\n"
@@ -550,51 +557,57 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\022tgt_lifetime_hours\030\016 \001(\005B\003\340A\001\022\022\n"
+ "\005realm\030\017 \001(\tB\003\340A\001\"\306\001\n"
+ "\016IdentityConfig\022r\n"
- + "\034user_service_account_mapping\030\001 \003(\0132G.google.c"
- + "loud.dataproc.v1.IdentityConfig.UserServiceAccountMappingEntryB\003\340A\002\032@\n"
+ + "\034user_service_account_mapping\030\001 \003(\013"
+ + "2G.google.cloud.dataproc.v1.IdentityConf"
+ + "ig.UserServiceAccountMappingEntryB\003\340A\002\032@\n"
+ "\036UserServiceAccountMappingEntry\022\013\n"
+ "\003key\030\001 \001(\t\022\r\n"
+ "\005value\030\002 \001(\t:\0028\001\"\371\001\n"
+ "\016SoftwareConfig\022\032\n\r"
+ "image_version\030\001 \001(\tB\003\340A\001\022Q\n\n"
- + "properties\030\002 \003(\013"
- + "28.google.cloud.dataproc.v1.SoftwareConfig.PropertiesEntryB\003\340A\001\022E\n"
+ + "properties\030\002"
+ + " \003(\01328.google.cloud.dataproc.v1.SoftwareConfig.PropertiesEntryB\003\340A\001\022E\n"
+ "\023optional_components\030\003"
+ " \003(\0162#.google.cloud.dataproc.v1.ComponentB\003\340A\001\0321\n"
+ "\017PropertiesEntry\022\013\n"
+ "\003key\030\001 \001(\t\022\r\n"
- + "\005value\030\002 \001(\t:\0028\001\"\203\002\n"
+ + "\005value\030\002 \001(\t:\0028\001\"\272\003\n"
+ "\017LifecycleConfig\0227\n"
+ "\017idle_delete_ttl\030\001"
+ " \001(\0132\031.google.protobuf.DurationB\003\340A\001\022;\n"
+ "\020auto_delete_time\030\002"
+ " \001(\0132\032.google.protobuf.TimestampB\003\340A\001H\000\0229\n"
+ "\017auto_delete_ttl\030\003"
- + " \001(\0132\031.google.protobuf.DurationB\003\340A\001H\000\0228\n"
+ + " \001(\0132\031.google.protobuf.DurationB\003\340A\001H\000\0225\n\r"
+ + "idle_stop_ttl\030\005 \001(\0132\031.google.protobuf.DurationB\003\340A\001\0229\n"
+ + "\016auto_stop_time\030\006"
+ + " \001(\0132\032.google.protobuf.TimestampB\003\340A\001H\001\0227\n\r"
+ + "auto_stop_ttl\030\007"
+ + " \001(\0132\031.google.protobuf.DurationB\003\340A\001H\001\0228\n"
+ "\017idle_start_time\030\004"
+ " \001(\0132\032.google.protobuf.TimestampB\003\340A\003B\005\n"
- + "\003ttl\"_\n"
+ + "\003ttlB\n\n"
+ + "\010stop_ttl\"_\n"
+ "\017MetastoreConfig\022L\n"
+ "\032dataproc_metastore_service\030\001 \001(\tB(\340A\002\372A\"\n"
+ " metastore.googleapis.com/Service\"\232\002\n"
+ "\016ClusterMetrics\022O\n"
- + "\014hdfs_metrics\030\001 \003(\01329.google.cloud"
- + ".dataproc.v1.ClusterMetrics.HdfsMetricsEntry\022O\n"
- + "\014yarn_metrics\030\002 \003(\01329.google.clou"
- + "d.dataproc.v1.ClusterMetrics.YarnMetricsEntry\0322\n"
+ + "\014hdfs_metrics\030\001 \003(\01329.google.cloud.datap"
+ + "roc.v1.ClusterMetrics.HdfsMetricsEntry\022O\n"
+ + "\014yarn_metrics\030\002 \003(\01329.google.cloud.data"
+ + "proc.v1.ClusterMetrics.YarnMetricsEntry\0322\n"
+ "\020HdfsMetricsEntry\022\013\n"
- + "\003key\030\001 \001(\t\022\r"
- + "\n"
+ + "\003key\030\001 \001(\t\022\r\n"
+ "\005value\030\002 \001(\003:\0028\001\0322\n"
+ "\020YarnMetricsEntry\022\013\n"
+ "\003key\030\001 \001(\t\022\r\n"
+ "\005value\030\002 \001(\003:\0028\001\"\235\003\n"
+ "\024DataprocMetricConfig\022K\n"
- + "\007metrics\030\001 \003(\01325.google"
- + ".cloud.dataproc.v1.DataprocMetricConfig.MetricB\003\340A\002\032\200\001\n"
+ + "\007metrics\030\001 \003(\01325.google.cloud"
+ + ".dataproc.v1.DataprocMetricConfig.MetricB\003\340A\002\032\200\001\n"
+ "\006Metric\022W\n\r"
- + "metric_source\030\001"
- + " \001(\0162;.google.cloud.dataproc.v1.DataprocMetricConfig.MetricSourceB\003\340A\002\022\035\n"
+ + "metric_source\030\001 \001(\0162"
+ + ";.google.cloud.dataproc.v1.DataprocMetricConfig.MetricSourceB\003\340A\002\022\035\n"
+ "\020metric_overrides\030\002 \003(\tB\003\340A\001\"\264\001\n"
+ "\014MetricSource\022\035\n"
+ "\031METRIC_SOURCE_UNSPECIFIED\020\000\022\035\n"
@@ -612,8 +625,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\007cluster\030\002"
+ " \001(\0132!.google.cloud.dataproc.v1.ClusterB\003\340A\002\022\027\n\n"
+ "request_id\030\004 \001(\tB\003\340A\001\022V\n"
- + " action_on_failed_primary_workers\030\005 \001(\016"
- + "2\'.google.cloud.dataproc.v1.FailureActionB\003\340A\001\"\256\002\n"
+ + " action_on_failed_primary_workers\030\005 \001(\0162\'.goo"
+ + "gle.cloud.dataproc.v1.FailureActionB\003\340A\001\"\256\002\n"
+ "\024UpdateClusterRequest\022\027\n\n"
+ "project_id\030\001 \001(\tB\003\340A\002\022\023\n"
+ "\006region\030\005 \001(\tB\003\340A\002\022\031\n"
@@ -630,7 +643,8 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\014cluster_name\030\003 \001(\tB\003\340A\002\022\031\n"
+ "\014cluster_uuid\030\004 \001(\tB\003\340A\001\022\027\n\n"
+ "request_id\030\005 \001(\tB\003\340A\001\"\222\001\n"
- + "\023StartClusterRequest\022\027\n\n"
+ + "\023StartClusterRequest\022\027\n"
+ + "\n"
+ "project_id\030\001 \001(\tB\003\340A\002\022\023\n"
+ "\006region\030\002 \001(\tB\003\340A\002\022\031\n"
+ "\014cluster_name\030\003 \001(\tB\003\340A\002\022\031\n"
@@ -661,14 +675,13 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\006region\030\003 \001(\tB\003\340A\002\022\031\n"
+ "\014cluster_name\030\002 \001(\tB\003\340A\002\022\034\n"
+ "\017tarball_gcs_dir\030\004 \001(\tB\003\340A\001\022[\n"
- + "\016tarball_access\030\005 \001(\0162>.google.cloud.datapr"
- + "oc.v1.DiagnoseClusterRequest.TarballAccessB\003\340A\001\0226\n"
+ + "\016tarball_access\030\005 \001(\0162>.google.cloud.dataproc.v1."
+ + "DiagnoseClusterRequest.TarballAccessB\003\340A\001\0226\n"
+ "\022diagnosis_interval\030\006"
+ " \001(\0132\025.google.type.IntervalB\003\340A\001\022\021\n"
+ "\004jobs\030\n"
+ " \003(\tB\003\340A\001\022!\n"
- + "\024yarn_application_ids\030\013 \003(\tB\003\340A\001\"g\n"
- + "\r"
+ + "\024yarn_application_ids\030\013 \003(\tB\003\340A\001\"g\n\r"
+ "TarballAccess\022\036\n"
+ "\032TARBALL_ACCESS_UNSPECIFIED\020\000\022\030\n"
+ "\024GOOGLE_CLOUD_SUPPORT\020\001\022\034\n"
@@ -686,51 +699,53 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\017ANY_RESERVATION\020\002\022\030\n"
+ "\024SPECIFIC_RESERVATION\020\0032\344\020\n"
+ "\021ClusterController\022\200\002\n\r"
- + "CreateCluster\022..google.cloud.dataproc.v1.CreateCl"
- + "usterRequest\032\035.google.longrunning.Operation\"\237\001\312A<\n"
- + "\007Cluster\0221google.cloud.dataproc.v1.ClusterOperationMetadata\332A\031project_"
- + "id,region,cluster\202\323\344\223\002>\"3/v1/projects/{p"
- + "roject_id}/regions/{region}/clusters:\007cluster\022\250\002\n\r"
- + "UpdateCluster\022..google.cloud.d"
- + "ataproc.v1.UpdateClusterRequest\032\035.google.longrunning.Operation\"\307\001\312A<\n"
- + "\007Cluster\0221google.cloud.dataproc.v1.ClusterOperation"
- + "Metadata\332A2project_id,region,cluster_nam"
- + "e,cluster,update_mask\202\323\344\223\002M2B/v1/project"
- + "s/{project_id}/regions/{region}/clusters/{cluster_name}:\007cluster\022\356\001\n"
- + "\013StopCluster\022,.google.cloud.dataproc.v1.StopClusterR"
- + "equest\032\035.google.longrunning.Operation\"\221\001\312A<\n"
+ + "CreateCluster\022..google.cloud.dataproc.v1.CreateClusterR"
+ + "equest\032\035.google.longrunning.Operation\"\237\001\312A<\n"
+ "\007Cluster\0221google.cloud.dataproc.v1.C"
- + "lusterOperationMetadata\202\323\344\223\002L\"G/v1/proje"
- + "cts/{project_id}/regions/{region}/clusters/{cluster_name}:stop:\001*\022\361\001\n"
- + "\014StartCluster\022-.google.cloud.dataproc.v1.StartClust"
- + "erRequest\032\035.google.longrunning.Operation\"\222\001\312A<\n"
- + "\007Cluster\0221google.cloud.dataproc.v"
- + "1.ClusterOperationMetadata\202\323\344\223\002M\"H/v1/pr"
- + "ojects/{project_id}/regions/{region}/clusters/{cluster_name}:start:\001*\022\231\002\n\r"
- + "DeleteCluster\022..google.cloud.dataproc.v1.Delet"
- + "eClusterRequest\032\035.google.longrunning.Operation\"\270\001\312AJ\n"
- + "\025google.protobuf.Empty\0221google.cloud.dataproc.v1.ClusterOperationMe"
- + "tadata\332A\036project_id,region,cluster_name\202"
- + "\323\344\223\002D*B/v1/projects/{project_id}/regions/{region}/clusters/{cluster_name}\022\311\001\n\n"
- + "GetCluster\022+.google.cloud.dataproc.v1.GetC"
- + "lusterRequest\032!.google.cloud.dataproc.v1"
- + ".Cluster\"k\332A\036project_id,region,cluster_n"
- + "ame\202\323\344\223\002D\022B/v1/projects/{project_id}/reg"
- + "ions/{region}/clusters/{cluster_name}\022\331\001\n"
- + "\014ListClusters\022-.google.cloud.dataproc.v"
- + "1.ListClustersRequest\032..google.cloud.dat"
- + "aproc.v1.ListClustersResponse\"j\332A\021projec"
- + "t_id,region\332A\030project_id,region,filter\202\323"
- + "\344\223\0025\0223/v1/projects/{project_id}/regions/{region}/clusters\022\252\002\n"
- + "\017DiagnoseCluster\0220.google.cloud.dataproc.v1.DiagnoseCluster"
- + "Request\032\035.google.longrunning.Operation\"\305\001\312AK\n"
- + "\026DiagnoseClusterResults\0221google.cloud.dataproc.v1.ClusterOperationMetadata\332"
- + "A\036project_id,region,cluster_name\202\323\344\223\002P\"K"
- + "/v1/projects/{project_id}/regions/{region}/clusters/{cluster_name}:diagnose:\001*\032K"
- + "\312A\027dataproc.googleapis.com\322A.https://www.googleapis.com/auth/cloud-platformBl\n"
+ + "lusterOperationMetadata\332A\031project_id,reg"
+ + "ion,cluster\202\323\344\223\002>\"3/v1/projects/{project"
+ + "_id}/regions/{region}/clusters:\007cluster\022\250\002\n\r"
+ + "UpdateCluster\022..google.cloud.datapro"
+ + "c.v1.UpdateClusterRequest\032\035.google.longrunning.Operation\"\307\001\312A<\n"
+ + "\007Cluster\0221google.cloud.dataproc.v1.ClusterOperationMetada"
+ + "ta\332A2project_id,region,cluster_name,clus"
+ + "ter,update_mask\202\323\344\223\002M2B/v1/projects/{pro"
+ + "ject_id}/regions/{region}/clusters/{cluster_name}:\007cluster\022\356\001\n"
+ + "\013StopCluster\022,.goo"
+ + "gle.cloud.dataproc.v1.StopClusterRequest\032\035.google.longrunning.Operation\"\221\001\312A<\n"
+ + "\007Cluster\0221google.cloud.dataproc.v1.Cluster"
+ + "OperationMetadata\202\323\344\223\002L\"G/v1/projects/{p"
+ + "roject_id}/regions/{region}/clusters/{cluster_name}:stop:\001*\022\361\001\n"
+ + "\014StartCluster\022-.google.cloud.dataproc.v1.StartClusterRequ"
+ + "est\032\035.google.longrunning.Operation\"\222\001\312A<\n"
+ + "\007Cluster\0221google.cloud.dataproc.v1.Clus"
+ + "terOperationMetadata\202\323\344\223\002M\"H/v1/projects"
+ + "/{project_id}/regions/{region}/clusters/{cluster_name}:start:\001*\022\231\002\n\r"
+ + "DeleteCluster\022..google.cloud.dataproc.v1.DeleteClust"
+ + "erRequest\032\035.google.longrunning.Operation\"\270\001\312AJ\n"
+ + "\025google.protobuf.Empty\0221google.cloud.dataproc.v1.ClusterOperationMetadata"
+ + "\332A\036project_id,region,cluster_name\202\323\344\223\002D*"
+ + "B/v1/projects/{project_id}/regions/{region}/clusters/{cluster_name}\022\311\001\n\n"
+ + "GetCluster\022+.google.cloud.dataproc.v1.GetCluster"
+ + "Request\032!.google.cloud.dataproc.v1.Clust"
+ + "er\"k\332A\036project_id,region,cluster_name\202\323\344"
+ + "\223\002D\022B/v1/projects/{project_id}/regions/{region}/clusters/{cluster_name}\022\331\001\n"
+ + "\014ListClusters\022-.google.cloud.dataproc.v1.List"
+ + "ClustersRequest\032..google.cloud.dataproc."
+ + "v1.ListClustersResponse\"j\332A\021project_id,r"
+ + "egion\332A\030project_id,region,filter\202\323\344\223\0025\0223"
+ + "/v1/projects/{project_id}/regions/{region}/clusters\022\252\002\n"
+ + "\017DiagnoseCluster\0220.google"
+ + ".cloud.dataproc.v1.DiagnoseClusterRequest\032\035.google.longrunning.Operation\"\305\001\312AK\n"
+ + "\026DiagnoseClusterResults\0221google.cloud.dat"
+ + "aproc.v1.ClusterOperationMetadata\332A\036proj"
+ + "ect_id,region,cluster_name\202\323\344\223\002P\"K/v1/pr"
+ + "ojects/{project_id}/regions/{region}/clu"
+ + "sters/{cluster_name}:diagnose:\001*\032K\312A\027dat"
+ + "aproc.googleapis.com\322A.https://www.googleapis.com/auth/cloud-platformBl\n"
+ "\034com.google.cloud.dataproc.v1B\r"
- + "ClustersProtoP\001Z;cloud.google.com/go/dataproc/v2/ap"
- + "iv1/dataprocpb;dataprocpbb\006proto3"
+ + "ClustersProtoP\001Z;cloud.google.com/go/dataproc/v2/apiv1/da"
+ + "taprocpb;dataprocpbb\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
@@ -781,6 +796,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new java.lang.String[] {
"ClusterType",
"ClusterTier",
+ "Engine",
"ConfigBucket",
"TempBucket",
"GceClusterConfig",
@@ -1110,7 +1126,15 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
new com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_google_cloud_dataproc_v1_LifecycleConfig_descriptor,
new java.lang.String[] {
- "IdleDeleteTtl", "AutoDeleteTime", "AutoDeleteTtl", "IdleStartTime", "Ttl",
+ "IdleDeleteTtl",
+ "AutoDeleteTime",
+ "AutoDeleteTtl",
+ "IdleStopTtl",
+ "AutoStopTime",
+ "AutoStopTtl",
+ "IdleStartTime",
+ "Ttl",
+ "StopTtl",
});
internal_static_google_cloud_dataproc_v1_MetastoreConfig_descriptor =
getDescriptor().getMessageType(27);
diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LifecycleConfig.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LifecycleConfig.java
index f7adca5d0a88..a3c13a6a723f 100644
--- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LifecycleConfig.java
+++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LifecycleConfig.java
@@ -119,6 +119,56 @@ public TtlCase getTtlCase() {
return TtlCase.forNumber(ttlCase_);
}
+ private int stopTtlCase_ = 0;
+
+ @SuppressWarnings("serial")
+ private java.lang.Object stopTtl_;
+
+ public enum StopTtlCase
+ implements
+ com.google.protobuf.Internal.EnumLite,
+ com.google.protobuf.AbstractMessage.InternalOneOfEnum {
+ AUTO_STOP_TIME(6),
+ AUTO_STOP_TTL(7),
+ STOPTTL_NOT_SET(0);
+ private final int value;
+
+ private StopTtlCase(int value) {
+ this.value = value;
+ }
+
+ /**
+ * @param value The number of the enum to look for.
+ * @return The enum associated with the given number.
+ * @deprecated Use {@link #forNumber(int)} instead.
+ */
+ @java.lang.Deprecated
+ public static StopTtlCase valueOf(int value) {
+ return forNumber(value);
+ }
+
+ public static StopTtlCase forNumber(int value) {
+ switch (value) {
+ case 6:
+ return AUTO_STOP_TIME;
+ case 7:
+ return AUTO_STOP_TTL;
+ case 0:
+ return STOPTTL_NOT_SET;
+ default:
+ return null;
+ }
+ }
+
+ public int getNumber() {
+ return this.value;
+ }
+ };
+
+ public StopTtlCase getStopTtlCase() {
+ return StopTtlCase.forNumber(stopTtlCase_);
+ }
+
public static final int IDLE_DELETE_TTL_FIELD_NUMBER = 1;
private com.google.protobuf.Duration idleDeleteTtl_;
@@ -319,6 +369,202 @@ public com.google.protobuf.DurationOrBuilder getAutoDeleteTtlOrBuilder() {
return com.google.protobuf.Duration.getDefaultInstance();
}
+ public static final int IDLE_STOP_TTL_FIELD_NUMBER = 5;
+ private com.google.protobuf.Duration idleStopTtl_;
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the idleStopTtl field is set.
+ */
+ @java.lang.Override
+ public boolean hasIdleStopTtl() {
+ return ((bitField0_ & 0x00000002) != 0);
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The idleStopTtl.
+ */
+ @java.lang.Override
+ public com.google.protobuf.Duration getIdleStopTtl() {
+ return idleStopTtl_ == null ? com.google.protobuf.Duration.getDefaultInstance() : idleStopTtl_;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ @java.lang.Override
+ public com.google.protobuf.DurationOrBuilder getIdleStopTtlOrBuilder() {
+ return idleStopTtl_ == null ? com.google.protobuf.Duration.getDefaultInstance() : idleStopTtl_;
+ }
+
+ public static final int AUTO_STOP_TIME_FIELD_NUMBER = 6;
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the autoStopTime field is set.
+ */
+ @java.lang.Override
+ public boolean hasAutoStopTime() {
+ return stopTtlCase_ == 6;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The autoStopTime.
+ */
+ @java.lang.Override
+ public com.google.protobuf.Timestamp getAutoStopTime() {
+ if (stopTtlCase_ == 6) {
+ return (com.google.protobuf.Timestamp) stopTtl_;
+ }
+ return com.google.protobuf.Timestamp.getDefaultInstance();
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ @java.lang.Override
+ public com.google.protobuf.TimestampOrBuilder getAutoStopTimeOrBuilder() {
+ if (stopTtlCase_ == 6) {
+ return (com.google.protobuf.Timestamp) stopTtl_;
+ }
+ return com.google.protobuf.Timestamp.getDefaultInstance();
+ }
+
+ public static final int AUTO_STOP_TTL_FIELD_NUMBER = 7;
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the autoStopTtl field is set.
+ */
+ @java.lang.Override
+ public boolean hasAutoStopTtl() {
+ return stopTtlCase_ == 7;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The autoStopTtl.
+ */
+ @java.lang.Override
+ public com.google.protobuf.Duration getAutoStopTtl() {
+ if (stopTtlCase_ == 7) {
+ return (com.google.protobuf.Duration) stopTtl_;
+ }
+ return com.google.protobuf.Duration.getDefaultInstance();
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ @java.lang.Override
+ public com.google.protobuf.DurationOrBuilder getAutoStopTtlOrBuilder() {
+ if (stopTtlCase_ == 7) {
+ return (com.google.protobuf.Duration) stopTtl_;
+ }
+ return com.google.protobuf.Duration.getDefaultInstance();
+ }
+
public static final int IDLE_START_TIME_FIELD_NUMBER = 4;
private com.google.protobuf.Timestamp idleStartTime_;
@@ -340,7 +586,7 @@ public com.google.protobuf.DurationOrBuilder getAutoDeleteTtlOrBuilder() {
*/
@java.lang.Override
public boolean hasIdleStartTime() {
- return ((bitField0_ & 0x00000002) != 0);
+ return ((bitField0_ & 0x00000004) != 0);
}
/**
@@ -410,9 +656,18 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io
if (ttlCase_ == 3) {
output.writeMessage(3, (com.google.protobuf.Duration) ttl_);
}
- if (((bitField0_ & 0x00000002) != 0)) {
+ if (((bitField0_ & 0x00000004) != 0)) {
output.writeMessage(4, getIdleStartTime());
}
+ if (((bitField0_ & 0x00000002) != 0)) {
+ output.writeMessage(5, getIdleStopTtl());
+ }
+ if (stopTtlCase_ == 6) {
+ output.writeMessage(6, (com.google.protobuf.Timestamp) stopTtl_);
+ }
+ if (stopTtlCase_ == 7) {
+ output.writeMessage(7, (com.google.protobuf.Duration) stopTtl_);
+ }
getUnknownFields().writeTo(output);
}
@@ -435,9 +690,22 @@ public int getSerializedSize() {
com.google.protobuf.CodedOutputStream.computeMessageSize(
3, (com.google.protobuf.Duration) ttl_);
}
- if (((bitField0_ & 0x00000002) != 0)) {
+ if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getIdleStartTime());
}
+ if (((bitField0_ & 0x00000002) != 0)) {
+ size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getIdleStopTtl());
+ }
+ if (stopTtlCase_ == 6) {
+ size +=
+ com.google.protobuf.CodedOutputStream.computeMessageSize(
+ 6, (com.google.protobuf.Timestamp) stopTtl_);
+ }
+ if (stopTtlCase_ == 7) {
+ size +=
+ com.google.protobuf.CodedOutputStream.computeMessageSize(
+ 7, (com.google.protobuf.Duration) stopTtl_);
+ }
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
@@ -458,6 +726,10 @@ public boolean equals(final java.lang.Object obj) {
if (hasIdleDeleteTtl()) {
if (!getIdleDeleteTtl().equals(other.getIdleDeleteTtl())) return false;
}
+ if (hasIdleStopTtl() != other.hasIdleStopTtl()) return false;
+ if (hasIdleStopTtl()) {
+ if (!getIdleStopTtl().equals(other.getIdleStopTtl())) return false;
+ }
if (hasIdleStartTime() != other.hasIdleStartTime()) return false;
if (hasIdleStartTime()) {
if (!getIdleStartTime().equals(other.getIdleStartTime())) return false;
@@ -473,6 +745,17 @@ public boolean equals(final java.lang.Object obj) {
case 0:
default:
}
+ if (!getStopTtlCase().equals(other.getStopTtlCase())) return false;
+ switch (stopTtlCase_) {
+ case 6:
+ if (!getAutoStopTime().equals(other.getAutoStopTime())) return false;
+ break;
+ case 7:
+ if (!getAutoStopTtl().equals(other.getAutoStopTtl())) return false;
+ break;
+ case 0:
+ default:
+ }
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@@ -488,6 +771,10 @@ public int hashCode() {
hash = (37 * hash) + IDLE_DELETE_TTL_FIELD_NUMBER;
hash = (53 * hash) + getIdleDeleteTtl().hashCode();
}
+ if (hasIdleStopTtl()) {
+ hash = (37 * hash) + IDLE_STOP_TTL_FIELD_NUMBER;
+ hash = (53 * hash) + getIdleStopTtl().hashCode();
+ }
if (hasIdleStartTime()) {
hash = (37 * hash) + IDLE_START_TIME_FIELD_NUMBER;
hash = (53 * hash) + getIdleStartTime().hashCode();
@@ -504,6 +791,18 @@ public int hashCode() {
case 0:
default:
}
+ switch (stopTtlCase_) {
+ case 6:
+ hash = (37 * hash) + AUTO_STOP_TIME_FIELD_NUMBER;
+ hash = (53 * hash) + getAutoStopTime().hashCode();
+ break;
+ case 7:
+ hash = (37 * hash) + AUTO_STOP_TTL_FIELD_NUMBER;
+ hash = (53 * hash) + getAutoStopTtl().hashCode();
+ break;
+ case 0:
+ default:
+ }
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
@@ -646,6 +945,7 @@ private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
internalGetIdleDeleteTtlFieldBuilder();
+ internalGetIdleStopTtlFieldBuilder();
internalGetIdleStartTimeFieldBuilder();
}
}
@@ -665,6 +965,17 @@ public Builder clear() {
if (autoDeleteTtlBuilder_ != null) {
autoDeleteTtlBuilder_.clear();
}
+ idleStopTtl_ = null;
+ if (idleStopTtlBuilder_ != null) {
+ idleStopTtlBuilder_.dispose();
+ idleStopTtlBuilder_ = null;
+ }
+ if (autoStopTimeBuilder_ != null) {
+ autoStopTimeBuilder_.clear();
+ }
+ if (autoStopTtlBuilder_ != null) {
+ autoStopTtlBuilder_.clear();
+ }
idleStartTime_ = null;
if (idleStartTimeBuilder_ != null) {
idleStartTimeBuilder_.dispose();
@@ -672,6 +983,8 @@ public Builder clear() {
}
ttlCase_ = 0;
ttl_ = null;
+ stopTtlCase_ = 0;
+ stopTtl_ = null;
return this;
}
@@ -716,9 +1029,14 @@ private void buildPartial0(com.google.cloud.dataproc.v1.LifecycleConfig result)
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
+ result.idleStopTtl_ =
+ idleStopTtlBuilder_ == null ? idleStopTtl_ : idleStopTtlBuilder_.build();
+ to_bitField0_ |= 0x00000002;
+ }
+ if (((from_bitField0_ & 0x00000040) != 0)) {
result.idleStartTime_ =
idleStartTimeBuilder_ == null ? idleStartTime_ : idleStartTimeBuilder_.build();
- to_bitField0_ |= 0x00000002;
+ to_bitField0_ |= 0x00000004;
}
result.bitField0_ |= to_bitField0_;
}
@@ -732,6 +1050,14 @@ private void buildPartialOneofs(com.google.cloud.dataproc.v1.LifecycleConfig res
if (ttlCase_ == 3 && autoDeleteTtlBuilder_ != null) {
result.ttl_ = autoDeleteTtlBuilder_.build();
}
+ result.stopTtlCase_ = stopTtlCase_;
+ result.stopTtl_ = this.stopTtl_;
+ if (stopTtlCase_ == 6 && autoStopTimeBuilder_ != null) {
+ result.stopTtl_ = autoStopTimeBuilder_.build();
+ }
+ if (stopTtlCase_ == 7 && autoStopTtlBuilder_ != null) {
+ result.stopTtl_ = autoStopTtlBuilder_.build();
+ }
}
@java.lang.Override
@@ -749,6 +1075,9 @@ public Builder mergeFrom(com.google.cloud.dataproc.v1.LifecycleConfig other) {
if (other.hasIdleDeleteTtl()) {
mergeIdleDeleteTtl(other.getIdleDeleteTtl());
}
+ if (other.hasIdleStopTtl()) {
+ mergeIdleStopTtl(other.getIdleStopTtl());
+ }
if (other.hasIdleStartTime()) {
mergeIdleStartTime(other.getIdleStartTime());
}
@@ -768,6 +1097,22 @@ public Builder mergeFrom(com.google.cloud.dataproc.v1.LifecycleConfig other) {
break;
}
}
+ switch (other.getStopTtlCase()) {
+ case AUTO_STOP_TIME:
+ {
+ mergeAutoStopTime(other.getAutoStopTime());
+ break;
+ }
+ case AUTO_STOP_TTL:
+ {
+ mergeAutoStopTtl(other.getAutoStopTtl());
+ break;
+ }
+ case STOPTTL_NOT_SET:
+ {
+ break;
+ }
+ }
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
@@ -819,9 +1164,30 @@ public Builder mergeFrom(
{
input.readMessage(
internalGetIdleStartTimeFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000040;
break;
} // case 34
+ case 42:
+ {
+ input.readMessage(
+ internalGetIdleStopTtlFieldBuilder().getBuilder(), extensionRegistry);
+ bitField0_ |= 0x00000008;
+ break;
+ } // case 42
+ case 50:
+ {
+ input.readMessage(
+ internalGetAutoStopTimeFieldBuilder().getBuilder(), extensionRegistry);
+ stopTtlCase_ = 6;
+ break;
+ } // case 50
+ case 58:
+ {
+ input.readMessage(
+ internalGetAutoStopTtlFieldBuilder().getBuilder(), extensionRegistry);
+ stopTtlCase_ = 7;
+ break;
+ } // case 58
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
@@ -853,6 +1219,20 @@ public Builder clearTtl() {
return this;
}
+ private int stopTtlCase_ = 0;
+ private java.lang.Object stopTtl_;
+
+ public StopTtlCase getStopTtlCase() {
+ return StopTtlCase.forNumber(stopTtlCase_);
+ }
+
+ public Builder clearStopTtl() {
+ stopTtlCase_ = 0;
+ stopTtl_ = null;
+ onChanged();
+ return this;
+ }
+
private int bitField0_;
private com.google.protobuf.Duration idleDeleteTtl_;
@@ -1610,30 +1990,30 @@ public com.google.protobuf.DurationOrBuilder getAutoDeleteTtlOrBuilder() {
return autoDeleteTtlBuilder_;
}
- private com.google.protobuf.Timestamp idleStartTime_;
+ private com.google.protobuf.Duration idleStopTtl_;
private com.google.protobuf.SingleFieldBuilder<
- com.google.protobuf.Timestamp,
- com.google.protobuf.Timestamp.Builder,
- com.google.protobuf.TimestampOrBuilder>
- idleStartTimeBuilder_;
+ com.google.protobuf.Duration,
+ com.google.protobuf.Duration.Builder,
+ com.google.protobuf.DurationOrBuilder>
+ idleStopTtlBuilder_;
/**
*
*
*
- * Output only. The time when cluster became idle (most recent job finished)
- * and became eligible for deletion due to idleness (see JSON representation
- * of
- * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
*
*
- *
- * .google.protobuf.Timestamp idle_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
*
*
- * @return Whether the idleStartTime field is set.
+ * @return Whether the idleStopTtl field is set.
*/
- public boolean hasIdleStartTime() {
+ public boolean hasIdleStopTtl() {
return ((bitField0_ & 0x00000008) != 0);
}
@@ -1641,14 +2021,760 @@ public boolean hasIdleStartTime() {
*
*
*
- * Output only. The time when cluster became idle (most recent job finished)
- * and became eligible for deletion due to idleness (see JSON representation
- * of
- * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
*
*
- *
- * .google.protobuf.Timestamp idle_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The idleStopTtl.
+ */
+ public com.google.protobuf.Duration getIdleStopTtl() {
+ if (idleStopTtlBuilder_ == null) {
+ return idleStopTtl_ == null
+ ? com.google.protobuf.Duration.getDefaultInstance()
+ : idleStopTtl_;
+ } else {
+ return idleStopTtlBuilder_.getMessage();
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder setIdleStopTtl(com.google.protobuf.Duration value) {
+ if (idleStopTtlBuilder_ == null) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ idleStopTtl_ = value;
+ } else {
+ idleStopTtlBuilder_.setMessage(value);
+ }
+ bitField0_ |= 0x00000008;
+ onChanged();
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder setIdleStopTtl(com.google.protobuf.Duration.Builder builderForValue) {
+ if (idleStopTtlBuilder_ == null) {
+ idleStopTtl_ = builderForValue.build();
+ } else {
+ idleStopTtlBuilder_.setMessage(builderForValue.build());
+ }
+ bitField0_ |= 0x00000008;
+ onChanged();
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder mergeIdleStopTtl(com.google.protobuf.Duration value) {
+ if (idleStopTtlBuilder_ == null) {
+ if (((bitField0_ & 0x00000008) != 0)
+ && idleStopTtl_ != null
+ && idleStopTtl_ != com.google.protobuf.Duration.getDefaultInstance()) {
+ getIdleStopTtlBuilder().mergeFrom(value);
+ } else {
+ idleStopTtl_ = value;
+ }
+ } else {
+ idleStopTtlBuilder_.mergeFrom(value);
+ }
+ if (idleStopTtl_ != null) {
+ bitField0_ |= 0x00000008;
+ onChanged();
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder clearIdleStopTtl() {
+ bitField0_ = (bitField0_ & ~0x00000008);
+ idleStopTtl_ = null;
+ if (idleStopTtlBuilder_ != null) {
+ idleStopTtlBuilder_.dispose();
+ idleStopTtlBuilder_ = null;
+ }
+ onChanged();
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public com.google.protobuf.Duration.Builder getIdleStopTtlBuilder() {
+ bitField0_ |= 0x00000008;
+ onChanged();
+ return internalGetIdleStopTtlFieldBuilder().getBuilder();
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public com.google.protobuf.DurationOrBuilder getIdleStopTtlOrBuilder() {
+ if (idleStopTtlBuilder_ != null) {
+ return idleStopTtlBuilder_.getMessageOrBuilder();
+ } else {
+ return idleStopTtl_ == null
+ ? com.google.protobuf.Duration.getDefaultInstance()
+ : idleStopTtl_;
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ private com.google.protobuf.SingleFieldBuilder<
+ com.google.protobuf.Duration,
+ com.google.protobuf.Duration.Builder,
+ com.google.protobuf.DurationOrBuilder>
+ internalGetIdleStopTtlFieldBuilder() {
+ if (idleStopTtlBuilder_ == null) {
+ idleStopTtlBuilder_ =
+ new com.google.protobuf.SingleFieldBuilder<
+ com.google.protobuf.Duration,
+ com.google.protobuf.Duration.Builder,
+ com.google.protobuf.DurationOrBuilder>(
+ getIdleStopTtl(), getParentForChildren(), isClean());
+ idleStopTtl_ = null;
+ }
+ return idleStopTtlBuilder_;
+ }
+
+ private com.google.protobuf.SingleFieldBuilder<
+ com.google.protobuf.Timestamp,
+ com.google.protobuf.Timestamp.Builder,
+ com.google.protobuf.TimestampOrBuilder>
+ autoStopTimeBuilder_;
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the autoStopTime field is set.
+ */
+ @java.lang.Override
+ public boolean hasAutoStopTime() {
+ return stopTtlCase_ == 6;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The autoStopTime.
+ */
+ @java.lang.Override
+ public com.google.protobuf.Timestamp getAutoStopTime() {
+ if (autoStopTimeBuilder_ == null) {
+ if (stopTtlCase_ == 6) {
+ return (com.google.protobuf.Timestamp) stopTtl_;
+ }
+ return com.google.protobuf.Timestamp.getDefaultInstance();
+ } else {
+ if (stopTtlCase_ == 6) {
+ return autoStopTimeBuilder_.getMessage();
+ }
+ return com.google.protobuf.Timestamp.getDefaultInstance();
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder setAutoStopTime(com.google.protobuf.Timestamp value) {
+ if (autoStopTimeBuilder_ == null) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ stopTtl_ = value;
+ onChanged();
+ } else {
+ autoStopTimeBuilder_.setMessage(value);
+ }
+ stopTtlCase_ = 6;
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder setAutoStopTime(com.google.protobuf.Timestamp.Builder builderForValue) {
+ if (autoStopTimeBuilder_ == null) {
+ stopTtl_ = builderForValue.build();
+ onChanged();
+ } else {
+ autoStopTimeBuilder_.setMessage(builderForValue.build());
+ }
+ stopTtlCase_ = 6;
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder mergeAutoStopTime(com.google.protobuf.Timestamp value) {
+ if (autoStopTimeBuilder_ == null) {
+ if (stopTtlCase_ == 6 && stopTtl_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
+ stopTtl_ =
+ com.google.protobuf.Timestamp.newBuilder((com.google.protobuf.Timestamp) stopTtl_)
+ .mergeFrom(value)
+ .buildPartial();
+ } else {
+ stopTtl_ = value;
+ }
+ onChanged();
+ } else {
+ if (stopTtlCase_ == 6) {
+ autoStopTimeBuilder_.mergeFrom(value);
+ } else {
+ autoStopTimeBuilder_.setMessage(value);
+ }
+ }
+ stopTtlCase_ = 6;
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder clearAutoStopTime() {
+ if (autoStopTimeBuilder_ == null) {
+ if (stopTtlCase_ == 6) {
+ stopTtlCase_ = 0;
+ stopTtl_ = null;
+ onChanged();
+ }
+ } else {
+ if (stopTtlCase_ == 6) {
+ stopTtlCase_ = 0;
+ stopTtl_ = null;
+ }
+ autoStopTimeBuilder_.clear();
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public com.google.protobuf.Timestamp.Builder getAutoStopTimeBuilder() {
+ return internalGetAutoStopTimeFieldBuilder().getBuilder();
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ @java.lang.Override
+ public com.google.protobuf.TimestampOrBuilder getAutoStopTimeOrBuilder() {
+ if ((stopTtlCase_ == 6) && (autoStopTimeBuilder_ != null)) {
+ return autoStopTimeBuilder_.getMessageOrBuilder();
+ } else {
+ if (stopTtlCase_ == 6) {
+ return (com.google.protobuf.Timestamp) stopTtl_;
+ }
+ return com.google.protobuf.Timestamp.getDefaultInstance();
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ private com.google.protobuf.SingleFieldBuilder<
+ com.google.protobuf.Timestamp,
+ com.google.protobuf.Timestamp.Builder,
+ com.google.protobuf.TimestampOrBuilder>
+ internalGetAutoStopTimeFieldBuilder() {
+ if (autoStopTimeBuilder_ == null) {
+ if (!(stopTtlCase_ == 6)) {
+ stopTtl_ = com.google.protobuf.Timestamp.getDefaultInstance();
+ }
+ autoStopTimeBuilder_ =
+ new com.google.protobuf.SingleFieldBuilder<
+ com.google.protobuf.Timestamp,
+ com.google.protobuf.Timestamp.Builder,
+ com.google.protobuf.TimestampOrBuilder>(
+ (com.google.protobuf.Timestamp) stopTtl_, getParentForChildren(), isClean());
+ stopTtl_ = null;
+ }
+ stopTtlCase_ = 6;
+ onChanged();
+ return autoStopTimeBuilder_;
+ }
+
+ private com.google.protobuf.SingleFieldBuilder<
+ com.google.protobuf.Duration,
+ com.google.protobuf.Duration.Builder,
+ com.google.protobuf.DurationOrBuilder>
+ autoStopTtlBuilder_;
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the autoStopTtl field is set.
+ */
+ @java.lang.Override
+ public boolean hasAutoStopTtl() {
+ return stopTtlCase_ == 7;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The autoStopTtl.
+ */
+ @java.lang.Override
+ public com.google.protobuf.Duration getAutoStopTtl() {
+ if (autoStopTtlBuilder_ == null) {
+ if (stopTtlCase_ == 7) {
+ return (com.google.protobuf.Duration) stopTtl_;
+ }
+ return com.google.protobuf.Duration.getDefaultInstance();
+ } else {
+ if (stopTtlCase_ == 7) {
+ return autoStopTtlBuilder_.getMessage();
+ }
+ return com.google.protobuf.Duration.getDefaultInstance();
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder setAutoStopTtl(com.google.protobuf.Duration value) {
+ if (autoStopTtlBuilder_ == null) {
+ if (value == null) {
+ throw new NullPointerException();
+ }
+ stopTtl_ = value;
+ onChanged();
+ } else {
+ autoStopTtlBuilder_.setMessage(value);
+ }
+ stopTtlCase_ = 7;
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder setAutoStopTtl(com.google.protobuf.Duration.Builder builderForValue) {
+ if (autoStopTtlBuilder_ == null) {
+ stopTtl_ = builderForValue.build();
+ onChanged();
+ } else {
+ autoStopTtlBuilder_.setMessage(builderForValue.build());
+ }
+ stopTtlCase_ = 7;
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder mergeAutoStopTtl(com.google.protobuf.Duration value) {
+ if (autoStopTtlBuilder_ == null) {
+ if (stopTtlCase_ == 7 && stopTtl_ != com.google.protobuf.Duration.getDefaultInstance()) {
+ stopTtl_ =
+ com.google.protobuf.Duration.newBuilder((com.google.protobuf.Duration) stopTtl_)
+ .mergeFrom(value)
+ .buildPartial();
+ } else {
+ stopTtl_ = value;
+ }
+ onChanged();
+ } else {
+ if (stopTtlCase_ == 7) {
+ autoStopTtlBuilder_.mergeFrom(value);
+ } else {
+ autoStopTtlBuilder_.setMessage(value);
+ }
+ }
+ stopTtlCase_ = 7;
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public Builder clearAutoStopTtl() {
+ if (autoStopTtlBuilder_ == null) {
+ if (stopTtlCase_ == 7) {
+ stopTtlCase_ = 0;
+ stopTtl_ = null;
+ onChanged();
+ }
+ } else {
+ if (stopTtlCase_ == 7) {
+ stopTtlCase_ = 0;
+ stopTtl_ = null;
+ }
+ autoStopTtlBuilder_.clear();
+ }
+ return this;
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ public com.google.protobuf.Duration.Builder getAutoStopTtlBuilder() {
+ return internalGetAutoStopTtlFieldBuilder().getBuilder();
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ @java.lang.Override
+ public com.google.protobuf.DurationOrBuilder getAutoStopTtlOrBuilder() {
+ if ((stopTtlCase_ == 7) && (autoStopTtlBuilder_ != null)) {
+ return autoStopTtlBuilder_.getMessageOrBuilder();
+ } else {
+ if (stopTtlCase_ == 7) {
+ return (com.google.protobuf.Duration) stopTtl_;
+ }
+ return com.google.protobuf.Duration.getDefaultInstance();
+ }
+ }
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ private com.google.protobuf.SingleFieldBuilder<
+ com.google.protobuf.Duration,
+ com.google.protobuf.Duration.Builder,
+ com.google.protobuf.DurationOrBuilder>
+ internalGetAutoStopTtlFieldBuilder() {
+ if (autoStopTtlBuilder_ == null) {
+ if (!(stopTtlCase_ == 7)) {
+ stopTtl_ = com.google.protobuf.Duration.getDefaultInstance();
+ }
+ autoStopTtlBuilder_ =
+ new com.google.protobuf.SingleFieldBuilder<
+ com.google.protobuf.Duration,
+ com.google.protobuf.Duration.Builder,
+ com.google.protobuf.DurationOrBuilder>(
+ (com.google.protobuf.Duration) stopTtl_, getParentForChildren(), isClean());
+ stopTtl_ = null;
+ }
+ stopTtlCase_ = 7;
+ onChanged();
+ return autoStopTtlBuilder_;
+ }
+
+ private com.google.protobuf.Timestamp idleStartTime_;
+ private com.google.protobuf.SingleFieldBuilder<
+ com.google.protobuf.Timestamp,
+ com.google.protobuf.Timestamp.Builder,
+ com.google.protobuf.TimestampOrBuilder>
+ idleStartTimeBuilder_;
+
+ /**
+ *
+ *
+ *
+ * Output only. The time when cluster became idle (most recent job finished)
+ * and became eligible for deletion due to idleness (see JSON representation
+ * of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp idle_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
+ *
+ *
+ * @return Whether the idleStartTime field is set.
+ */
+ public boolean hasIdleStartTime() {
+ return ((bitField0_ & 0x00000040) != 0);
+ }
+
+ /**
+ *
+ *
+ *
+ * Output only. The time when cluster became idle (most recent job finished)
+ * and became eligible for deletion due to idleness (see JSON representation
+ * of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ *
+ * .google.protobuf.Timestamp idle_start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The idleStartTime.
@@ -1686,7 +2812,7 @@ public Builder setIdleStartTime(com.google.protobuf.Timestamp value) {
} else {
idleStartTimeBuilder_.setMessage(value);
}
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000040;
onChanged();
return this;
}
@@ -1711,7 +2837,7 @@ public Builder setIdleStartTime(com.google.protobuf.Timestamp.Builder builderFor
} else {
idleStartTimeBuilder_.setMessage(builderForValue.build());
}
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000040;
onChanged();
return this;
}
@@ -1732,7 +2858,7 @@ public Builder setIdleStartTime(com.google.protobuf.Timestamp.Builder builderFor
*/
public Builder mergeIdleStartTime(com.google.protobuf.Timestamp value) {
if (idleStartTimeBuilder_ == null) {
- if (((bitField0_ & 0x00000008) != 0)
+ if (((bitField0_ & 0x00000040) != 0)
&& idleStartTime_ != null
&& idleStartTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
getIdleStartTimeBuilder().mergeFrom(value);
@@ -1743,7 +2869,7 @@ public Builder mergeIdleStartTime(com.google.protobuf.Timestamp value) {
idleStartTimeBuilder_.mergeFrom(value);
}
if (idleStartTime_ != null) {
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000040;
onChanged();
}
return this;
@@ -1764,7 +2890,7 @@ public Builder mergeIdleStartTime(com.google.protobuf.Timestamp value) {
*
*/
public Builder clearIdleStartTime() {
- bitField0_ = (bitField0_ & ~0x00000008);
+ bitField0_ = (bitField0_ & ~0x00000040);
idleStartTime_ = null;
if (idleStartTimeBuilder_ != null) {
idleStartTimeBuilder_.dispose();
@@ -1789,7 +2915,7 @@ public Builder clearIdleStartTime() {
*
*/
public com.google.protobuf.Timestamp.Builder getIdleStartTimeBuilder() {
- bitField0_ |= 0x00000008;
+ bitField0_ |= 0x00000040;
onChanged();
return internalGetIdleStartTimeFieldBuilder().getBuilder();
}
diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LifecycleConfigOrBuilder.java b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LifecycleConfigOrBuilder.java
index 4b9adc851934..33119122ca9b 100644
--- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LifecycleConfigOrBuilder.java
+++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/LifecycleConfigOrBuilder.java
@@ -176,6 +176,156 @@ public interface LifecycleConfigOrBuilder
*/
com.google.protobuf.DurationOrBuilder getAutoDeleteTtlOrBuilder();
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the idleStopTtl field is set.
+ */
+ boolean hasIdleStopTtl();
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The idleStopTtl.
+ */
+ com.google.protobuf.Duration getIdleStopTtl();
+
+ /**
+ *
+ *
+ *
+ * Optional. The duration to keep the cluster started while idling (when no
+ * jobs are running). Passing this threshold will cause the cluster to be
+ * stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ * representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration idle_stop_ttl = 5 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ com.google.protobuf.DurationOrBuilder getIdleStopTtlOrBuilder();
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the autoStopTime field is set.
+ */
+ boolean hasAutoStopTime();
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The autoStopTime.
+ */
+ com.google.protobuf.Timestamp getAutoStopTime();
+
+ /**
+ *
+ *
+ *
+ * Optional. The time when cluster will be auto-stopped (see JSON
+ * representation of
+ * [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Timestamp auto_stop_time = 6 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ com.google.protobuf.TimestampOrBuilder getAutoStopTimeOrBuilder();
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return Whether the autoStopTtl field is set.
+ */
+ boolean hasAutoStopTtl();
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ *
+ * @return The autoStopTtl.
+ */
+ com.google.protobuf.Duration getAutoStopTtl();
+
+ /**
+ *
+ *
+ *
+ * Optional. The lifetime duration of the cluster. The cluster will be
+ * auto-stopped at the end of this period, calculated from the time of
+ * submission of the create or update cluster request. Minimum value is 10
+ * minutes; maximum value is 14 days (see JSON representation of
+ * [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ *
+ *
+ * .google.protobuf.Duration auto_stop_ttl = 7 [(.google.api.field_behavior) = OPTIONAL];
+ *
+ */
+ com.google.protobuf.DurationOrBuilder getAutoStopTtlOrBuilder();
+
/**
*
*
@@ -229,4 +379,6 @@ public interface LifecycleConfigOrBuilder
com.google.protobuf.TimestampOrBuilder getIdleStartTimeOrBuilder();
com.google.cloud.dataproc.v1.LifecycleConfig.TtlCase getTtlCase();
+
+ com.google.cloud.dataproc.v1.LifecycleConfig.StopTtlCase getStopTtlCase();
}
diff --git a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/clusters.proto b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/clusters.proto
index d55ea617419e..f1bc59a225e6 100644
--- a/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/clusters.proto
+++ b/java-dataproc/proto-google-cloud-dataproc-v1/src/main/proto/google/cloud/dataproc/v1/clusters.proto
@@ -243,12 +243,27 @@ message ClusterConfig {
CLUSTER_TIER_PREMIUM = 2;
}
+ // The cluster engine.
+ enum Engine {
+ // The engine is not specified. Works the same as ENGINE_DEFAULT.
+ ENGINE_UNSPECIFIED = 0;
+
+ // The cluster is a default engine cluster.
+ DEFAULT = 1;
+
+ // The cluster is a lightning engine cluster.
+ LIGHTNING = 2;
+ }
+
// Optional. The type of the cluster.
ClusterType cluster_type = 27 [(google.api.field_behavior) = OPTIONAL];
// Optional. The cluster tier.
ClusterTier cluster_tier = 29 [(google.api.field_behavior) = OPTIONAL];
+ // Optional. The cluster engine.
+ Engine engine = 30 [(google.api.field_behavior) = OPTIONAL];
+
// Optional. A Cloud Storage bucket used to stage job
// dependencies, config files, and job driver console output.
// If you do not specify a staging bucket, Cloud
@@ -1266,6 +1281,32 @@ message LifecycleConfig {
[(google.api.field_behavior) = OPTIONAL];
}
+ // Optional. The duration to keep the cluster started while idling (when no
+ // jobs are running). Passing this threshold will cause the cluster to be
+ // stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON
+ // representation of
+ // [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ google.protobuf.Duration idle_stop_ttl = 5
+ [(google.api.field_behavior) = OPTIONAL];
+
+ // Either the exact time the cluster should be stopped at or
+ // the cluster maximum age.
+ oneof stop_ttl {
+ // Optional. The time when cluster will be auto-stopped (see JSON
+ // representation of
+ // [Timestamp](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ google.protobuf.Timestamp auto_stop_time = 6
+ [(google.api.field_behavior) = OPTIONAL];
+
+ // Optional. The lifetime duration of the cluster. The cluster will be
+ // auto-stopped at the end of this period, calculated from the time of
+ // submission of the create or update cluster request. Minimum value is 10
+ // minutes; maximum value is 14 days (see JSON representation of
+ // [Duration](https://developers.google.com/protocol-buffers/docs/proto3#json)).
+ google.protobuf.Duration auto_stop_ttl = 7
+ [(google.api.field_behavior) = OPTIONAL];
+ }
+
// Output only. The time when cluster became idle (most recent job finished)
// and became eligible for deletion due to idleness (see JSON representation
// of
diff --git a/java-datastore/.OwlBot-hermetic.yaml b/java-datastore/.OwlBot-hermetic.yaml
index c53f7529e9bf..b58898a6c2a0 100644
--- a/java-datastore/.OwlBot-hermetic.yaml
+++ b/java-datastore/.OwlBot-hermetic.yaml
@@ -15,6 +15,7 @@
deep-remove-regex:
- /java-datastore/proto-google-.*/src
deep-preserve-regex:
+- /java-datastore/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java
- /java-datastore/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java
deep-copy-regex:
- source: /google/datastore/(v.*)/.*-java/proto-google-.*/src
diff --git a/java-datastore/README.md b/java-datastore/README.md
index 96518194208a..bead9385d7de 100644
--- a/java-datastore/README.md
+++ b/java-datastore/README.md
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-datastore'
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-datastore:2.37.0'
+implementation 'com.google.cloud:google-cloud-datastore:2.38.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.37.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "2.38.0"
```
## Authentication
@@ -474,7 +474,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-datastore/latest/history
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastore.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.37.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastore/2.38.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/stub/Version.java b/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/stub/Version.java
index 39fabad19b2d..01384f20a2d0 100644
--- a/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/stub/Version.java
+++ b/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/admin/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-datastore:current}
- static final String VERSION = "2.38.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/v1/stub/Version.java b/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/v1/stub/Version.java
index 43ebda6024cd..25bc2b3a32cb 100644
--- a/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/v1/stub/Version.java
+++ b/java-datastore/google-cloud-datastore/src/main/java/com/google/cloud/datastore/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-datastore:current}
- static final String VERSION = "2.38.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-datastream/.OwlBot-hermetic.yaml b/java-datastream/.OwlBot-hermetic.yaml
index 5efef4f8c226..9047d35b425b 100644
--- a/java-datastream/.OwlBot-hermetic.yaml
+++ b/java-datastream/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-datastream/google-.*/src"
deep-preserve-regex:
+- "/java-datastream/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-datastream/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-datastream/README.md b/java-datastream/README.md
index 15e0321d02ec..17a768d6fbfe 100644
--- a/java-datastream/README.md
+++ b/java-datastream/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-datastream
- 1.87.0
+ 1.88.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-datastream:1.87.0'
+implementation 'com.google.cloud:google-cloud-datastream:1.88.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "1.87.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-datastream" % "1.88.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-datastream/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-datastream.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastream/1.87.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-datastream/1.88.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/stub/Version.java b/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/stub/Version.java
index 94ef79caff8f..aa7872d5d6ec 100644
--- a/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/stub/Version.java
+++ b/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-datastream:current}
- static final String VERSION = "1.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1alpha1/stub/Version.java b/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1alpha1/stub/Version.java
index 5dfa852c1ace..0571b2e5b792 100644
--- a/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1alpha1/stub/Version.java
+++ b/java-datastream/google-cloud-datastream/src/main/java/com/google/cloud/datastream/v1alpha1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-datastream:current}
- static final String VERSION = "1.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-deploy/.OwlBot-hermetic.yaml b/java-deploy/.OwlBot-hermetic.yaml
index df16b930f746..b8bcc31cda91 100644
--- a/java-deploy/.OwlBot-hermetic.yaml
+++ b/java-deploy/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-deploy/google-.*/src"
deep-preserve-regex:
+- "/java-deploy/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-deploy/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-deploy/README.md b/java-deploy/README.md
index c3c5d4839d27..9ad96c29b142 100644
--- a/java-deploy/README.md
+++ b/java-deploy/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-deploy
- 1.86.0
+ 1.87.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-deploy:1.86.0'
+implementation 'com.google.cloud:google-cloud-deploy:1.87.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.86.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-deploy" % "1.87.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-deploy/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-deploy.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.86.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-deploy/1.87.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/stub/Version.java b/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/stub/Version.java
index 942921fa31f2..d9707d2981bb 100644
--- a/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/stub/Version.java
+++ b/java-deploy/google-cloud-deploy/src/main/java/com/google/cloud/deploy/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-deploy:current}
- static final String VERSION = "1.87.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-developerconnect/.OwlBot-hermetic.yaml b/java-developerconnect/.OwlBot-hermetic.yaml
index 62aea104799a..d9ea34c7fa7f 100644
--- a/java-developerconnect/.OwlBot-hermetic.yaml
+++ b/java-developerconnect/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-developerconnect/samples/snippets/generated"
deep-preserve-regex:
+- "/java-developerconnect/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-developerconnect/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-developerconnect/README.md b/java-developerconnect/README.md
index 5042005a892e..d54b98e9a08c 100644
--- a/java-developerconnect/README.md
+++ b/java-developerconnect/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-developerconnect
- 0.45.0
+ 0.46.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-developerconnect:0.45.0'
+implementation 'com.google.cloud:google-cloud-developerconnect:0.46.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-developerconnect" % "0.45.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-developerconnect" % "0.46.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-developerconnect/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-developerconnect.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-developerconnect/0.45.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-developerconnect/0.46.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-developerconnect/google-cloud-developerconnect/src/main/java/com/google/cloud/developerconnect/v1/stub/Version.java b/java-developerconnect/google-cloud-developerconnect/src/main/java/com/google/cloud/developerconnect/v1/stub/Version.java
index 5340b8aba23f..649bd74bb075 100644
--- a/java-developerconnect/google-cloud-developerconnect/src/main/java/com/google/cloud/developerconnect/v1/stub/Version.java
+++ b/java-developerconnect/google-cloud-developerconnect/src/main/java/com/google/cloud/developerconnect/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-developerconnect:current}
- static final String VERSION = "0.46.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-devicestreaming/.OwlBot-hermetic.yaml b/java-devicestreaming/.OwlBot-hermetic.yaml
index c64ff7c4f554..c1d5e24bfadd 100644
--- a/java-devicestreaming/.OwlBot-hermetic.yaml
+++ b/java-devicestreaming/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-devicestreaming/samples/snippets/generated"
deep-preserve-regex:
+- "/java-devicestreaming/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-devicestreaming/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-devicestreaming/README.md b/java-devicestreaming/README.md
index 3522d76270ce..6895f0aaade3 100644
--- a/java-devicestreaming/README.md
+++ b/java-devicestreaming/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-devicestreaming
- 0.28.0
+ 0.29.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-devicestreaming:0.28.0'
+implementation 'com.google.cloud:google-cloud-devicestreaming:0.29.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-devicestreaming" % "0.28.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-devicestreaming" % "0.29.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-devicestreaming/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-devicestreaming.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-devicestreaming/0.28.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-devicestreaming/0.29.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-devicestreaming/google-cloud-devicestreaming/src/main/java/com/google/cloud/devicestreaming/v1/stub/Version.java b/java-devicestreaming/google-cloud-devicestreaming/src/main/java/com/google/cloud/devicestreaming/v1/stub/Version.java
index d5a28226f3eb..097dc7ddbac4 100644
--- a/java-devicestreaming/google-cloud-devicestreaming/src/main/java/com/google/cloud/devicestreaming/v1/stub/Version.java
+++ b/java-devicestreaming/google-cloud-devicestreaming/src/main/java/com/google/cloud/devicestreaming/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-devicestreaming:current}
- static final String VERSION = "0.29.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dialogflow-cx/.OwlBot-hermetic.yaml b/java-dialogflow-cx/.OwlBot-hermetic.yaml
index 63f6c33a8c11..2e35dbd20bf0 100644
--- a/java-dialogflow-cx/.OwlBot-hermetic.yaml
+++ b/java-dialogflow-cx/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-dialogflow-cx/samples/snippets/generated"
deep-preserve-regex:
+- "/java-dialogflow-cx/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v.*/it/ITSystemTest.java"
deep-copy-regex:
diff --git a/java-dialogflow-cx/README.md b/java-dialogflow-cx/README.md
index edc56edaa4d8..df9b38f8fe30 100644
--- a/java-dialogflow-cx/README.md
+++ b/java-dialogflow-cx/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-dialogflow-cx
- 0.99.0
+ 0.100.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.99.0'
+implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.100.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.99.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.100.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dialogflow-cx/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow-cx.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow-cx/0.99.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow-cx/0.100.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/Version.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/Version.java
index 3219870363d9..b3e191f2f8e2 100644
--- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/Version.java
+++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dialogflow-cx:current}
- static final String VERSION = "0.100.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/Version.java b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/Version.java
index 668cf9e5b573..7d5b8929fe64 100644
--- a/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/Version.java
+++ b/java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dialogflow-cx:current}
- static final String VERSION = "0.100.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/CodeBlockProto.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/CodeBlockProto.java
index 2a03bd4def48..fb30f33a915f 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/CodeBlockProto.java
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/CodeBlockProto.java
@@ -56,11 +56,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
"\n.google/cloud/dialogflow/cx/v3/code_blo"
+ "ck.proto\022\035google.cloud.dialogflow.cx.v3\032"
+ "\037google/api/field_behavior.proto\"\036\n\tCode"
- + "Block\022\021\n\004code\030\001 \001(\tB\003\340A\001B\215\001\n!com.google."
+ + "Block\022\021\n\004code\030\001 \001(\tB\003\340A\001B\261\001\n!com.google."
+ "cloud.dialogflow.cx.v3B\016CodeBlockProtoP\001"
+ "Z1cloud.google.com/go/dialogflow/cx/apiv"
+ "3/cxpb;cxpb\242\002\002DF\252\002\035Google.Cloud.Dialogfl"
- + "ow.Cx.V3b\006proto3"
+ + "ow.Cx.V3\352\002!Google::Cloud::Dialogflow::CX"
+ + "::V3b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ExampleProto.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ExampleProto.java
index 175e9f4226a1..c39763dedb40 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ExampleProto.java
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ExampleProto.java
@@ -148,11 +148,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "laybooks/*/examples/*}:\007example\032x\312A\031dial"
+ "ogflow.googleapis.com\322AYhttps://www.goog"
+ "leapis.com/auth/cloud-platform,https://w"
- + "ww.googleapis.com/auth/dialogflowB\213\001\n!co"
+ + "ww.googleapis.com/auth/dialogflowB\257\001\n!co"
+ "m.google.cloud.dialogflow.cx.v3B\014Example"
+ "ProtoP\001Z1cloud.google.com/go/dialogflow/"
+ "cx/apiv3/cxpb;cxpb\242\002\002DF\252\002\035Google.Cloud.D"
- + "ialogflow.Cx.V3b\006proto3"
+ + "ialogflow.Cx.V3\352\002!Google::Cloud::Dialogf"
+ + "low::CX::V3b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinition.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinition.java
index 45f97236448f..f003e1cac0df 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinition.java
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinition.java
@@ -408,7 +408,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* @deprecated google.cloud.dialogflow.cx.v3.ParameterDefinition.type is deprecated. See
- * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=59
+ * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=60
* @return The enum numeric value on the wire for type.
*/
@java.lang.Override
@@ -429,7 +429,7 @@ public int getTypeValue() {
*
*
* @deprecated google.cloud.dialogflow.cx.v3.ParameterDefinition.type is deprecated. See
- * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=59
+ * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=60
* @return The type.
*/
@java.lang.Override
@@ -1088,7 +1088,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
* @deprecated google.cloud.dialogflow.cx.v3.ParameterDefinition.type is deprecated. See
- * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=59
+ * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=60
* @return The enum numeric value on the wire for type.
*/
@java.lang.Override
@@ -1109,7 +1109,7 @@ public int getTypeValue() {
*
*
* @deprecated google.cloud.dialogflow.cx.v3.ParameterDefinition.type is deprecated. See
- * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=59
+ * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=60
* @param value The enum numeric value on the wire for type to set.
* @return This builder for chaining.
*/
@@ -1133,7 +1133,7 @@ public Builder setTypeValue(int value) {
*
*
* @deprecated google.cloud.dialogflow.cx.v3.ParameterDefinition.type is deprecated. See
- * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=59
+ * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=60
* @return The type.
*/
@java.lang.Override
@@ -1158,7 +1158,7 @@ public com.google.cloud.dialogflow.cx.v3.ParameterDefinition.ParameterType getTy
*
*
* @deprecated google.cloud.dialogflow.cx.v3.ParameterDefinition.type is deprecated. See
- * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=59
+ * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=60
* @param value The type to set.
* @return This builder for chaining.
*/
@@ -1186,7 +1186,7 @@ public Builder setType(
*
*
* @deprecated google.cloud.dialogflow.cx.v3.ParameterDefinition.type is deprecated. See
- * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=59
+ * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=60
* @return This builder for chaining.
*/
@java.lang.Deprecated
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinitionOrBuilder.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinitionOrBuilder.java
index c88d6aaee0ff..484eea8c9f3f 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinitionOrBuilder.java
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinitionOrBuilder.java
@@ -64,7 +64,7 @@ public interface ParameterDefinitionOrBuilder
*
*
* @deprecated google.cloud.dialogflow.cx.v3.ParameterDefinition.type is deprecated. See
- * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=59
+ * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=60
* @return The enum numeric value on the wire for type.
*/
@java.lang.Deprecated
@@ -82,7 +82,7 @@ public interface ParameterDefinitionOrBuilder
*
*
* @deprecated google.cloud.dialogflow.cx.v3.ParameterDefinition.type is deprecated. See
- * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=59
+ * google/cloud/dialogflow/cx/v3/parameter_definition.proto;l=60
* @return The type.
*/
@java.lang.Deprecated
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinitionProto.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinitionProto.java
index d694cd196567..296a78419963 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinitionProto.java
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ParameterDefinitionProto.java
@@ -100,9 +100,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "\006STRING\020\001\022\n\n"
+ "\006NUMBER\020\002\022\013\n"
+ "\007BOOLEAN\020\003\022\t\n"
- + "\005ARRAY\020\006Br\n"
- + "!com.google.cloud.dialogflow.cx.v3B\030ParameterDefiniti"
- + "onProtoP\001Z1cloud.google.com/go/dialogflow/cx/apiv3/cxpb;cxpbb\006proto3"
+ + "\005ARRAY\020\006B\226\001\n"
+ + "!com.google.cloud.dialogflow.cx.v3B\030ParameterDefinit"
+ + "ionProtoP\001Z1cloud.google.com/go/dialogfl"
+ + "ow/cx/apiv3/cxpb;cxpb\352\002!Google::Cloud::Dialogflow::CX::V3b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/PlaybookProto.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/PlaybookProto.java
index 1dec3dd080da..331e3434cd2c 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/PlaybookProto.java
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/PlaybookProto.java
@@ -374,11 +374,11 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "cations/*/agents/*/playbooks/*/versions/"
+ "*}\032x\312A\031dialogflow.googleapis.com\322AYhttps"
+ "://www.googleapis.com/auth/cloud-platfor"
- + "m,https://www.googleapis.com/auth/dialogflowB\214\001\n"
+ + "m,https://www.googleapis.com/auth/dialogflowB\260\001\n"
+ "!com.google.cloud.dialogflow.cx.v3B\r"
+ "PlaybookProtoP\001Z1cloud.google.com/go"
+ "/dialogflow/cx/apiv3/cxpb;cxpb\242\002\002DF\252\002\035Go"
- + "ogle.Cloud.Dialogflow.Cx.V3b\006proto3"
+ + "ogle.Cloud.Dialogflow.Cx.V3\352\002!Google::Cloud::Dialogflow::CX::V3b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ToolProto.java b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ToolProto.java
index 2db5b6e73788..872fd9479f3d 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ToolProto.java
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ToolProto.java
@@ -361,9 +361,10 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
+ "J\"E/v3/{name=projects/*/locations/*/agen"
+ "ts/*/tools/*/versions/*}:restore:\001*\032x\312A\031"
+ "dialogflow.googleapis.com\322AYhttps://www.googleapis.com/auth/cloud-platform,https"
- + "://www.googleapis.com/auth/dialogflowB\210\001\n"
+ + "://www.googleapis.com/auth/dialogflowB\254\001\n"
+ "!com.google.cloud.dialogflow.cx.v3B\tToolProtoP\001Z1cloud.google.com/go/dialogflow"
- + "/cx/apiv3/cxpb;cxpb\242\002\002DF\252\002\035Google.Cloud.Dialogflow.Cx.V3b\006proto3"
+ + "/cx/apiv3/cxpb;cxpb\242\002\002DF\252\002\035Google.Cloud."
+ + "Dialogflow.Cx.V3\352\002!Google::Cloud::Dialogflow::CX::V3b\006proto3"
};
descriptor =
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/code_block.proto b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/code_block.proto
index e6eeb36a96a1..f250d4afd902 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/code_block.proto
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/code_block.proto
@@ -24,6 +24,7 @@ option java_multiple_files = true;
option java_outer_classname = "CodeBlockProto";
option java_package = "com.google.cloud.dialogflow.cx.v3";
option objc_class_prefix = "DF";
+option ruby_package = "Google::Cloud::Dialogflow::CX::V3";
// Represents a code block.
message CodeBlock {
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/example.proto b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/example.proto
index 9c8467a586ee..29c8a833b8ef 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/example.proto
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/example.proto
@@ -31,6 +31,7 @@ option java_multiple_files = true;
option java_outer_classname = "ExampleProto";
option java_package = "com.google.cloud.dialogflow.cx.v3";
option objc_class_prefix = "DF";
+option ruby_package = "Google::Cloud::Dialogflow::CX::V3";
// Service for managing [Examples][google.cloud.dialogflow.cx.v3.Example].
service Examples {
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/parameter_definition.proto b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/parameter_definition.proto
index 03839000be14..62e6c6f4c78a 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/parameter_definition.proto
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/parameter_definition.proto
@@ -22,6 +22,7 @@ option go_package = "cloud.google.com/go/dialogflow/cx/apiv3/cxpb;cxpb";
option java_multiple_files = true;
option java_outer_classname = "ParameterDefinitionProto";
option java_package = "com.google.cloud.dialogflow.cx.v3";
+option ruby_package = "Google::Cloud::Dialogflow::CX::V3";
// Defines the properties of a parameter.
// Used to define parameters used in the agent and the
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/playbook.proto b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/playbook.proto
index fe8f373e79be..3c7b9ed532a5 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/playbook.proto
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/playbook.proto
@@ -38,6 +38,7 @@ option java_multiple_files = true;
option java_outer_classname = "PlaybookProto";
option java_package = "com.google.cloud.dialogflow.cx.v3";
option objc_class_prefix = "DF";
+option ruby_package = "Google::Cloud::Dialogflow::CX::V3";
// Service for managing [Playbooks][google.cloud.dialogflow.cx.v3.Playbook].
service Playbooks {
diff --git a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/tool.proto b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/tool.proto
index 1a66b277f8e2..231784cd7d79 100644
--- a/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/tool.proto
+++ b/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/tool.proto
@@ -32,6 +32,7 @@ option java_multiple_files = true;
option java_outer_classname = "ToolProto";
option java_package = "com.google.cloud.dialogflow.cx.v3";
option objc_class_prefix = "DF";
+option ruby_package = "Google::Cloud::Dialogflow::CX::V3";
// Service for managing [Tools][google.cloud.dialogflow.cx.v3.Tool].
service Tools {
diff --git a/java-dialogflow/.OwlBot-hermetic.yaml b/java-dialogflow/.OwlBot-hermetic.yaml
index 7f6f56def354..37e26519f62b 100644
--- a/java-dialogflow/.OwlBot-hermetic.yaml
+++ b/java-dialogflow/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-dialogflow/google-.*/src"
deep-preserve-regex:
+- "/java-dialogflow/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-dialogflow/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/java-dialogflow/google-cloud-dialogflow/src/test/java/com/google/cloud/dialogflow/v2/ContextManagementSmokeTest.java"
- "/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ConversationModelName.java"
diff --git a/java-dialogflow/README.md b/java-dialogflow/README.md
index 3d8d5739518e..b5d235ae7e71 100644
--- a/java-dialogflow/README.md
+++ b/java-dialogflow/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-dialogflow
- 4.94.0
+ 4.95.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dialogflow:4.94.0'
+implementation 'com.google.cloud:google-cloud-dialogflow:4.95.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.94.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.95.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dialogflow/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dialogflow.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.94.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dialogflow/4.95.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/Version.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/Version.java
index 36eb21ba92cf..286cf86ef8b6 100644
--- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/Version.java
+++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dialogflow:current}
- static final String VERSION = "4.95.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/Version.java b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/Version.java
index 984d2bd57cab..be5846935ffc 100644
--- a/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/Version.java
+++ b/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dialogflow:current}
- static final String VERSION = "4.95.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-discoveryengine/.OwlBot-hermetic.yaml b/java-discoveryengine/.OwlBot-hermetic.yaml
index 699c60b17a4d..6634acf34a0a 100644
--- a/java-discoveryengine/.OwlBot-hermetic.yaml
+++ b/java-discoveryengine/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-discoveryengine/samples/snippets/generated"
deep-preserve-regex:
+- "/java-discoveryengine/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-discoveryengine/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-discoveryengine/README.md b/java-discoveryengine/README.md
index 7e8e15469670..5e496fce133f 100644
--- a/java-discoveryengine/README.md
+++ b/java-discoveryengine/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-discoveryengine
- 0.84.0
+ 0.85.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-discoveryengine:0.84.0'
+implementation 'com.google.cloud:google-cloud-discoveryengine:0.85.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-discoveryengine" % "0.84.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-discoveryengine" % "0.85.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-discoveryengine/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-discoveryengine.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-discoveryengine/0.84.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-discoveryengine/0.85.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/Version.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/Version.java
index 0e2cbca55d89..c9a17240d496 100644
--- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/Version.java
+++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-discoveryengine:current}
- static final String VERSION = "0.85.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/Version.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/Version.java
index 8282cd9a05c5..ab7c98430c5e 100644
--- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/Version.java
+++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-discoveryengine:current}
- static final String VERSION = "0.85.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/Version.java b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/Version.java
index 46ca4967a0a9..33eb63e1e1b9 100644
--- a/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/Version.java
+++ b/java-discoveryengine/google-cloud-discoveryengine/src/main/java/com/google/cloud/discoveryengine/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-discoveryengine:current}
- static final String VERSION = "0.85.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-distributedcloudedge/.OwlBot-hermetic.yaml b/java-distributedcloudedge/.OwlBot-hermetic.yaml
index 9448af24f929..74e3aa0dd957 100644
--- a/java-distributedcloudedge/.OwlBot-hermetic.yaml
+++ b/java-distributedcloudedge/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-distributedcloudedge/samples/snippets/generated"
deep-preserve-regex:
+- "/java-distributedcloudedge/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-distributedcloudedge/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-distributedcloudedge/README.md b/java-distributedcloudedge/README.md
index 17a203bcfc3a..0d169c0a4c27 100644
--- a/java-distributedcloudedge/README.md
+++ b/java-distributedcloudedge/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-distributedcloudedge
- 0.85.0
+ 0.86.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-distributedcloudedge:0.85.0'
+implementation 'com.google.cloud:google-cloud-distributedcloudedge:0.86.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-distributedcloudedge" % "0.85.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-distributedcloudedge" % "0.86.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-distributedcloudedge/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-distributedcloudedge.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-distributedcloudedge/0.85.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-distributedcloudedge/0.86.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/Version.java b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/Version.java
index 463d2bb6e93d..7acbe84a9725 100644
--- a/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/Version.java
+++ b/java-distributedcloudedge/google-cloud-distributedcloudedge/src/main/java/com/google/cloud/edgecontainer/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-distributedcloudedge:current}
- static final String VERSION = "0.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dlp/.OwlBot-hermetic.yaml b/java-dlp/.OwlBot-hermetic.yaml
index cf08029e3799..d1f0c4cefa08 100644
--- a/java-dlp/.OwlBot-hermetic.yaml
+++ b/java-dlp/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-dlp/samples/snippets/generated"
deep-preserve-regex:
+- "/java-dlp/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-dlp/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/DeidentifyTemplateNames.java"
- "/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/InspectFindingName.java"
diff --git a/java-dlp/README.md b/java-dlp/README.md
index c9dffaff65ee..7a5409df1a90 100644
--- a/java-dlp/README.md
+++ b/java-dlp/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-dlp
- 3.92.0
+ 3.93.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dlp:3.92.0'
+implementation 'com.google.cloud:google-cloud-dlp:3.93.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.92.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.93.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dlp/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dlp.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dlp/3.92.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dlp/3.93.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/Version.java b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/Version.java
index bcba2c0a1803..80de795df566 100644
--- a/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/Version.java
+++ b/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dlp:current}
- static final String VERSION = "3.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-dms/README.md b/java-dms/README.md
index 0e9c901c5dfd..469a0055f24b 100644
--- a/java-dms/README.md
+++ b/java-dms/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-dms
- 2.87.0
+ 2.88.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-dms:2.87.0'
+implementation 'com.google.cloud:google-cloud-dms:2.88.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-dms" % "2.87.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-dms" % "2.88.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-dms/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dms.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dms/2.87.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dms/2.88.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-dms/google-cloud-dms/src/main/java/com/google/cloud/clouddms/v1/stub/Version.java b/java-dms/google-cloud-dms/src/main/java/com/google/cloud/clouddms/v1/stub/Version.java
index 71181e767d9e..08a8fce97e2a 100644
--- a/java-dms/google-cloud-dms/src/main/java/com/google/cloud/clouddms/v1/stub/Version.java
+++ b/java-dms/google-cloud-dms/src/main/java/com/google/cloud/clouddms/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-dms:current}
- static final String VERSION = "2.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-document-ai/README.md b/java-document-ai/README.md
index a198d4216df9..4d33478af340 100644
--- a/java-document-ai/README.md
+++ b/java-document-ai/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-document-ai
- 2.92.0
+ 2.93.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-document-ai:2.92.0'
+implementation 'com.google.cloud:google-cloud-document-ai:2.93.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.92.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.93.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-document-ai/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-document-ai.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-document-ai/2.92.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-document-ai/2.93.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/stub/Version.java b/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/stub/Version.java
index 5f3fab2ccd05..1cdd577d6c85 100644
--- a/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/stub/Version.java
+++ b/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-document-ai:current}
- static final String VERSION = "2.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta3/stub/Version.java b/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta3/stub/Version.java
index 32f99b53ea18..87b11a52e5c1 100644
--- a/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta3/stub/Version.java
+++ b/java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1beta3/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-document-ai:current}
- static final String VERSION = "2.93.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-domains/README.md b/java-domains/README.md
index 35e806b62700..dbc692118877 100644
--- a/java-domains/README.md
+++ b/java-domains/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-domains
- 1.85.0
+ 1.86.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-domains:1.85.0'
+implementation 'com.google.cloud:google-cloud-domains:1.86.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.85.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.86.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-domains/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-domains.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-domains/1.85.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-domains/1.86.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/Version.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/Version.java
index 95840401fc1f..6542eb4f5014 100644
--- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/Version.java
+++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-domains:current}
- static final String VERSION = "1.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/Version.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/Version.java
index 79eeb8b41cbc..11059d4e0cf9 100644
--- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/Version.java
+++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1alpha2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-domains:current}
- static final String VERSION = "1.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/Version.java b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/Version.java
index c1150cf1a17a..a26770dca6bd 100644
--- a/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/Version.java
+++ b/java-domains/google-cloud-domains/src/main/java/com/google/cloud/domains/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-domains:current}
- static final String VERSION = "1.86.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-edgenetwork/.OwlBot-hermetic.yaml b/java-edgenetwork/.OwlBot-hermetic.yaml
index b7f47c1026d7..0e642e961c6c 100644
--- a/java-edgenetwork/.OwlBot-hermetic.yaml
+++ b/java-edgenetwork/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-edgenetwork/samples/snippets/generated"
deep-preserve-regex:
+- "/java-edgenetwork/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-edgenetwork/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-edgenetwork/README.md b/java-edgenetwork/README.md
index d8b3f8166183..ccfd2561e601 100644
--- a/java-edgenetwork/README.md
+++ b/java-edgenetwork/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-edgenetwork
- 0.56.0
+ 0.57.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-edgenetwork:0.56.0'
+implementation 'com.google.cloud:google-cloud-edgenetwork:0.57.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-edgenetwork" % "0.56.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-edgenetwork" % "0.57.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-edgenetwork/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-edgenetwork.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-edgenetwork/0.56.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-edgenetwork/0.57.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/Version.java b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/Version.java
index 1f243079a2aa..2271d3688f3b 100644
--- a/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/Version.java
+++ b/java-edgenetwork/google-cloud-edgenetwork/src/main/java/com/google/cloud/edgenetwork/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-edgenetwork:current}
- static final String VERSION = "0.57.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-enterpriseknowledgegraph/.OwlBot-hermetic.yaml b/java-enterpriseknowledgegraph/.OwlBot-hermetic.yaml
index 7ed057bb97a1..16b13745b42b 100644
--- a/java-enterpriseknowledgegraph/.OwlBot-hermetic.yaml
+++ b/java-enterpriseknowledgegraph/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-enterpriseknowledgegraph/samples/snippets/generated"
deep-preserve-regex:
+- "/java-enterpriseknowledgegraph/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-enterpriseknowledgegraph/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-enterpriseknowledgegraph/README.md b/java-enterpriseknowledgegraph/README.md
index 46ee3110b1f2..f1d4aed04732 100644
--- a/java-enterpriseknowledgegraph/README.md
+++ b/java-enterpriseknowledgegraph/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-enterpriseknowledgegraph
- 0.84.0
+ 0.85.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-enterpriseknowledgegraph:0.84.0'
+implementation 'com.google.cloud:google-cloud-enterpriseknowledgegraph:0.85.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-enterpriseknowledgegraph" % "0.84.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-enterpriseknowledgegraph" % "0.85.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-enterpriseknowledgegraph/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-enterpriseknowledgegraph.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-enterpriseknowledgegraph/0.84.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-enterpriseknowledgegraph/0.85.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/Version.java b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/Version.java
index 8e031145376e..61fac4109459 100644
--- a/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/Version.java
+++ b/java-enterpriseknowledgegraph/google-cloud-enterpriseknowledgegraph/src/main/java/com/google/cloud/enterpriseknowledgegraph/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-enterpriseknowledgegraph:current}
- static final String VERSION = "0.85.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-errorreporting/.OwlBot-hermetic.yaml b/java-errorreporting/.OwlBot-hermetic.yaml
index cbbbf0ed7680..82ae77cc9855 100644
--- a/java-errorreporting/.OwlBot-hermetic.yaml
+++ b/java-errorreporting/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-errorreporting/samples/snippets/generated"
deep-preserve-regex:
+- "/java-errorreporting/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-errorreporting/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/java-errorreporting/google-cloud-errorreporting/src/test/java/com/google/devtools/clouderrorreporting/v1beta1/ITSystemTest.java"
- "/java-errorreporting/proto-google-cloud-error-reporting-v1beta1/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/GroupName.java"
diff --git a/java-errorreporting/README.md b/java-errorreporting/README.md
index 78101e7303a7..dc62fa059719 100644
--- a/java-errorreporting/README.md
+++ b/java-errorreporting/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-errorreporting
- 0.209.0-beta
+ 0.210.0-beta
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-errorreporting:0.209.0-beta'
+implementation 'com.google.cloud:google-cloud-errorreporting:0.210.0-beta'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.209.0-beta"
+libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.210.0-beta"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-errorreporting/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-errorreporting.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-errorreporting/0.209.0-beta
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-errorreporting/0.210.0-beta
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/Version.java b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/Version.java
index cd86587c7c43..87afe8ac7532 100644
--- a/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/Version.java
+++ b/java-errorreporting/google-cloud-errorreporting/src/main/java/com/google/devtools/clouderrorreporting/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-errorreporting:current}
- static final String VERSION = "0.210.0-beta";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-essential-contacts/README.md b/java-essential-contacts/README.md
index c6cfb3b19bec..38dfbaa5c6b6 100644
--- a/java-essential-contacts/README.md
+++ b/java-essential-contacts/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-essential-contacts
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-essential-contacts:2.88.0'
+implementation 'com.google.cloud:google-cloud-essential-contacts:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-essential-contacts" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-essential-contacts" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-essential-contacts/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-essential-contacts.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-essential-contacts/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-essential-contacts/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/Version.java b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/Version.java
index 9422067081ee..e881d8fecb0a 100644
--- a/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/Version.java
+++ b/java-essential-contacts/google-cloud-essential-contacts/src/main/java/com/google/cloud/essentialcontacts/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-essential-contacts:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-eventarc-publishing/.OwlBot-hermetic.yaml b/java-eventarc-publishing/.OwlBot-hermetic.yaml
index 6422000acdc1..08c24cf681dc 100644
--- a/java-eventarc-publishing/.OwlBot-hermetic.yaml
+++ b/java-eventarc-publishing/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-eventarc-publishing/samples/snippets/generated"
deep-preserve-regex:
+- "/java-eventarc-publishing/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-eventarc-publishing/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-eventarc-publishing/README.md b/java-eventarc-publishing/README.md
index 78b14ba7d1c1..4e7bebe35f88 100644
--- a/java-eventarc-publishing/README.md
+++ b/java-eventarc-publishing/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-eventarc-publishing
- 0.88.0
+ 0.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-eventarc-publishing:0.88.0'
+implementation 'com.google.cloud:google-cloud-eventarc-publishing:0.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-eventarc-publishing" % "0.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-eventarc-publishing" % "0.89.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-eventarc-publishing/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-eventarc-publishing.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-eventarc-publishing/0.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-eventarc-publishing/0.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-eventarc-publishing/google-cloud-eventarc-publishing/src/main/java/com/google/cloud/eventarc/publishing/v1/stub/Version.java b/java-eventarc-publishing/google-cloud-eventarc-publishing/src/main/java/com/google/cloud/eventarc/publishing/v1/stub/Version.java
index 78164f25d43d..15dcc30a4810 100644
--- a/java-eventarc-publishing/google-cloud-eventarc-publishing/src/main/java/com/google/cloud/eventarc/publishing/v1/stub/Version.java
+++ b/java-eventarc-publishing/google-cloud-eventarc-publishing/src/main/java/com/google/cloud/eventarc/publishing/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-eventarc-publishing:current}
- static final String VERSION = "0.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-eventarc/.OwlBot-hermetic.yaml b/java-eventarc/.OwlBot-hermetic.yaml
index 9da183dae769..70473aaa8eee 100644
--- a/java-eventarc/.OwlBot-hermetic.yaml
+++ b/java-eventarc/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-eventarc/google-.*/src"
deep-preserve-regex:
+- "/java-eventarc/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-eventarc/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-eventarc/README.md b/java-eventarc/README.md
index 32faaa904f24..7d789abbab44 100644
--- a/java-eventarc/README.md
+++ b/java-eventarc/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-eventarc
- 1.88.0
+ 1.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-eventarc:1.88.0'
+implementation 'com.google.cloud:google-cloud-eventarc:1.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-eventarc/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-eventarc.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-eventarc/1.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-eventarc/1.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-eventarc/google-cloud-eventarc/src/main/java/com/google/cloud/eventarc/v1/stub/Version.java b/java-eventarc/google-cloud-eventarc/src/main/java/com/google/cloud/eventarc/v1/stub/Version.java
index c94ae6799552..79389bb9e18c 100644
--- a/java-eventarc/google-cloud-eventarc/src/main/java/com/google/cloud/eventarc/v1/stub/Version.java
+++ b/java-eventarc/google-cloud-eventarc/src/main/java/com/google/cloud/eventarc/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-eventarc:current}
- static final String VERSION = "1.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-filestore/.OwlBot-hermetic.yaml b/java-filestore/.OwlBot-hermetic.yaml
index 7d3011160377..92925982ca93 100644
--- a/java-filestore/.OwlBot-hermetic.yaml
+++ b/java-filestore/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-filestore/google-.*/src"
deep-preserve-regex:
+- "/java-filestore/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-filestore/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-filestore/README.md b/java-filestore/README.md
index 09bd9602d109..57fa38f9634e 100644
--- a/java-filestore/README.md
+++ b/java-filestore/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-filestore
- 1.89.0
+ 1.90.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-filestore:1.89.0'
+implementation 'com.google.cloud:google-cloud-filestore:1.90.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-filestore" % "1.89.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-filestore" % "1.90.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-filestore/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-filestore.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-filestore/1.89.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-filestore/1.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-filestore/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/stub/Version.java b/java-filestore/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/stub/Version.java
index 57110b2a6709..6ed58e06fd52 100644
--- a/java-filestore/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/stub/Version.java
+++ b/java-filestore/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-filestore:current}
- static final String VERSION = "1.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-filestore/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/stub/Version.java b/java-filestore/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/stub/Version.java
index dd9b3aefa2e3..6bff363fe24b 100644
--- a/java-filestore/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/stub/Version.java
+++ b/java-filestore/google-cloud-filestore/src/main/java/com/google/cloud/filestore/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-filestore:current}
- static final String VERSION = "1.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-financialservices/.OwlBot-hermetic.yaml b/java-financialservices/.OwlBot-hermetic.yaml
index 12d991f366e4..5bc47bb3a2ca 100644
--- a/java-financialservices/.OwlBot-hermetic.yaml
+++ b/java-financialservices/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-financialservices/samples/snippets/generated"
deep-preserve-regex:
+- "/java-financialservices/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-financialservices/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-financialservices/README.md b/java-financialservices/README.md
index 04e7542fda5e..b1edcadf5183 100644
--- a/java-financialservices/README.md
+++ b/java-financialservices/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-financialservices
- 0.29.0
+ 0.30.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-financialservices:0.29.0'
+implementation 'com.google.cloud:google-cloud-financialservices:0.30.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-financialservices" % "0.29.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-financialservices" % "0.30.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-financialservices/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-financialservices.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-financialservices/0.29.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-financialservices/0.30.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-financialservices/google-cloud-financialservices/src/main/java/com/google/cloud/financialservices/v1/stub/Version.java b/java-financialservices/google-cloud-financialservices/src/main/java/com/google/cloud/financialservices/v1/stub/Version.java
index da8644b93a52..81d88f7cbd0a 100644
--- a/java-financialservices/google-cloud-financialservices/src/main/java/com/google/cloud/financialservices/v1/stub/Version.java
+++ b/java-financialservices/google-cloud-financialservices/src/main/java/com/google/cloud/financialservices/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-financialservices:current}
- static final String VERSION = "0.30.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-functions/README.md b/java-functions/README.md
index 5b4f5569b6ec..41e918135c84 100644
--- a/java-functions/README.md
+++ b/java-functions/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-functions
- 2.90.0
+ 2.91.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-functions:2.90.0'
+implementation 'com.google.cloud:google-cloud-functions:2.91.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.90.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.91.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-functions/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-functions.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-functions/2.90.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-functions/2.91.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/Version.java b/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/Version.java
index 2878ff0e343d..c9ef75778b0e 100644
--- a/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/Version.java
+++ b/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-functions:current}
- static final String VERSION = "2.91.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2/stub/Version.java b/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2/stub/Version.java
index dd02e95fcc43..bd46d02e9ac9 100644
--- a/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2/stub/Version.java
+++ b/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-functions:current}
- static final String VERSION = "2.91.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2alpha/stub/Version.java b/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2alpha/stub/Version.java
index e02c922199e1..5fca2dcabed6 100644
--- a/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2alpha/stub/Version.java
+++ b/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-functions:current}
- static final String VERSION = "2.91.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2beta/stub/Version.java b/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2beta/stub/Version.java
index abc906ba4540..b2269232412f 100644
--- a/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2beta/stub/Version.java
+++ b/java-functions/google-cloud-functions/src/main/java/com/google/cloud/functions/v2beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-functions:current}
- static final String VERSION = "2.91.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gdchardwaremanagement/.OwlBot-hermetic.yaml b/java-gdchardwaremanagement/.OwlBot-hermetic.yaml
index 792ebbba21b4..34443bf3d094 100644
--- a/java-gdchardwaremanagement/.OwlBot-hermetic.yaml
+++ b/java-gdchardwaremanagement/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-gdchardwaremanagement/samples/snippets/generated"
deep-preserve-regex:
+- "/java-gdchardwaremanagement/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-gdchardwaremanagement/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-gdchardwaremanagement/README.md b/java-gdchardwaremanagement/README.md
index 727114506b9f..a04d5cb47058 100644
--- a/java-gdchardwaremanagement/README.md
+++ b/java-gdchardwaremanagement/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-gdchardwaremanagement
- 0.43.0
+ 0.44.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-gdchardwaremanagement:0.43.0'
+implementation 'com.google.cloud:google-cloud-gdchardwaremanagement:0.44.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-gdchardwaremanagement" % "0.43.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-gdchardwaremanagement" % "0.44.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-gdchardwaremanagement/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gdchardwaremanagement.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gdchardwaremanagement/0.43.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gdchardwaremanagement/0.44.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-gdchardwaremanagement/google-cloud-gdchardwaremanagement/src/main/java/com/google/cloud/gdchardwaremanagement/v1alpha/stub/Version.java b/java-gdchardwaremanagement/google-cloud-gdchardwaremanagement/src/main/java/com/google/cloud/gdchardwaremanagement/v1alpha/stub/Version.java
index e76a6d38ccab..909f952249e2 100644
--- a/java-gdchardwaremanagement/google-cloud-gdchardwaremanagement/src/main/java/com/google/cloud/gdchardwaremanagement/v1alpha/stub/Version.java
+++ b/java-gdchardwaremanagement/google-cloud-gdchardwaremanagement/src/main/java/com/google/cloud/gdchardwaremanagement/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gdchardwaremanagement:current}
- static final String VERSION = "0.44.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-geminidataanalytics/.OwlBot-hermetic.yaml b/java-geminidataanalytics/.OwlBot-hermetic.yaml
index 11ff178488ac..5e3ed72b4481 100644
--- a/java-geminidataanalytics/.OwlBot-hermetic.yaml
+++ b/java-geminidataanalytics/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-geminidataanalytics/samples/snippets/generated"
deep-preserve-regex:
+- "/java-geminidataanalytics/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-geminidataanalytics/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-geminidataanalytics/README.md b/java-geminidataanalytics/README.md
index 973bb8edb9b2..b381a9a57af7 100644
--- a/java-geminidataanalytics/README.md
+++ b/java-geminidataanalytics/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-geminidataanalytics
- 0.16.0
+ 0.17.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-geminidataanalytics:0.16.0'
+implementation 'com.google.cloud:google-cloud-geminidataanalytics:0.17.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-geminidataanalytics" % "0.16.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-geminidataanalytics" % "0.17.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-geminidataanalytics/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-geminidataanalytics.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-geminidataanalytics/0.16.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-geminidataanalytics/0.17.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-geminidataanalytics/google-cloud-geminidataanalytics/src/main/java/com/google/cloud/geminidataanalytics/v1beta/stub/Version.java b/java-geminidataanalytics/google-cloud-geminidataanalytics/src/main/java/com/google/cloud/geminidataanalytics/v1beta/stub/Version.java
index 38c4332136bf..dc487c015855 100644
--- a/java-geminidataanalytics/google-cloud-geminidataanalytics/src/main/java/com/google/cloud/geminidataanalytics/v1beta/stub/Version.java
+++ b/java-geminidataanalytics/google-cloud-geminidataanalytics/src/main/java/com/google/cloud/geminidataanalytics/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-geminidataanalytics:current}
- static final String VERSION = "0.17.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gke-backup/.OwlBot-hermetic.yaml b/java-gke-backup/.OwlBot-hermetic.yaml
index 147181105e13..fec17c0f46e2 100644
--- a/java-gke-backup/.OwlBot-hermetic.yaml
+++ b/java-gke-backup/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-gke-backup/google-.*/src"
deep-preserve-regex:
+- "/java-gke-backup/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-gke-backup/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-gke-backup/README.md b/java-gke-backup/README.md
index 1dfdb7dbfedf..a26821278723 100644
--- a/java-gke-backup/README.md
+++ b/java-gke-backup/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-gke-backup
- 0.87.0
+ 0.88.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-gke-backup:0.87.0'
+implementation 'com.google.cloud:google-cloud-gke-backup:0.88.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-gke-backup" % "0.87.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-gke-backup" % "0.88.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-gke-backup/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gke-backup.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-backup/0.87.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-backup/0.88.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-gke-backup/google-cloud-gke-backup/src/main/java/com/google/cloud/gkebackup/v1/stub/Version.java b/java-gke-backup/google-cloud-gke-backup/src/main/java/com/google/cloud/gkebackup/v1/stub/Version.java
index 96c124033293..8754f1d56ad4 100644
--- a/java-gke-backup/google-cloud-gke-backup/src/main/java/com/google/cloud/gkebackup/v1/stub/Version.java
+++ b/java-gke-backup/google-cloud-gke-backup/src/main/java/com/google/cloud/gkebackup/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gke-backup:current}
- static final String VERSION = "0.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gke-connect-gateway/README.md b/java-gke-connect-gateway/README.md
index 5110e6ffb43f..001210e2a158 100644
--- a/java-gke-connect-gateway/README.md
+++ b/java-gke-connect-gateway/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-gke-connect-gateway
- 0.89.0
+ 0.90.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-gke-connect-gateway:0.89.0'
+implementation 'com.google.cloud:google-cloud-gke-connect-gateway:0.90.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.89.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.90.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-gke-connect-gateway/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gke-connect-gateway.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-connect-gateway/0.89.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-connect-gateway/0.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-gke-connect-gateway/google-cloud-gke-connect-gateway/src/main/java/com/google/cloud/gkeconnect/gateway/v1beta1/stub/Version.java b/java-gke-connect-gateway/google-cloud-gke-connect-gateway/src/main/java/com/google/cloud/gkeconnect/gateway/v1beta1/stub/Version.java
index 2e6f11ec0c5d..baa782d61bb3 100644
--- a/java-gke-connect-gateway/google-cloud-gke-connect-gateway/src/main/java/com/google/cloud/gkeconnect/gateway/v1beta1/stub/Version.java
+++ b/java-gke-connect-gateway/google-cloud-gke-connect-gateway/src/main/java/com/google/cloud/gkeconnect/gateway/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gke-connect-gateway:current}
- static final String VERSION = "0.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gke-multi-cloud/.OwlBot-hermetic.yaml b/java-gke-multi-cloud/.OwlBot-hermetic.yaml
index ae9a6e474eeb..c4f2a0511175 100644
--- a/java-gke-multi-cloud/.OwlBot-hermetic.yaml
+++ b/java-gke-multi-cloud/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-gke-multi-cloud/google-.*/src"
deep-preserve-regex:
+- "/java-gke-multi-cloud/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-gke-multi-cloud/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-gke-multi-cloud/README.md b/java-gke-multi-cloud/README.md
index 03c12bf86418..d0b1ea4080fc 100644
--- a/java-gke-multi-cloud/README.md
+++ b/java-gke-multi-cloud/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-gke-multi-cloud
- 0.87.0
+ 0.88.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-gke-multi-cloud:0.87.0'
+implementation 'com.google.cloud:google-cloud-gke-multi-cloud:0.88.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-gke-multi-cloud" % "0.87.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-gke-multi-cloud" % "0.88.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-gke-multi-cloud/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gke-multi-cloud.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-multi-cloud/0.87.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-multi-cloud/0.88.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-gke-multi-cloud/google-cloud-gke-multi-cloud/src/main/java/com/google/cloud/gkemulticloud/v1/stub/Version.java b/java-gke-multi-cloud/google-cloud-gke-multi-cloud/src/main/java/com/google/cloud/gkemulticloud/v1/stub/Version.java
index fc60bb9e4026..eeaa397c7d7b 100644
--- a/java-gke-multi-cloud/google-cloud-gke-multi-cloud/src/main/java/com/google/cloud/gkemulticloud/v1/stub/Version.java
+++ b/java-gke-multi-cloud/google-cloud-gke-multi-cloud/src/main/java/com/google/cloud/gkemulticloud/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gke-multi-cloud:current}
- static final String VERSION = "0.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gkehub/README.md b/java-gkehub/README.md
index b63d6c10fd5f..2a50bf5909f9 100644
--- a/java-gkehub/README.md
+++ b/java-gkehub/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-gkehub
- 1.88.0
+ 1.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-gkehub:1.88.0'
+implementation 'com.google.cloud:google-cloud-gkehub:1.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "1.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "1.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-gkehub/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gkehub.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gkehub/1.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gkehub/1.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1/stub/Version.java b/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1/stub/Version.java
index 647b1cdea3e6..ed31934079e6 100644
--- a/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1/stub/Version.java
+++ b/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gkehub:current}
- static final String VERSION = "1.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1alpha/stub/Version.java b/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1alpha/stub/Version.java
index 1806314ee984..610d78ea5040 100644
--- a/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1alpha/stub/Version.java
+++ b/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1alpha/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gkehub:current}
- static final String VERSION = "1.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1beta/stub/Version.java b/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1beta/stub/Version.java
index c84d9de9d4fe..106bf85c41b8 100644
--- a/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1beta/stub/Version.java
+++ b/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gkehub:current}
- static final String VERSION = "1.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1beta1/stub/Version.java b/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1beta1/stub/Version.java
index 80b353471cc4..0b3d120ce7cd 100644
--- a/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1beta1/stub/Version.java
+++ b/java-gkehub/google-cloud-gkehub/src/main/java/com/google/cloud/gkehub/v1beta1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gkehub:current}
- static final String VERSION = "1.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gkerecommender/.OwlBot-hermetic.yaml b/java-gkerecommender/.OwlBot-hermetic.yaml
index c382d5f47606..25fa29188d60 100644
--- a/java-gkerecommender/.OwlBot-hermetic.yaml
+++ b/java-gkerecommender/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-gkerecommender/samples/snippets/generated"
deep-preserve-regex:
+- "/java-gkerecommender/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-gkerecommender/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-gkerecommender/README.md b/java-gkerecommender/README.md
index 1701d993831c..95e8e4cba3be 100644
--- a/java-gkerecommender/README.md
+++ b/java-gkerecommender/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-gkerecommender
- 0.8.0
+ 0.9.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-gkerecommender:0.8.0'
+implementation 'com.google.cloud:google-cloud-gkerecommender:0.9.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-gkerecommender" % "0.8.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-gkerecommender" % "0.9.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-gkerecommender/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gkerecommender.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gkerecommender/0.8.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gkerecommender/0.9.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-gkerecommender/google-cloud-gkerecommender/src/main/java/com/google/cloud/gkerecommender/v1/stub/Version.java b/java-gkerecommender/google-cloud-gkerecommender/src/main/java/com/google/cloud/gkerecommender/v1/stub/Version.java
index d66c2748e2c9..5d1056767072 100644
--- a/java-gkerecommender/google-cloud-gkerecommender/src/main/java/com/google/cloud/gkerecommender/v1/stub/Version.java
+++ b/java-gkerecommender/google-cloud-gkerecommender/src/main/java/com/google/cloud/gkerecommender/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gkerecommender:current}
- static final String VERSION = "0.9.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-grafeas/.OwlBot-hermetic.yaml b/java-grafeas/.OwlBot-hermetic.yaml
index 17dcf7028e3e..0213d22e2c47 100644
--- a/java-grafeas/.OwlBot-hermetic.yaml
+++ b/java-grafeas/.OwlBot-hermetic.yaml
@@ -17,6 +17,7 @@ deep-remove-regex:
- "/src"
deep-preserve-regex:
+- "/java-grafeas/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-grafeas/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/java-grafeas/samples/snippets/generated"
diff --git a/java-grafeas/README.md b/java-grafeas/README.md
index c7d09e24c97b..517bbe68e94c 100644
--- a/java-grafeas/README.md
+++ b/java-grafeas/README.md
@@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
io.grafeas
grafeas
- 2.89.0
+ 2.90.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'io.grafeas:grafeas:2.89.0'
+implementation 'io.grafeas:grafeas:2.90.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "io.grafeas" % "grafeas" % "2.89.0"
+libraryDependencies += "io.grafeas" % "grafeas" % "2.90.0"
```
## Authentication
@@ -152,7 +152,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/grafeas/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/io.grafeas/grafeas.svg
-[maven-version-link]: https://central.sonatype.com/artifact/io.grafeas/grafeas/2.89.0
+[maven-version-link]: https://central.sonatype.com/artifact/io.grafeas/grafeas/2.90.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-grafeas/src/main/java/io/grafeas/v1/stub/Version.java b/java-grafeas/src/main/java/io/grafeas/v1/stub/Version.java
index 196db3e001bb..01fa512f7aba 100644
--- a/java-grafeas/src/main/java/io/grafeas/v1/stub/Version.java
+++ b/java-grafeas/src/main/java/io/grafeas/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:grafeas:current}
- static final String VERSION = "2.90.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-gsuite-addons/README.md b/java-gsuite-addons/README.md
index b45740ea6bae..76898ff1cc32 100644
--- a/java-gsuite-addons/README.md
+++ b/java-gsuite-addons/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-gsuite-addons
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-gsuite-addons:2.88.0'
+implementation 'com.google.cloud:google-cloud-gsuite-addons:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-gsuite-addons/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gsuite-addons.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gsuite-addons/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gsuite-addons/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-gsuite-addons/google-cloud-gsuite-addons/src/main/java/com/google/cloud/gsuiteaddons/v1/stub/Version.java b/java-gsuite-addons/google-cloud-gsuite-addons/src/main/java/com/google/cloud/gsuiteaddons/v1/stub/Version.java
index 7f2aa62d9e4e..a189f416d0dc 100644
--- a/java-gsuite-addons/google-cloud-gsuite-addons/src/main/java/com/google/cloud/gsuiteaddons/v1/stub/Version.java
+++ b/java-gsuite-addons/google-cloud-gsuite-addons/src/main/java/com/google/cloud/gsuiteaddons/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-gsuite-addons:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-hypercomputecluster/.OwlBot-hermetic.yaml b/java-hypercomputecluster/.OwlBot-hermetic.yaml
index b1b3bad02ca9..98866f7f7038 100644
--- a/java-hypercomputecluster/.OwlBot-hermetic.yaml
+++ b/java-hypercomputecluster/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-hypercomputecluster/samples/snippets/generated"
deep-preserve-regex:
+- "/java-hypercomputecluster/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-hypercomputecluster/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-hypercomputecluster/README.md b/java-hypercomputecluster/README.md
index 23ec54745824..2d0127ae25e6 100644
--- a/java-hypercomputecluster/README.md
+++ b/java-hypercomputecluster/README.md
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-hypercomputecluster
- 0.8.0
+ 0.9.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-hypercomputecluster:0.8.0'
+implementation 'com.google.cloud:google-cloud-hypercomputecluster:0.9.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-hypercomputecluster" % "0.8.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-hypercomputecluster" % "0.9.0"
```
## Authentication
@@ -181,7 +181,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-hypercomputecluster/latest/overview
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-hypercomputecluster.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-hypercomputecluster/0.8.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-hypercomputecluster/0.9.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-hypercomputecluster/google-cloud-hypercomputecluster/src/main/java/com/google/cloud/hypercomputecluster/v1/stub/Version.java b/java-hypercomputecluster/google-cloud-hypercomputecluster/src/main/java/com/google/cloud/hypercomputecluster/v1/stub/Version.java
index 3957b236e503..9c23a94f22e0 100644
--- a/java-hypercomputecluster/google-cloud-hypercomputecluster/src/main/java/com/google/cloud/hypercomputecluster/v1/stub/Version.java
+++ b/java-hypercomputecluster/google-cloud-hypercomputecluster/src/main/java/com/google/cloud/hypercomputecluster/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-hypercomputecluster:current}
- static final String VERSION = "0.9.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-hypercomputecluster/google-cloud-hypercomputecluster/src/main/java/com/google/cloud/hypercomputecluster/v1beta/stub/Version.java b/java-hypercomputecluster/google-cloud-hypercomputecluster/src/main/java/com/google/cloud/hypercomputecluster/v1beta/stub/Version.java
index 0cb16eb9a866..36ff38d12328 100644
--- a/java-hypercomputecluster/google-cloud-hypercomputecluster/src/main/java/com/google/cloud/hypercomputecluster/v1beta/stub/Version.java
+++ b/java-hypercomputecluster/google-cloud-hypercomputecluster/src/main/java/com/google/cloud/hypercomputecluster/v1beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-hypercomputecluster:current}
- static final String VERSION = "0.9.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-iam-admin/.OwlBot-hermetic.yaml b/java-iam-admin/.OwlBot-hermetic.yaml
index 265804006a7b..67d1a5ea94c7 100644
--- a/java-iam-admin/.OwlBot-hermetic.yaml
+++ b/java-iam-admin/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-iam-admin/samples/snippets/generated"
deep-preserve-regex:
+- "/java-iam-admin/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-iam-admin/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-iam-admin/README.md b/java-iam-admin/README.md
index 48249dbd89d3..c88db7d32762 100644
--- a/java-iam-admin/README.md
+++ b/java-iam-admin/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-iam-admin
- 3.83.0
+ 3.84.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-iam-admin:3.83.0'
+implementation 'com.google.cloud:google-iam-admin:3.84.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-iam-admin" % "3.83.0"
+libraryDependencies += "com.google.cloud" % "google-iam-admin" % "3.84.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-iam-admin/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-iam-admin.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-admin/3.83.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-admin/3.84.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-iam-admin/google-iam-admin/src/main/java/com/google/cloud/iam/admin/v1/stub/Version.java b/java-iam-admin/google-iam-admin/src/main/java/com/google/cloud/iam/admin/v1/stub/Version.java
index 31b2788e44c3..37beb1880cbd 100644
--- a/java-iam-admin/google-iam-admin/src/main/java/com/google/cloud/iam/admin/v1/stub/Version.java
+++ b/java-iam-admin/google-iam-admin/src/main/java/com/google/cloud/iam/admin/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-iam-admin:current}
- static final String VERSION = "3.84.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-iam/.OwlBot-hermetic.yaml b/java-iam/.OwlBot-hermetic.yaml
index 9636741ac575..9f431002ffdb 100644
--- a/java-iam/.OwlBot-hermetic.yaml
+++ b/java-iam/.OwlBot-hermetic.yaml
@@ -18,6 +18,7 @@ deep-remove-regex:
- "/java-iam/proto-google-.*/src"
deep-preserve-regex:
+ - "/java-iam/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-iam/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
- "/java-iam/samples/snippets/generated"
diff --git a/java-iam/README.md b/java-iam/README.md
index 1dc34167f317..3104e2adf8a4 100644
--- a/java-iam/README.md
+++ b/java-iam/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-iam-policy
- 1.62.0
+ 1.63.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-iam-policy:1.62.0'
+implementation 'com.google.cloud:google-iam-policy:1.63.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.62.0"
+libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.63.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/history
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-iam-policy.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-policy/1.62.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-iam-policy/1.63.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-iam/google-iam-policy/src/main/java/com/google/iam/v2/stub/Version.java b/java-iam/google-iam-policy/src/main/java/com/google/iam/v2/stub/Version.java
index 6f7105d06cab..6f7db4abee58 100644
--- a/java-iam/google-iam-policy/src/main/java/com/google/iam/v2/stub/Version.java
+++ b/java-iam/google-iam-policy/src/main/java/com/google/iam/v2/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-iam-policy:current}
- static final String VERSION = "1.63.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-iam/google-iam-policy/src/main/java/com/google/iam/v2beta/stub/Version.java b/java-iam/google-iam-policy/src/main/java/com/google/iam/v2beta/stub/Version.java
index 9867307db400..7add05149bb6 100644
--- a/java-iam/google-iam-policy/src/main/java/com/google/iam/v2beta/stub/Version.java
+++ b/java-iam/google-iam-policy/src/main/java/com/google/iam/v2beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-iam-policy:current}
- static final String VERSION = "1.63.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-iam/google-iam-policy/src/main/java/com/google/iam/v3/stub/Version.java b/java-iam/google-iam-policy/src/main/java/com/google/iam/v3/stub/Version.java
index b216b5e6ab37..849ba9524b93 100644
--- a/java-iam/google-iam-policy/src/main/java/com/google/iam/v3/stub/Version.java
+++ b/java-iam/google-iam-policy/src/main/java/com/google/iam/v3/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-iam-policy:current}
- static final String VERSION = "1.63.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-iam/google-iam-policy/src/main/java/com/google/iam/v3beta/stub/Version.java b/java-iam/google-iam-policy/src/main/java/com/google/iam/v3beta/stub/Version.java
index a39eb6e70dd6..d00e4eeae99e 100644
--- a/java-iam/google-iam-policy/src/main/java/com/google/iam/v3beta/stub/Version.java
+++ b/java-iam/google-iam-policy/src/main/java/com/google/iam/v3beta/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-iam-policy:current}
- static final String VERSION = "1.63.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-iamcredentials/.OwlBot-hermetic.yaml b/java-iamcredentials/.OwlBot-hermetic.yaml
index c5633ecd4886..557800e64afe 100644
--- a/java-iamcredentials/.OwlBot-hermetic.yaml
+++ b/java-iamcredentials/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-iamcredentials/samples/snippets/generated"
deep-preserve-regex:
+- "/java-iamcredentials/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-iamcredentials/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-iamcredentials/README.md b/java-iamcredentials/README.md
index 79465c9c55b3..2f4a678359df 100644
--- a/java-iamcredentials/README.md
+++ b/java-iamcredentials/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-iamcredentials
- 2.88.0
+ 2.89.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-iamcredentials:2.88.0'
+implementation 'com.google.cloud:google-cloud-iamcredentials:2.89.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.88.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.89.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-iamcredentials/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-iamcredentials.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iamcredentials/2.88.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iamcredentials/2.89.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/Version.java b/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/Version.java
index 963cabfaa60d..3b415974f2c8 100644
--- a/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/Version.java
+++ b/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-iamcredentials:current}
- static final String VERSION = "2.89.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-iap/.OwlBot-hermetic.yaml b/java-iap/.OwlBot-hermetic.yaml
index 0b53a73a07b7..596a6830c322 100644
--- a/java-iap/.OwlBot-hermetic.yaml
+++ b/java-iap/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-iap/samples/snippets/generated"
deep-preserve-regex:
+- "/java-iap/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-iap/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-iap/README.md b/java-iap/README.md
index 3bd10be8fd21..dc0d53eceedd 100644
--- a/java-iap/README.md
+++ b/java-iap/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-iap
- 0.44.0
+ 0.45.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-iap:0.44.0'
+implementation 'com.google.cloud:google-cloud-iap:0.45.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-iap" % "0.44.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-iap" % "0.45.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-iap/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-iap.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iap/0.44.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iap/0.45.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-iap/google-cloud-iap/src/main/java/com/google/cloud/iap/v1/stub/Version.java b/java-iap/google-cloud-iap/src/main/java/com/google/cloud/iap/v1/stub/Version.java
index 4c3973c0f9d0..4afb39781bb5 100644
--- a/java-iap/google-cloud-iap/src/main/java/com/google/cloud/iap/v1/stub/Version.java
+++ b/java-iap/google-cloud-iap/src/main/java/com/google/cloud/iap/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-iap:current}
- static final String VERSION = "0.45.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-ids/.OwlBot-hermetic.yaml b/java-ids/.OwlBot-hermetic.yaml
index e3fefa44d314..4c8e94fbe46f 100644
--- a/java-ids/.OwlBot-hermetic.yaml
+++ b/java-ids/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-ids/google-.*/src"
deep-preserve-regex:
+- "/java-ids/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-ids/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-ids/README.md b/java-ids/README.md
index ff2d32a3a2db..6a9130da6d7d 100644
--- a/java-ids/README.md
+++ b/java-ids/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-ids
- 1.87.0
+ 1.88.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-ids:1.87.0'
+implementation 'com.google.cloud:google-cloud-ids:1.88.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.87.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.88.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-ids/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-ids.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ids/1.87.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ids/1.88.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/Version.java b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/Version.java
index 9a1213f6ce9e..3fc408f28fb5 100644
--- a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/Version.java
+++ b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/Version.java
@@ -21,7 +21,7 @@
@InternalApi("For internal use only")
final class Version {
// {x-version-update-start:google-cloud-ids:current}
- static final String VERSION = "1.88.0";
+ static final String VERSION = "0.0.0-SNAPSHOT";
// {x-version-update-end}
}
diff --git a/java-infra-manager/.OwlBot-hermetic.yaml b/java-infra-manager/.OwlBot-hermetic.yaml
index d556d4228b2b..221ef591a9a6 100644
--- a/java-infra-manager/.OwlBot-hermetic.yaml
+++ b/java-infra-manager/.OwlBot-hermetic.yaml
@@ -20,6 +20,7 @@ deep-remove-regex:
- "/java-infra-manager/samples/snippets/generated"
deep-preserve-regex:
+- "/java-infra-manager/google-.*/src/main/java/com/google/cloud/.*/v.*/stub/Version.java"
- "/java-infra-manager/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
deep-copy-regex:
diff --git a/java-infra-manager/README.md b/java-infra-manager/README.md
index ad6cafbcfe81..8d08f4521570 100644
--- a/java-infra-manager/README.md
+++ b/java-infra-manager/README.md
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-infra-manager
- 0.65.0
+ 0.66.0
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-infra-manager:0.65.0'
+implementation 'com.google.cloud:google-cloud-infra-manager:0.66.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.65.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.66.0"
```
## Authentication
@@ -175,7 +175,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-infra-manager/latest/overview
[stability-image]: https://img.shields.io/badge/stability-stable-green
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-infra-manager.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-infra-manager/0.65.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-infra-manager/0.66.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigClient.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigClient.java
index 50b3d7b7491d..9122e6122393 100644
--- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigClient.java
+++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigClient.java
@@ -628,8 +628,196 @@
*
*
*
+ * GetDeploymentGroup |
+ * Get a DeploymentGroup for a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call.
+ *
+ * "Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
+ *
+ * Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
+ *
+ * |
+ *
+ *
+ * CreateDeploymentGroup |
+ * Creates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] The newly created DeploymentGroup will be in the `CREATING` state and can be retrieved via Get and List calls. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call.
+ *
+ * Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
+ *
+ * createDeploymentGroupAsync(LocationName parent, DeploymentGroup deploymentGroup, String deploymentGroupId)
+ * createDeploymentGroupAsync(String parent, DeploymentGroup deploymentGroup, String deploymentGroupId)
+ *
+ * Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
+ *
+ * |
+ *
+ *
+ * UpdateDeploymentGroup |
+ * Updates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call.
+ *
+ * Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
+ *
+ * Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
+ *
+ * |
+ *
+ *
+ * DeleteDeploymentGroup |
+ * Deletes a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call.
+ *
+ * Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
+ *
+ * Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
+ *
+ * |
+ *
+ *
+ * ListDeploymentGroups |
+ * List DeploymentGroups for a given project and location. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call.
+ *
+ * "Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
+ *
+ * Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
+ *
+ * |
+ *
+ *
+ * ProvisionDeploymentGroup |
+ * Provisions a deployment group.
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any Deployments that were part of the
+ *
+ * - last successful* [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no longer* included in the *current* [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
|
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call.
+ *
+ * Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
+ *
+ * Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
+ *
+ * |
+ *
+ *
+ * DeprovisionDeploymentGroup |
+ * Deprovisions a deployment group.
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any Deployments that were part of the
+ *
+ * - last successful* [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no longer* included in the *current* [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
|
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call.
+ *
+ * Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
+ *
+ * Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
+ *
+ * |
+ *
+ *
+ * GetDeploymentGroupRevision |
+ * Gets details about a [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision]. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call.
+ *
+ * "Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
+ *
+ * Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
+ *
+ * |
+ *
+ *
+ * ListDeploymentGroupRevisions |
+ * Lists [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision]s in a given [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]. |
+ *
+ * Request object method variants only take one parameter, a request object, which must be constructed before the call.
+ *
+ * "Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
+ *
+ * Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
+ *
+ * |
+ *
+ *
* ListLocations |
- * Lists information about the supported locations for this service. |
+ * Lists information about the supported locations for this service.
+ * This method lists locations based on the resource scope provided inthe [ListLocationsRequest.name] field:
+ * * **Global locations**: If `name` is empty, the method lists thepublic locations available to all projects. * **Project-specificlocations**: If `name` follows the format`projects/{project}`, the method lists locations visible to thatspecific project. This includes public, private, or otherproject-specific locations enabled for the project.
+ * For gRPC and client library implementations, the resource name ispassed as the `name` field. For direct service calls, the resourcename isincorporated into the request path based on the specific serviceimplementation and version. |
*
* Request object method variants only take one parameter, a request object, which must be constructed before the call.
*
@@ -4669,7 +4857,7 @@ public final AutoMigrationConfig getAutoMigrationConfig(GetAutoMigrationConfigRe
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Lists information about the supported locations for this service.
+ * Get a DeploymentGroup for a given project and location.
*
* Sample code:
*
@@ -4680,29 +4868,27 @@ public final AutoMigrationConfig getAutoMigrationConfig(GetAutoMigrationConfigRe
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ConfigClient configClient = ConfigClient.create()) {
- * ListLocationsRequest request =
- * ListLocationsRequest.newBuilder()
- * .setName("name3373707")
- * .setFilter("filter-1274492040")
- * .setPageSize(883849137)
- * .setPageToken("pageToken873572522")
- * .build();
- * for (Location element : configClient.listLocations(request).iterateAll()) {
- * // doThingsWith(element);
- * }
+ * DeploymentGroupName name =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]");
+ * DeploymentGroup response = configClient.getDeploymentGroup(name);
* }
* }
*
- * @param request The request object containing all of the parameters for the API call.
+ * @param name Required. The name of the deployment group to retrieve. Format:
+ * 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
- public final ListLocationsPagedResponse listLocations(ListLocationsRequest request) {
- return listLocationsPagedCallable().call(request);
+ public final DeploymentGroup getDeploymentGroup(DeploymentGroupName name) {
+ GetDeploymentGroupRequest request =
+ GetDeploymentGroupRequest.newBuilder()
+ .setName(name == null ? null : name.toString())
+ .build();
+ return getDeploymentGroup(request);
}
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Lists information about the supported locations for this service.
+ * Get a DeploymentGroup for a given project and location.
*
* Sample code:
*
@@ -4713,29 +4899,25 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ConfigClient configClient = ConfigClient.create()) {
- * ListLocationsRequest request =
- * ListLocationsRequest.newBuilder()
- * .setName("name3373707")
- * .setFilter("filter-1274492040")
- * .setPageSize(883849137)
- * .setPageToken("pageToken873572522")
- * .build();
- * ApiFuture future = configClient.listLocationsPagedCallable().futureCall(request);
- * // Do something.
- * for (Location element : future.get().iterateAll()) {
- * // doThingsWith(element);
- * }
+ * String name =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]").toString();
+ * DeploymentGroup response = configClient.getDeploymentGroup(name);
* }
* }
+ *
+ * @param name Required. The name of the deployment group to retrieve. Format:
+ * 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
- public final UnaryCallable
- listLocationsPagedCallable() {
- return stub.listLocationsPagedCallable();
+ public final DeploymentGroup getDeploymentGroup(String name) {
+ GetDeploymentGroupRequest request =
+ GetDeploymentGroupRequest.newBuilder().setName(name).build();
+ return getDeploymentGroup(request);
}
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Lists information about the supported locations for this service.
+ * Get a DeploymentGroup for a given project and location.
*
* Sample code:
*
@@ -4746,35 +4928,26 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ConfigClient configClient = ConfigClient.create()) {
- * ListLocationsRequest request =
- * ListLocationsRequest.newBuilder()
- * .setName("name3373707")
- * .setFilter("filter-1274492040")
- * .setPageSize(883849137)
- * .setPageToken("pageToken873572522")
+ * GetDeploymentGroupRequest request =
+ * GetDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
* .build();
- * while (true) {
- * ListLocationsResponse response = configClient.listLocationsCallable().call(request);
- * for (Location element : response.getLocationsList()) {
- * // doThingsWith(element);
- * }
- * String nextPageToken = response.getNextPageToken();
- * if (!Strings.isNullOrEmpty(nextPageToken)) {
- * request = request.toBuilder().setPageToken(nextPageToken).build();
- * } else {
- * break;
- * }
- * }
+ * DeploymentGroup response = configClient.getDeploymentGroup(request);
* }
* }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
- public final UnaryCallable listLocationsCallable() {
- return stub.listLocationsCallable();
+ public final DeploymentGroup getDeploymentGroup(GetDeploymentGroupRequest request) {
+ return getDeploymentGroupCallable().call(request);
}
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Gets information about a location.
+ * Get a DeploymentGroup for a given project and location.
*
* Sample code:
*
@@ -4785,21 +4958,28 @@ public final UnaryCallable listLoca
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ConfigClient configClient = ConfigClient.create()) {
- * GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
- * Location response = configClient.getLocation(request);
+ * GetDeploymentGroupRequest request =
+ * GetDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .build();
+ * ApiFuture future =
+ * configClient.getDeploymentGroupCallable().futureCall(request);
+ * // Do something.
+ * DeploymentGroup response = future.get();
* }
* }
- *
- * @param request The request object containing all of the parameters for the API call.
- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
- public final Location getLocation(GetLocationRequest request) {
- return getLocationCallable().call(request);
+ public final UnaryCallable
+ getDeploymentGroupCallable() {
+ return stub.getDeploymentGroupCallable();
}
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Gets information about a location.
+ * Creates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] The newly created
+ * DeploymentGroup will be in the `CREATING` state and can be retrieved via Get and List calls.
*
* Sample code:
*
@@ -4810,22 +4990,35 @@ public final Location getLocation(GetLocationRequest request) {
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ConfigClient configClient = ConfigClient.create()) {
- * GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
- * ApiFuture future = configClient.getLocationCallable().futureCall(request);
- * // Do something.
- * Location response = future.get();
+ * LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+ * DeploymentGroup deploymentGroup = DeploymentGroup.newBuilder().build();
+ * String deploymentGroupId = "deploymentGroupId717062517";
+ * DeploymentGroup response =
+ * configClient.createDeploymentGroupAsync(parent, deploymentGroup, deploymentGroupId).get();
* }
* }
+ *
+ * @param parent Required. The parent in whose context the Deployment Group is created. The parent
+ * value is in the format: 'projects/{project_id}/locations/{location}'
+ * @param deploymentGroup Required. [Deployment Group][] resource to create
+ * @param deploymentGroupId Required. The deployment group ID.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
- public final UnaryCallable getLocationCallable() {
- return stub.getLocationCallable();
+ public final OperationFuture createDeploymentGroupAsync(
+ LocationName parent, DeploymentGroup deploymentGroup, String deploymentGroupId) {
+ CreateDeploymentGroupRequest request =
+ CreateDeploymentGroupRequest.newBuilder()
+ .setParent(parent == null ? null : parent.toString())
+ .setDeploymentGroup(deploymentGroup)
+ .setDeploymentGroupId(deploymentGroupId)
+ .build();
+ return createDeploymentGroupAsync(request);
}
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Sets the access control policy on the specified resource. Replacesany existing policy.
- *
- * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
+ * Creates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] The newly created
+ * DeploymentGroup will be in the `CREATING` state and can be retrieved via Get and List calls.
*
* Sample code:
*
@@ -4836,28 +5029,35 @@ public final UnaryCallable getLocationCallable() {
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ConfigClient configClient = ConfigClient.create()) {
- * SetIamPolicyRequest request =
- * SetIamPolicyRequest.newBuilder()
- * .setResource(DeploymentName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT]").toString())
- * .setPolicy(Policy.newBuilder().build())
- * .setUpdateMask(FieldMask.newBuilder().build())
- * .build();
- * Policy response = configClient.setIamPolicy(request);
+ * String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+ * DeploymentGroup deploymentGroup = DeploymentGroup.newBuilder().build();
+ * String deploymentGroupId = "deploymentGroupId717062517";
+ * DeploymentGroup response =
+ * configClient.createDeploymentGroupAsync(parent, deploymentGroup, deploymentGroupId).get();
* }
* }
*
- * @param request The request object containing all of the parameters for the API call.
+ * @param parent Required. The parent in whose context the Deployment Group is created. The parent
+ * value is in the format: 'projects/{project_id}/locations/{location}'
+ * @param deploymentGroup Required. [Deployment Group][] resource to create
+ * @param deploymentGroupId Required. The deployment group ID.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
- public final Policy setIamPolicy(SetIamPolicyRequest request) {
- return setIamPolicyCallable().call(request);
+ public final OperationFuture createDeploymentGroupAsync(
+ String parent, DeploymentGroup deploymentGroup, String deploymentGroupId) {
+ CreateDeploymentGroupRequest request =
+ CreateDeploymentGroupRequest.newBuilder()
+ .setParent(parent)
+ .setDeploymentGroup(deploymentGroup)
+ .setDeploymentGroupId(deploymentGroupId)
+ .build();
+ return createDeploymentGroupAsync(request);
}
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Sets the access control policy on the specified resource. Replacesany existing policy.
- *
- * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
+ * Creates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] The newly created
+ * DeploymentGroup will be in the `CREATING` state and can be retrieved via Get and List calls.
*
* Sample code:
*
@@ -4868,26 +5068,29 @@ public final Policy setIamPolicy(SetIamPolicyRequest request) {
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ConfigClient configClient = ConfigClient.create()) {
- * SetIamPolicyRequest request =
- * SetIamPolicyRequest.newBuilder()
- * .setResource(DeploymentName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT]").toString())
- * .setPolicy(Policy.newBuilder().build())
- * .setUpdateMask(FieldMask.newBuilder().build())
+ * CreateDeploymentGroupRequest request =
+ * CreateDeploymentGroupRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setDeploymentGroupId("deploymentGroupId717062517")
+ * .setDeploymentGroup(DeploymentGroup.newBuilder().build())
+ * .setRequestId("requestId693933066")
* .build();
- * ApiFuture future = configClient.setIamPolicyCallable().futureCall(request);
- * // Do something.
- * Policy response = future.get();
+ * DeploymentGroup response = configClient.createDeploymentGroupAsync(request).get();
* }
* }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
- public final UnaryCallable setIamPolicyCallable() {
- return stub.setIamPolicyCallable();
+ public final OperationFuture createDeploymentGroupAsync(
+ CreateDeploymentGroupRequest request) {
+ return createDeploymentGroupOperationCallable().futureCall(request);
}
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Gets the access control policy for a resource. Returns an empty policyif the resource exists
- * and does not have a policy set.
+ * Creates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] The newly created
+ * DeploymentGroup will be in the `CREATING` state and can be retrieved via Get and List calls.
*
* Sample code:
*
@@ -4898,26 +5101,29 @@ public final UnaryCallable setIamPolicyCallable() {
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ConfigClient configClient = ConfigClient.create()) {
- * GetIamPolicyRequest request =
- * GetIamPolicyRequest.newBuilder()
- * .setResource(DeploymentName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT]").toString())
- * .setOptions(GetPolicyOptions.newBuilder().build())
+ * CreateDeploymentGroupRequest request =
+ * CreateDeploymentGroupRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setDeploymentGroupId("deploymentGroupId717062517")
+ * .setDeploymentGroup(DeploymentGroup.newBuilder().build())
+ * .setRequestId("requestId693933066")
* .build();
- * Policy response = configClient.getIamPolicy(request);
+ * OperationFuture future =
+ * configClient.createDeploymentGroupOperationCallable().futureCall(request);
+ * // Do something.
+ * DeploymentGroup response = future.get();
* }
* }
- *
- * @param request The request object containing all of the parameters for the API call.
- * @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
- public final Policy getIamPolicy(GetIamPolicyRequest request) {
- return getIamPolicyCallable().call(request);
+ public final OperationCallable
+ createDeploymentGroupOperationCallable() {
+ return stub.createDeploymentGroupOperationCallable();
}
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Gets the access control policy for a resource. Returns an empty policyif the resource exists
- * and does not have a policy set.
+ * Creates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] The newly created
+ * DeploymentGroup will be in the `CREATING` state and can be retrieved via Get and List calls.
*
* Sample code:
*
@@ -4928,9 +5134,1541 @@ public final Policy getIamPolicy(GetIamPolicyRequest request) {
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* try (ConfigClient configClient = ConfigClient.create()) {
- * GetIamPolicyRequest request =
- * GetIamPolicyRequest.newBuilder()
- * .setResource(DeploymentName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT]").toString())
+ * CreateDeploymentGroupRequest request =
+ * CreateDeploymentGroupRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setDeploymentGroupId("deploymentGroupId717062517")
+ * .setDeploymentGroup(DeploymentGroup.newBuilder().build())
+ * .setRequestId("requestId693933066")
+ * .build();
+ * ApiFuture future =
+ * configClient.createDeploymentGroupCallable().futureCall(request);
+ * // Do something.
+ * Operation response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallable
+ createDeploymentGroupCallable() {
+ return stub.createDeploymentGroupCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Updates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeploymentGroup deploymentGroup = DeploymentGroup.newBuilder().build();
+ * FieldMask updateMask = FieldMask.newBuilder().build();
+ * DeploymentGroup response =
+ * configClient.updateDeploymentGroupAsync(deploymentGroup, updateMask).get();
+ * }
+ * }
+ *
+ * @param deploymentGroup Required. [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] to
+ * update.
+ * The deployment group's `name` field is used to identify the resource to be updated.
+ * Format: `projects/{project}/locations/{location}/deploymentGroups/{deployment_group_id}`
+ * @param updateMask Optional. Field mask used to specify the fields to be overwritten in the
+ * Deployment Group resource by the update.
+ * The fields specified in the update_mask are relative to the resource, not the full
+ * request. A field will be overwritten if it is in the mask. If the user does not provide a
+ * mask then all fields will be overwritten.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture updateDeploymentGroupAsync(
+ DeploymentGroup deploymentGroup, FieldMask updateMask) {
+ UpdateDeploymentGroupRequest request =
+ UpdateDeploymentGroupRequest.newBuilder()
+ .setDeploymentGroup(deploymentGroup)
+ .setUpdateMask(updateMask)
+ .build();
+ return updateDeploymentGroupAsync(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Updates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * UpdateDeploymentGroupRequest request =
+ * UpdateDeploymentGroupRequest.newBuilder()
+ * .setUpdateMask(FieldMask.newBuilder().build())
+ * .setDeploymentGroup(DeploymentGroup.newBuilder().build())
+ * .setRequestId("requestId693933066")
+ * .build();
+ * DeploymentGroup response = configClient.updateDeploymentGroupAsync(request).get();
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture updateDeploymentGroupAsync(
+ UpdateDeploymentGroupRequest request) {
+ return updateDeploymentGroupOperationCallable().futureCall(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Updates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * UpdateDeploymentGroupRequest request =
+ * UpdateDeploymentGroupRequest.newBuilder()
+ * .setUpdateMask(FieldMask.newBuilder().build())
+ * .setDeploymentGroup(DeploymentGroup.newBuilder().build())
+ * .setRequestId("requestId693933066")
+ * .build();
+ * OperationFuture future =
+ * configClient.updateDeploymentGroupOperationCallable().futureCall(request);
+ * // Do something.
+ * DeploymentGroup response = future.get();
+ * }
+ * }
+ */
+ public final OperationCallable
+ updateDeploymentGroupOperationCallable() {
+ return stub.updateDeploymentGroupOperationCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Updates a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * UpdateDeploymentGroupRequest request =
+ * UpdateDeploymentGroupRequest.newBuilder()
+ * .setUpdateMask(FieldMask.newBuilder().build())
+ * .setDeploymentGroup(DeploymentGroup.newBuilder().build())
+ * .setRequestId("requestId693933066")
+ * .build();
+ * ApiFuture future =
+ * configClient.updateDeploymentGroupCallable().futureCall(request);
+ * // Do something.
+ * Operation response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallable
+ updateDeploymentGroupCallable() {
+ return stub.updateDeploymentGroupCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeploymentGroupName name =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]");
+ * DeploymentGroup response = configClient.deleteDeploymentGroupAsync(name).get();
+ * }
+ * }
+ *
+ * @param name Required. The name of DeploymentGroup in the format
+ * projects/{project_id}/locations/{location_id}/deploymentGroups/{deploymentGroup}
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture deleteDeploymentGroupAsync(
+ DeploymentGroupName name) {
+ DeleteDeploymentGroupRequest request =
+ DeleteDeploymentGroupRequest.newBuilder()
+ .setName(name == null ? null : name.toString())
+ .build();
+ return deleteDeploymentGroupAsync(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * String name =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]").toString();
+ * DeploymentGroup response = configClient.deleteDeploymentGroupAsync(name).get();
+ * }
+ * }
+ *
+ * @param name Required. The name of DeploymentGroup in the format
+ * projects/{project_id}/locations/{location_id}/deploymentGroups/{deploymentGroup}
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture deleteDeploymentGroupAsync(
+ String name) {
+ DeleteDeploymentGroupRequest request =
+ DeleteDeploymentGroupRequest.newBuilder().setName(name).build();
+ return deleteDeploymentGroupAsync(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeleteDeploymentGroupRequest request =
+ * DeleteDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .setRequestId("requestId693933066")
+ * .setForce(true)
+ * .build();
+ * DeploymentGroup response = configClient.deleteDeploymentGroupAsync(request).get();
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture deleteDeploymentGroupAsync(
+ DeleteDeploymentGroupRequest request) {
+ return deleteDeploymentGroupOperationCallable().futureCall(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeleteDeploymentGroupRequest request =
+ * DeleteDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .setRequestId("requestId693933066")
+ * .setForce(true)
+ * .build();
+ * OperationFuture future =
+ * configClient.deleteDeploymentGroupOperationCallable().futureCall(request);
+ * // Do something.
+ * DeploymentGroup response = future.get();
+ * }
+ * }
+ */
+ public final OperationCallable
+ deleteDeploymentGroupOperationCallable() {
+ return stub.deleteDeploymentGroupOperationCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deletes a [DeploymentGroup][google.cloud.config.v1.DeploymentGroup]
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeleteDeploymentGroupRequest request =
+ * DeleteDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .setRequestId("requestId693933066")
+ * .setForce(true)
+ * .build();
+ * ApiFuture future =
+ * configClient.deleteDeploymentGroupCallable().futureCall(request);
+ * // Do something.
+ * Operation response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallable
+ deleteDeploymentGroupCallable() {
+ return stub.deleteDeploymentGroupCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * List DeploymentGroups for a given project and location.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
+ * for (DeploymentGroup element : configClient.listDeploymentGroups(parent).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param parent Required. The parent, which owns this collection of deployment groups. Format:
+ * 'projects/{project_id}/locations/{location}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListDeploymentGroupsPagedResponse listDeploymentGroups(LocationName parent) {
+ ListDeploymentGroupsRequest request =
+ ListDeploymentGroupsRequest.newBuilder()
+ .setParent(parent == null ? null : parent.toString())
+ .build();
+ return listDeploymentGroups(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * List DeploymentGroups for a given project and location.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
+ * for (DeploymentGroup element : configClient.listDeploymentGroups(parent).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param parent Required. The parent, which owns this collection of deployment groups. Format:
+ * 'projects/{project_id}/locations/{location}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListDeploymentGroupsPagedResponse listDeploymentGroups(String parent) {
+ ListDeploymentGroupsRequest request =
+ ListDeploymentGroupsRequest.newBuilder().setParent(parent).build();
+ return listDeploymentGroups(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * List DeploymentGroups for a given project and location.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ListDeploymentGroupsRequest request =
+ * ListDeploymentGroupsRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .setFilter("filter-1274492040")
+ * .setOrderBy("orderBy-1207110587")
+ * .build();
+ * for (DeploymentGroup element : configClient.listDeploymentGroups(request).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListDeploymentGroupsPagedResponse listDeploymentGroups(
+ ListDeploymentGroupsRequest request) {
+ return listDeploymentGroupsPagedCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * List DeploymentGroups for a given project and location.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ListDeploymentGroupsRequest request =
+ * ListDeploymentGroupsRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .setFilter("filter-1274492040")
+ * .setOrderBy("orderBy-1207110587")
+ * .build();
+ * ApiFuture future =
+ * configClient.listDeploymentGroupsPagedCallable().futureCall(request);
+ * // Do something.
+ * for (DeploymentGroup element : future.get().iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallable
+ listDeploymentGroupsPagedCallable() {
+ return stub.listDeploymentGroupsPagedCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * List DeploymentGroups for a given project and location.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ListDeploymentGroupsRequest request =
+ * ListDeploymentGroupsRequest.newBuilder()
+ * .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .setFilter("filter-1274492040")
+ * .setOrderBy("orderBy-1207110587")
+ * .build();
+ * while (true) {
+ * ListDeploymentGroupsResponse response =
+ * configClient.listDeploymentGroupsCallable().call(request);
+ * for (DeploymentGroup element : response.getDeploymentGroupsList()) {
+ * // doThingsWith(element);
+ * }
+ * String nextPageToken = response.getNextPageToken();
+ * if (!Strings.isNullOrEmpty(nextPageToken)) {
+ * request = request.toBuilder().setPageToken(nextPageToken).build();
+ * } else {
+ * break;
+ * }
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallable
+ listDeploymentGroupsCallable() {
+ return stub.listDeploymentGroupsCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Provisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeploymentGroupName name =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]");
+ * DeploymentGroup response = configClient.provisionDeploymentGroupAsync(name).get();
+ * }
+ * }
+ *
+ * @param name Required. The name of the deployment group to provision. Format:
+ * 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture provisionDeploymentGroupAsync(
+ DeploymentGroupName name) {
+ ProvisionDeploymentGroupRequest request =
+ ProvisionDeploymentGroupRequest.newBuilder()
+ .setName(name == null ? null : name.toString())
+ .build();
+ return provisionDeploymentGroupAsync(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Provisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * String name =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]").toString();
+ * DeploymentGroup response = configClient.provisionDeploymentGroupAsync(name).get();
+ * }
+ * }
+ *
+ * @param name Required. The name of the deployment group to provision. Format:
+ * 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture provisionDeploymentGroupAsync(
+ String name) {
+ ProvisionDeploymentGroupRequest request =
+ ProvisionDeploymentGroupRequest.newBuilder().setName(name).build();
+ return provisionDeploymentGroupAsync(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Provisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ProvisionDeploymentGroupRequest request =
+ * ProvisionDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .putAllDeploymentSpecs(new HashMap())
+ * .build();
+ * DeploymentGroup response = configClient.provisionDeploymentGroupAsync(request).get();
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture provisionDeploymentGroupAsync(
+ ProvisionDeploymentGroupRequest request) {
+ return provisionDeploymentGroupOperationCallable().futureCall(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Provisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ProvisionDeploymentGroupRequest request =
+ * ProvisionDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .putAllDeploymentSpecs(new HashMap())
+ * .build();
+ * OperationFuture future =
+ * configClient.provisionDeploymentGroupOperationCallable().futureCall(request);
+ * // Do something.
+ * DeploymentGroup response = future.get();
+ * }
+ * }
+ */
+ public final OperationCallable<
+ ProvisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ provisionDeploymentGroupOperationCallable() {
+ return stub.provisionDeploymentGroupOperationCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Provisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ProvisionDeploymentGroupRequest request =
+ * ProvisionDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .putAllDeploymentSpecs(new HashMap())
+ * .build();
+ * ApiFuture future =
+ * configClient.provisionDeploymentGroupCallable().futureCall(request);
+ * // Do something.
+ * Operation response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallable
+ provisionDeploymentGroupCallable() {
+ return stub.provisionDeploymentGroupCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deprovisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeploymentGroupName name =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]");
+ * DeploymentGroup response = configClient.deprovisionDeploymentGroupAsync(name).get();
+ * }
+ * }
+ *
+ * @param name Required. The name of the deployment group to deprovision. Format:
+ * 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture deprovisionDeploymentGroupAsync(
+ DeploymentGroupName name) {
+ DeprovisionDeploymentGroupRequest request =
+ DeprovisionDeploymentGroupRequest.newBuilder()
+ .setName(name == null ? null : name.toString())
+ .build();
+ return deprovisionDeploymentGroupAsync(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deprovisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * String name =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]").toString();
+ * DeploymentGroup response = configClient.deprovisionDeploymentGroupAsync(name).get();
+ * }
+ * }
+ *
+ * @param name Required. The name of the deployment group to deprovision. Format:
+ * 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture deprovisionDeploymentGroupAsync(
+ String name) {
+ DeprovisionDeploymentGroupRequest request =
+ DeprovisionDeploymentGroupRequest.newBuilder().setName(name).build();
+ return deprovisionDeploymentGroupAsync(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deprovisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeprovisionDeploymentGroupRequest request =
+ * DeprovisionDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .setForce(true)
+ * .build();
+ * DeploymentGroup response = configClient.deprovisionDeploymentGroupAsync(request).get();
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final OperationFuture deprovisionDeploymentGroupAsync(
+ DeprovisionDeploymentGroupRequest request) {
+ return deprovisionDeploymentGroupOperationCallable().futureCall(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deprovisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeprovisionDeploymentGroupRequest request =
+ * DeprovisionDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .setForce(true)
+ * .build();
+ * OperationFuture future =
+ * configClient.deprovisionDeploymentGroupOperationCallable().futureCall(request);
+ * // Do something.
+ * DeploymentGroup response = future.get();
+ * }
+ * }
+ */
+ public final OperationCallable<
+ DeprovisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deprovisionDeploymentGroupOperationCallable() {
+ return stub.deprovisionDeploymentGroupOperationCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Deprovisions a deployment group.
+ *
+ * NOTE: As a first step of this operation, Infra Manager will automatically delete any
+ * Deployments that were part of the
+ *
+ *
+ * - last successful*
+ * [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision] but are *no
+ * longer* included in the *current*
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup] definition (e.g., following an
+ * `UpdateDeploymentGroup` call), along with their actuated resources.
+ *
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeprovisionDeploymentGroupRequest request =
+ * DeprovisionDeploymentGroupRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .setForce(true)
+ * .build();
+ * ApiFuture future =
+ * configClient.deprovisionDeploymentGroupCallable().futureCall(request);
+ * // Do something.
+ * Operation response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallable
+ deprovisionDeploymentGroupCallable() {
+ return stub.deprovisionDeploymentGroupCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Gets details about a [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision].
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeploymentGroupRevisionName name =
+ * DeploymentGroupRevisionName.of(
+ * "[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]", "[REVISION]");
+ * DeploymentGroupRevision response = configClient.getDeploymentGroupRevision(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the deployment group revision to retrieve. Format:
+ * 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}/revisions/{revision}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final DeploymentGroupRevision getDeploymentGroupRevision(
+ DeploymentGroupRevisionName name) {
+ GetDeploymentGroupRevisionRequest request =
+ GetDeploymentGroupRevisionRequest.newBuilder()
+ .setName(name == null ? null : name.toString())
+ .build();
+ return getDeploymentGroupRevision(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Gets details about a [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision].
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * String name =
+ * DeploymentGroupRevisionName.of(
+ * "[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]", "[REVISION]")
+ * .toString();
+ * DeploymentGroupRevision response = configClient.getDeploymentGroupRevision(name);
+ * }
+ * }
+ *
+ * @param name Required. The name of the deployment group revision to retrieve. Format:
+ * 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}/revisions/{revision}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final DeploymentGroupRevision getDeploymentGroupRevision(String name) {
+ GetDeploymentGroupRevisionRequest request =
+ GetDeploymentGroupRevisionRequest.newBuilder().setName(name).build();
+ return getDeploymentGroupRevision(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Gets details about a [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision].
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * GetDeploymentGroupRevisionRequest request =
+ * GetDeploymentGroupRevisionRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupRevisionName.of(
+ * "[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]", "[REVISION]")
+ * .toString())
+ * .build();
+ * DeploymentGroupRevision response = configClient.getDeploymentGroupRevision(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final DeploymentGroupRevision getDeploymentGroupRevision(
+ GetDeploymentGroupRevisionRequest request) {
+ return getDeploymentGroupRevisionCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Gets details about a [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision].
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * GetDeploymentGroupRevisionRequest request =
+ * GetDeploymentGroupRevisionRequest.newBuilder()
+ * .setName(
+ * DeploymentGroupRevisionName.of(
+ * "[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]", "[REVISION]")
+ * .toString())
+ * .build();
+ * ApiFuture future =
+ * configClient.getDeploymentGroupRevisionCallable().futureCall(request);
+ * // Do something.
+ * DeploymentGroupRevision response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallable
+ getDeploymentGroupRevisionCallable() {
+ return stub.getDeploymentGroupRevisionCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision]s in a given
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup].
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * DeploymentGroupName parent =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]");
+ * for (DeploymentGroupRevision element :
+ * configClient.listDeploymentGroupRevisions(parent).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param parent Required. The parent, which owns this collection of deployment group revisions.
+ * Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListDeploymentGroupRevisionsPagedResponse listDeploymentGroupRevisions(
+ DeploymentGroupName parent) {
+ ListDeploymentGroupRevisionsRequest request =
+ ListDeploymentGroupRevisionsRequest.newBuilder()
+ .setParent(parent == null ? null : parent.toString())
+ .build();
+ return listDeploymentGroupRevisions(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision]s in a given
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup].
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * String parent =
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]").toString();
+ * for (DeploymentGroupRevision element :
+ * configClient.listDeploymentGroupRevisions(parent).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param parent Required. The parent, which owns this collection of deployment group revisions.
+ * Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListDeploymentGroupRevisionsPagedResponse listDeploymentGroupRevisions(
+ String parent) {
+ ListDeploymentGroupRevisionsRequest request =
+ ListDeploymentGroupRevisionsRequest.newBuilder().setParent(parent).build();
+ return listDeploymentGroupRevisions(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision]s in a given
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup].
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ListDeploymentGroupRevisionsRequest request =
+ * ListDeploymentGroupRevisionsRequest.newBuilder()
+ * .setParent(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .build();
+ * for (DeploymentGroupRevision element :
+ * configClient.listDeploymentGroupRevisions(request).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListDeploymentGroupRevisionsPagedResponse listDeploymentGroupRevisions(
+ ListDeploymentGroupRevisionsRequest request) {
+ return listDeploymentGroupRevisionsPagedCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision]s in a given
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup].
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ListDeploymentGroupRevisionsRequest request =
+ * ListDeploymentGroupRevisionsRequest.newBuilder()
+ * .setParent(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .build();
+ * ApiFuture future =
+ * configClient.listDeploymentGroupRevisionsPagedCallable().futureCall(request);
+ * // Do something.
+ * for (DeploymentGroupRevision element : future.get().iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallable<
+ ListDeploymentGroupRevisionsRequest, ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsPagedCallable() {
+ return stub.listDeploymentGroupRevisionsPagedCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists [DeploymentGroupRevision][google.cloud.config.v1.DeploymentGroupRevision]s in a given
+ * [DeploymentGroup][google.cloud.config.v1.DeploymentGroup].
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ListDeploymentGroupRevisionsRequest request =
+ * ListDeploymentGroupRevisionsRequest.newBuilder()
+ * .setParent(
+ * DeploymentGroupName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT_GROUP]")
+ * .toString())
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .build();
+ * while (true) {
+ * ListDeploymentGroupRevisionsResponse response =
+ * configClient.listDeploymentGroupRevisionsCallable().call(request);
+ * for (DeploymentGroupRevision element : response.getDeploymentGroupRevisionsList()) {
+ * // doThingsWith(element);
+ * }
+ * String nextPageToken = response.getNextPageToken();
+ * if (!Strings.isNullOrEmpty(nextPageToken)) {
+ * request = request.toBuilder().setPageToken(nextPageToken).build();
+ * } else {
+ * break;
+ * }
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallable<
+ ListDeploymentGroupRevisionsRequest, ListDeploymentGroupRevisionsResponse>
+ listDeploymentGroupRevisionsCallable() {
+ return stub.listDeploymentGroupRevisionsCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists information about the supported locations for this service.
+ *
+ * This method lists locations based on the resource scope provided inthe
+ * [ListLocationsRequest.name] field:
+ *
+ * * **Global locations**: If `name` is empty, the method lists thepublic
+ * locations available to all projects. * **Project-specificlocations**: If
+ * `name` follows the format`projects/{project}`, the method lists locations visible to
+ * thatspecific project. This includes public, private, or otherproject-specific locations enabled
+ * for the project.
+ *
+ * For gRPC and client library implementations, the resource name ispassed as the `name` field.
+ * For direct service calls, the resourcename isincorporated into the request path based on the
+ * specific serviceimplementation and version.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ListLocationsRequest request =
+ * ListLocationsRequest.newBuilder()
+ * .setName("name3373707")
+ * .setFilter("filter-1274492040")
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .build();
+ * for (Location element : configClient.listLocations(request).iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final ListLocationsPagedResponse listLocations(ListLocationsRequest request) {
+ return listLocationsPagedCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists information about the supported locations for this service.
+ *
+ * This method lists locations based on the resource scope provided inthe
+ * [ListLocationsRequest.name] field:
+ *
+ * * **Global locations**: If `name` is empty, the method lists thepublic
+ * locations available to all projects. * **Project-specificlocations**: If
+ * `name` follows the format`projects/{project}`, the method lists locations visible to
+ * thatspecific project. This includes public, private, or otherproject-specific locations enabled
+ * for the project.
+ *
+ * For gRPC and client library implementations, the resource name ispassed as the `name` field.
+ * For direct service calls, the resourcename isincorporated into the request path based on the
+ * specific serviceimplementation and version.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ListLocationsRequest request =
+ * ListLocationsRequest.newBuilder()
+ * .setName("name3373707")
+ * .setFilter("filter-1274492040")
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .build();
+ * ApiFuture future = configClient.listLocationsPagedCallable().futureCall(request);
+ * // Do something.
+ * for (Location element : future.get().iterateAll()) {
+ * // doThingsWith(element);
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallable
+ listLocationsPagedCallable() {
+ return stub.listLocationsPagedCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Lists information about the supported locations for this service.
+ *
+ * This method lists locations based on the resource scope provided inthe
+ * [ListLocationsRequest.name] field:
+ *
+ * * **Global locations**: If `name` is empty, the method lists thepublic
+ * locations available to all projects. * **Project-specificlocations**: If
+ * `name` follows the format`projects/{project}`, the method lists locations visible to
+ * thatspecific project. This includes public, private, or otherproject-specific locations enabled
+ * for the project.
+ *
+ * For gRPC and client library implementations, the resource name ispassed as the `name` field.
+ * For direct service calls, the resourcename isincorporated into the request path based on the
+ * specific serviceimplementation and version.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * ListLocationsRequest request =
+ * ListLocationsRequest.newBuilder()
+ * .setName("name3373707")
+ * .setFilter("filter-1274492040")
+ * .setPageSize(883849137)
+ * .setPageToken("pageToken873572522")
+ * .build();
+ * while (true) {
+ * ListLocationsResponse response = configClient.listLocationsCallable().call(request);
+ * for (Location element : response.getLocationsList()) {
+ * // doThingsWith(element);
+ * }
+ * String nextPageToken = response.getNextPageToken();
+ * if (!Strings.isNullOrEmpty(nextPageToken)) {
+ * request = request.toBuilder().setPageToken(nextPageToken).build();
+ * } else {
+ * break;
+ * }
+ * }
+ * }
+ * }
+ */
+ public final UnaryCallable listLocationsCallable() {
+ return stub.listLocationsCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Gets information about a location.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
+ * Location response = configClient.getLocation(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final Location getLocation(GetLocationRequest request) {
+ return getLocationCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Gets information about a location.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
+ * ApiFuture future = configClient.getLocationCallable().futureCall(request);
+ * // Do something.
+ * Location response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallable getLocationCallable() {
+ return stub.getLocationCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Sets the access control policy on the specified resource. Replacesany existing policy.
+ *
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * SetIamPolicyRequest request =
+ * SetIamPolicyRequest.newBuilder()
+ * .setResource(DeploymentName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT]").toString())
+ * .setPolicy(Policy.newBuilder().build())
+ * .setUpdateMask(FieldMask.newBuilder().build())
+ * .build();
+ * Policy response = configClient.setIamPolicy(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final Policy setIamPolicy(SetIamPolicyRequest request) {
+ return setIamPolicyCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Sets the access control policy on the specified resource. Replacesany existing policy.
+ *
+ * Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * SetIamPolicyRequest request =
+ * SetIamPolicyRequest.newBuilder()
+ * .setResource(DeploymentName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT]").toString())
+ * .setPolicy(Policy.newBuilder().build())
+ * .setUpdateMask(FieldMask.newBuilder().build())
+ * .build();
+ * ApiFuture future = configClient.setIamPolicyCallable().futureCall(request);
+ * // Do something.
+ * Policy response = future.get();
+ * }
+ * }
+ */
+ public final UnaryCallable setIamPolicyCallable() {
+ return stub.setIamPolicyCallable();
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Gets the access control policy for a resource. Returns an empty policyif the resource exists
+ * and does not have a policy set.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * GetIamPolicyRequest request =
+ * GetIamPolicyRequest.newBuilder()
+ * .setResource(DeploymentName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT]").toString())
+ * .setOptions(GetPolicyOptions.newBuilder().build())
+ * .build();
+ * Policy response = configClient.getIamPolicy(request);
+ * }
+ * }
+ *
+ * @param request The request object containing all of the parameters for the API call.
+ * @throws com.google.api.gax.rpc.ApiException if the remote call fails
+ */
+ public final Policy getIamPolicy(GetIamPolicyRequest request) {
+ return getIamPolicyCallable().call(request);
+ }
+
+ // AUTO-GENERATED DOCUMENTATION AND METHOD.
+ /**
+ * Gets the access control policy for a resource. Returns an empty policyif the resource exists
+ * and does not have a policy set.
+ *
+ * Sample code:
+ *
+ * {@code
+ * // This snippet has been automatically generated and should be regarded as a code template only.
+ * // It will require modifications to work:
+ * // - It may require correct/in-range values for request initialization.
+ * // - It may require specifying regional endpoints when creating the service client as shown in
+ * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
+ * try (ConfigClient configClient = ConfigClient.create()) {
+ * GetIamPolicyRequest request =
+ * GetIamPolicyRequest.newBuilder()
+ * .setResource(DeploymentName.of("[PROJECT]", "[LOCATION]", "[DEPLOYMENT]").toString())
* .setOptions(GetPolicyOptions.newBuilder().build())
* .build();
* ApiFuture future = configClient.getIamPolicyCallable().futureCall(request);
@@ -5594,6 +7332,187 @@ protected ListResourceDriftsFixedSizeCollection createCollection(
}
}
+ public static class ListDeploymentGroupsPagedResponse
+ extends AbstractPagedListResponse<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ DeploymentGroup,
+ ListDeploymentGroupsPage,
+ ListDeploymentGroupsFixedSizeCollection> {
+
+ public static ApiFuture createAsync(
+ PageContext
+ context,
+ ApiFuture futureResponse) {
+ ApiFuture futurePage =
+ ListDeploymentGroupsPage.createEmptyPage().createPageAsync(context, futureResponse);
+ return ApiFutures.transform(
+ futurePage,
+ input -> new ListDeploymentGroupsPagedResponse(input),
+ MoreExecutors.directExecutor());
+ }
+
+ private ListDeploymentGroupsPagedResponse(ListDeploymentGroupsPage page) {
+ super(page, ListDeploymentGroupsFixedSizeCollection.createEmptyCollection());
+ }
+ }
+
+ public static class ListDeploymentGroupsPage
+ extends AbstractPage<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ DeploymentGroup,
+ ListDeploymentGroupsPage> {
+
+ private ListDeploymentGroupsPage(
+ PageContext
+ context,
+ ListDeploymentGroupsResponse response) {
+ super(context, response);
+ }
+
+ private static ListDeploymentGroupsPage createEmptyPage() {
+ return new ListDeploymentGroupsPage(null, null);
+ }
+
+ @Override
+ protected ListDeploymentGroupsPage createPage(
+ PageContext
+ context,
+ ListDeploymentGroupsResponse response) {
+ return new ListDeploymentGroupsPage(context, response);
+ }
+
+ @Override
+ public ApiFuture createPageAsync(
+ PageContext
+ context,
+ ApiFuture futureResponse) {
+ return super.createPageAsync(context, futureResponse);
+ }
+ }
+
+ public static class ListDeploymentGroupsFixedSizeCollection
+ extends AbstractFixedSizeCollection<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ DeploymentGroup,
+ ListDeploymentGroupsPage,
+ ListDeploymentGroupsFixedSizeCollection> {
+
+ private ListDeploymentGroupsFixedSizeCollection(
+ List pages, int collectionSize) {
+ super(pages, collectionSize);
+ }
+
+ private static ListDeploymentGroupsFixedSizeCollection createEmptyCollection() {
+ return new ListDeploymentGroupsFixedSizeCollection(null, 0);
+ }
+
+ @Override
+ protected ListDeploymentGroupsFixedSizeCollection createCollection(
+ List pages, int collectionSize) {
+ return new ListDeploymentGroupsFixedSizeCollection(pages, collectionSize);
+ }
+ }
+
+ public static class ListDeploymentGroupRevisionsPagedResponse
+ extends AbstractPagedListResponse<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision,
+ ListDeploymentGroupRevisionsPage,
+ ListDeploymentGroupRevisionsFixedSizeCollection> {
+
+ public static ApiFuture createAsync(
+ PageContext<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision>
+ context,
+ ApiFuture futureResponse) {
+ ApiFuture futurePage =
+ ListDeploymentGroupRevisionsPage.createEmptyPage()
+ .createPageAsync(context, futureResponse);
+ return ApiFutures.transform(
+ futurePage,
+ input -> new ListDeploymentGroupRevisionsPagedResponse(input),
+ MoreExecutors.directExecutor());
+ }
+
+ private ListDeploymentGroupRevisionsPagedResponse(ListDeploymentGroupRevisionsPage page) {
+ super(page, ListDeploymentGroupRevisionsFixedSizeCollection.createEmptyCollection());
+ }
+ }
+
+ public static class ListDeploymentGroupRevisionsPage
+ extends AbstractPage<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision,
+ ListDeploymentGroupRevisionsPage> {
+
+ private ListDeploymentGroupRevisionsPage(
+ PageContext<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision>
+ context,
+ ListDeploymentGroupRevisionsResponse response) {
+ super(context, response);
+ }
+
+ private static ListDeploymentGroupRevisionsPage createEmptyPage() {
+ return new ListDeploymentGroupRevisionsPage(null, null);
+ }
+
+ @Override
+ protected ListDeploymentGroupRevisionsPage createPage(
+ PageContext<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision>
+ context,
+ ListDeploymentGroupRevisionsResponse response) {
+ return new ListDeploymentGroupRevisionsPage(context, response);
+ }
+
+ @Override
+ public ApiFuture createPageAsync(
+ PageContext<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision>
+ context,
+ ApiFuture futureResponse) {
+ return super.createPageAsync(context, futureResponse);
+ }
+ }
+
+ public static class ListDeploymentGroupRevisionsFixedSizeCollection
+ extends AbstractFixedSizeCollection<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision,
+ ListDeploymentGroupRevisionsPage,
+ ListDeploymentGroupRevisionsFixedSizeCollection> {
+
+ private ListDeploymentGroupRevisionsFixedSizeCollection(
+ List pages, int collectionSize) {
+ super(pages, collectionSize);
+ }
+
+ private static ListDeploymentGroupRevisionsFixedSizeCollection createEmptyCollection() {
+ return new ListDeploymentGroupRevisionsFixedSizeCollection(null, 0);
+ }
+
+ @Override
+ protected ListDeploymentGroupRevisionsFixedSizeCollection createCollection(
+ List pages, int collectionSize) {
+ return new ListDeploymentGroupRevisionsFixedSizeCollection(pages, collectionSize);
+ }
+ }
+
public static class ListLocationsPagedResponse
extends AbstractPagedListResponse<
ListLocationsRequest,
diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigSettings.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigSettings.java
index 6e42b716580f..d785aa9410b6 100644
--- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigSettings.java
+++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigSettings.java
@@ -16,6 +16,8 @@
package com.google.cloud.config.v1;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupRevisionsPagedResponse;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListDeploymentsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListLocationsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListPreviewsPagedResponse;
@@ -344,6 +346,97 @@ public UnaryCallSettings getResourceDrif
return ((ConfigStubSettings) getStubSettings()).updateAutoMigrationConfigOperationSettings();
}
+ /** Returns the object with the settings used for calls to getDeploymentGroup. */
+ public UnaryCallSettings
+ getDeploymentGroupSettings() {
+ return ((ConfigStubSettings) getStubSettings()).getDeploymentGroupSettings();
+ }
+
+ /** Returns the object with the settings used for calls to createDeploymentGroup. */
+ public UnaryCallSettings
+ createDeploymentGroupSettings() {
+ return ((ConfigStubSettings) getStubSettings()).createDeploymentGroupSettings();
+ }
+
+ /** Returns the object with the settings used for calls to createDeploymentGroup. */
+ public OperationCallSettings
+ createDeploymentGroupOperationSettings() {
+ return ((ConfigStubSettings) getStubSettings()).createDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the object with the settings used for calls to updateDeploymentGroup. */
+ public UnaryCallSettings
+ updateDeploymentGroupSettings() {
+ return ((ConfigStubSettings) getStubSettings()).updateDeploymentGroupSettings();
+ }
+
+ /** Returns the object with the settings used for calls to updateDeploymentGroup. */
+ public OperationCallSettings
+ updateDeploymentGroupOperationSettings() {
+ return ((ConfigStubSettings) getStubSettings()).updateDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the object with the settings used for calls to deleteDeploymentGroup. */
+ public UnaryCallSettings
+ deleteDeploymentGroupSettings() {
+ return ((ConfigStubSettings) getStubSettings()).deleteDeploymentGroupSettings();
+ }
+
+ /** Returns the object with the settings used for calls to deleteDeploymentGroup. */
+ public OperationCallSettings
+ deleteDeploymentGroupOperationSettings() {
+ return ((ConfigStubSettings) getStubSettings()).deleteDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the object with the settings used for calls to listDeploymentGroups. */
+ public PagedCallSettings<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ ListDeploymentGroupsPagedResponse>
+ listDeploymentGroupsSettings() {
+ return ((ConfigStubSettings) getStubSettings()).listDeploymentGroupsSettings();
+ }
+
+ /** Returns the object with the settings used for calls to provisionDeploymentGroup. */
+ public UnaryCallSettings
+ provisionDeploymentGroupSettings() {
+ return ((ConfigStubSettings) getStubSettings()).provisionDeploymentGroupSettings();
+ }
+
+ /** Returns the object with the settings used for calls to provisionDeploymentGroup. */
+ public OperationCallSettings
+ provisionDeploymentGroupOperationSettings() {
+ return ((ConfigStubSettings) getStubSettings()).provisionDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the object with the settings used for calls to deprovisionDeploymentGroup. */
+ public UnaryCallSettings
+ deprovisionDeploymentGroupSettings() {
+ return ((ConfigStubSettings) getStubSettings()).deprovisionDeploymentGroupSettings();
+ }
+
+ /** Returns the object with the settings used for calls to deprovisionDeploymentGroup. */
+ public OperationCallSettings<
+ DeprovisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deprovisionDeploymentGroupOperationSettings() {
+ return ((ConfigStubSettings) getStubSettings()).deprovisionDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the object with the settings used for calls to getDeploymentGroupRevision. */
+ public UnaryCallSettings
+ getDeploymentGroupRevisionSettings() {
+ return ((ConfigStubSettings) getStubSettings()).getDeploymentGroupRevisionSettings();
+ }
+
+ /** Returns the object with the settings used for calls to listDeploymentGroupRevisions. */
+ public PagedCallSettings<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsSettings() {
+ return ((ConfigStubSettings) getStubSettings()).listDeploymentGroupRevisionsSettings();
+ }
+
/** Returns the object with the settings used for calls to listLocations. */
public PagedCallSettings
listLocationsSettings() {
@@ -706,6 +799,101 @@ public UnaryCallSettings.Builder deletePreviewS
return getStubSettingsBuilder().updateAutoMigrationConfigOperationSettings();
}
+ /** Returns the builder for the settings used for calls to getDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ getDeploymentGroupSettings() {
+ return getStubSettingsBuilder().getDeploymentGroupSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to createDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ createDeploymentGroupSettings() {
+ return getStubSettingsBuilder().createDeploymentGroupSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to createDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ CreateDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ createDeploymentGroupOperationSettings() {
+ return getStubSettingsBuilder().createDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to updateDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ updateDeploymentGroupSettings() {
+ return getStubSettingsBuilder().updateDeploymentGroupSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to updateDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ UpdateDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ updateDeploymentGroupOperationSettings() {
+ return getStubSettingsBuilder().updateDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to deleteDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ deleteDeploymentGroupSettings() {
+ return getStubSettingsBuilder().deleteDeploymentGroupSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to deleteDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ DeleteDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deleteDeploymentGroupOperationSettings() {
+ return getStubSettingsBuilder().deleteDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to listDeploymentGroups. */
+ public PagedCallSettings.Builder<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ ListDeploymentGroupsPagedResponse>
+ listDeploymentGroupsSettings() {
+ return getStubSettingsBuilder().listDeploymentGroupsSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to provisionDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ provisionDeploymentGroupSettings() {
+ return getStubSettingsBuilder().provisionDeploymentGroupSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to provisionDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ ProvisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ provisionDeploymentGroupOperationSettings() {
+ return getStubSettingsBuilder().provisionDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to deprovisionDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ deprovisionDeploymentGroupSettings() {
+ return getStubSettingsBuilder().deprovisionDeploymentGroupSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to deprovisionDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ DeprovisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deprovisionDeploymentGroupOperationSettings() {
+ return getStubSettingsBuilder().deprovisionDeploymentGroupOperationSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to getDeploymentGroupRevision. */
+ public UnaryCallSettings.Builder
+ getDeploymentGroupRevisionSettings() {
+ return getStubSettingsBuilder().getDeploymentGroupRevisionSettings();
+ }
+
+ /** Returns the builder for the settings used for calls to listDeploymentGroupRevisions. */
+ public PagedCallSettings.Builder<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsSettings() {
+ return getStubSettingsBuilder().listDeploymentGroupRevisionsSettings();
+ }
+
/** Returns the builder for the settings used for calls to listLocations. */
public PagedCallSettings.Builder<
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/gapic_metadata.json b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/gapic_metadata.json
index 6c546f81b5a1..21ba40ef7560 100644
--- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/gapic_metadata.json
+++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/gapic_metadata.json
@@ -13,18 +13,27 @@
"CreateDeployment": {
"methods": ["createDeploymentAsync", "createDeploymentAsync", "createDeploymentAsync", "createDeploymentOperationCallable", "createDeploymentCallable"]
},
+ "CreateDeploymentGroup": {
+ "methods": ["createDeploymentGroupAsync", "createDeploymentGroupAsync", "createDeploymentGroupAsync", "createDeploymentGroupOperationCallable", "createDeploymentGroupCallable"]
+ },
"CreatePreview": {
"methods": ["createPreviewAsync", "createPreviewAsync", "createPreviewAsync", "createPreviewOperationCallable", "createPreviewCallable"]
},
"DeleteDeployment": {
"methods": ["deleteDeploymentAsync", "deleteDeploymentAsync", "deleteDeploymentAsync", "deleteDeploymentOperationCallable", "deleteDeploymentCallable"]
},
+ "DeleteDeploymentGroup": {
+ "methods": ["deleteDeploymentGroupAsync", "deleteDeploymentGroupAsync", "deleteDeploymentGroupAsync", "deleteDeploymentGroupOperationCallable", "deleteDeploymentGroupCallable"]
+ },
"DeletePreview": {
"methods": ["deletePreviewAsync", "deletePreviewAsync", "deletePreviewAsync", "deletePreviewOperationCallable", "deletePreviewCallable"]
},
"DeleteStatefile": {
"methods": ["deleteStatefile", "deleteStatefile", "deleteStatefile", "deleteStatefileCallable"]
},
+ "DeprovisionDeploymentGroup": {
+ "methods": ["deprovisionDeploymentGroupAsync", "deprovisionDeploymentGroupAsync", "deprovisionDeploymentGroupAsync", "deprovisionDeploymentGroupOperationCallable", "deprovisionDeploymentGroupCallable"]
+ },
"ExportDeploymentStatefile": {
"methods": ["exportDeploymentStatefile", "exportDeploymentStatefileCallable"]
},
@@ -43,6 +52,12 @@
"GetDeployment": {
"methods": ["getDeployment", "getDeployment", "getDeployment", "getDeploymentCallable"]
},
+ "GetDeploymentGroup": {
+ "methods": ["getDeploymentGroup", "getDeploymentGroup", "getDeploymentGroup", "getDeploymentGroupCallable"]
+ },
+ "GetDeploymentGroupRevision": {
+ "methods": ["getDeploymentGroupRevision", "getDeploymentGroupRevision", "getDeploymentGroupRevision", "getDeploymentGroupRevisionCallable"]
+ },
"GetIamPolicy": {
"methods": ["getIamPolicy", "getIamPolicyCallable"]
},
@@ -70,6 +85,12 @@
"ImportStatefile": {
"methods": ["importStatefile", "importStatefile", "importStatefile", "importStatefileCallable"]
},
+ "ListDeploymentGroupRevisions": {
+ "methods": ["listDeploymentGroupRevisions", "listDeploymentGroupRevisions", "listDeploymentGroupRevisions", "listDeploymentGroupRevisionsPagedCallable", "listDeploymentGroupRevisionsCallable"]
+ },
+ "ListDeploymentGroups": {
+ "methods": ["listDeploymentGroups", "listDeploymentGroups", "listDeploymentGroups", "listDeploymentGroupsPagedCallable", "listDeploymentGroupsCallable"]
+ },
"ListDeployments": {
"methods": ["listDeployments", "listDeployments", "listDeployments", "listDeploymentsPagedCallable", "listDeploymentsCallable"]
},
@@ -97,6 +118,9 @@
"LockDeployment": {
"methods": ["lockDeploymentAsync", "lockDeploymentAsync", "lockDeploymentAsync", "lockDeploymentOperationCallable", "lockDeploymentCallable"]
},
+ "ProvisionDeploymentGroup": {
+ "methods": ["provisionDeploymentGroupAsync", "provisionDeploymentGroupAsync", "provisionDeploymentGroupAsync", "provisionDeploymentGroupOperationCallable", "provisionDeploymentGroupCallable"]
+ },
"SetIamPolicy": {
"methods": ["setIamPolicy", "setIamPolicyCallable"]
},
@@ -111,6 +135,9 @@
},
"UpdateDeployment": {
"methods": ["updateDeploymentAsync", "updateDeploymentAsync", "updateDeploymentOperationCallable", "updateDeploymentCallable"]
+ },
+ "UpdateDeploymentGroup": {
+ "methods": ["updateDeploymentGroupAsync", "updateDeploymentGroupAsync", "updateDeploymentGroupOperationCallable", "updateDeploymentGroupCallable"]
}
}
}
diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStub.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStub.java
index 1dac8c7b2e3c..ebb3b208f579 100644
--- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStub.java
+++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStub.java
@@ -16,6 +16,8 @@
package com.google.cloud.config.v1.stub;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupRevisionsPagedResponse;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListDeploymentsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListLocationsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListPreviewsPagedResponse;
@@ -29,18 +31,25 @@
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.config.v1.AutoMigrationConfig;
+import com.google.cloud.config.v1.CreateDeploymentGroupRequest;
import com.google.cloud.config.v1.CreateDeploymentRequest;
import com.google.cloud.config.v1.CreatePreviewRequest;
+import com.google.cloud.config.v1.DeleteDeploymentGroupRequest;
import com.google.cloud.config.v1.DeleteDeploymentRequest;
import com.google.cloud.config.v1.DeletePreviewRequest;
import com.google.cloud.config.v1.DeleteStatefileRequest;
import com.google.cloud.config.v1.Deployment;
+import com.google.cloud.config.v1.DeploymentGroup;
+import com.google.cloud.config.v1.DeploymentGroupRevision;
+import com.google.cloud.config.v1.DeprovisionDeploymentGroupRequest;
import com.google.cloud.config.v1.ExportDeploymentStatefileRequest;
import com.google.cloud.config.v1.ExportLockInfoRequest;
import com.google.cloud.config.v1.ExportPreviewResultRequest;
import com.google.cloud.config.v1.ExportPreviewResultResponse;
import com.google.cloud.config.v1.ExportRevisionStatefileRequest;
import com.google.cloud.config.v1.GetAutoMigrationConfigRequest;
+import com.google.cloud.config.v1.GetDeploymentGroupRequest;
+import com.google.cloud.config.v1.GetDeploymentGroupRevisionRequest;
import com.google.cloud.config.v1.GetDeploymentRequest;
import com.google.cloud.config.v1.GetPreviewRequest;
import com.google.cloud.config.v1.GetResourceChangeRequest;
@@ -49,6 +58,10 @@
import com.google.cloud.config.v1.GetRevisionRequest;
import com.google.cloud.config.v1.GetTerraformVersionRequest;
import com.google.cloud.config.v1.ImportStatefileRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupRevisionsRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupRevisionsResponse;
+import com.google.cloud.config.v1.ListDeploymentGroupsRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupsResponse;
import com.google.cloud.config.v1.ListDeploymentsRequest;
import com.google.cloud.config.v1.ListDeploymentsResponse;
import com.google.cloud.config.v1.ListPreviewsRequest;
@@ -67,6 +80,7 @@
import com.google.cloud.config.v1.LockInfo;
import com.google.cloud.config.v1.OperationMetadata;
import com.google.cloud.config.v1.Preview;
+import com.google.cloud.config.v1.ProvisionDeploymentGroupRequest;
import com.google.cloud.config.v1.Resource;
import com.google.cloud.config.v1.ResourceChange;
import com.google.cloud.config.v1.ResourceDrift;
@@ -75,6 +89,7 @@
import com.google.cloud.config.v1.TerraformVersion;
import com.google.cloud.config.v1.UnlockDeploymentRequest;
import com.google.cloud.config.v1.UpdateAutoMigrationConfigRequest;
+import com.google.cloud.config.v1.UpdateDeploymentGroupRequest;
import com.google.cloud.config.v1.UpdateDeploymentRequest;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
@@ -307,6 +322,92 @@ public UnaryCallable getResourceDriftCal
throw new UnsupportedOperationException("Not implemented: updateAutoMigrationConfigCallable()");
}
+ public UnaryCallable getDeploymentGroupCallable() {
+ throw new UnsupportedOperationException("Not implemented: getDeploymentGroupCallable()");
+ }
+
+ public OperationCallable
+ createDeploymentGroupOperationCallable() {
+ throw new UnsupportedOperationException(
+ "Not implemented: createDeploymentGroupOperationCallable()");
+ }
+
+ public UnaryCallable createDeploymentGroupCallable() {
+ throw new UnsupportedOperationException("Not implemented: createDeploymentGroupCallable()");
+ }
+
+ public OperationCallable
+ updateDeploymentGroupOperationCallable() {
+ throw new UnsupportedOperationException(
+ "Not implemented: updateDeploymentGroupOperationCallable()");
+ }
+
+ public UnaryCallable updateDeploymentGroupCallable() {
+ throw new UnsupportedOperationException("Not implemented: updateDeploymentGroupCallable()");
+ }
+
+ public OperationCallable
+ deleteDeploymentGroupOperationCallable() {
+ throw new UnsupportedOperationException(
+ "Not implemented: deleteDeploymentGroupOperationCallable()");
+ }
+
+ public UnaryCallable deleteDeploymentGroupCallable() {
+ throw new UnsupportedOperationException("Not implemented: deleteDeploymentGroupCallable()");
+ }
+
+ public UnaryCallable
+ listDeploymentGroupsPagedCallable() {
+ throw new UnsupportedOperationException("Not implemented: listDeploymentGroupsPagedCallable()");
+ }
+
+ public UnaryCallable
+ listDeploymentGroupsCallable() {
+ throw new UnsupportedOperationException("Not implemented: listDeploymentGroupsCallable()");
+ }
+
+ public OperationCallable
+ provisionDeploymentGroupOperationCallable() {
+ throw new UnsupportedOperationException(
+ "Not implemented: provisionDeploymentGroupOperationCallable()");
+ }
+
+ public UnaryCallable
+ provisionDeploymentGroupCallable() {
+ throw new UnsupportedOperationException("Not implemented: provisionDeploymentGroupCallable()");
+ }
+
+ public OperationCallable
+ deprovisionDeploymentGroupOperationCallable() {
+ throw new UnsupportedOperationException(
+ "Not implemented: deprovisionDeploymentGroupOperationCallable()");
+ }
+
+ public UnaryCallable
+ deprovisionDeploymentGroupCallable() {
+ throw new UnsupportedOperationException(
+ "Not implemented: deprovisionDeploymentGroupCallable()");
+ }
+
+ public UnaryCallable
+ getDeploymentGroupRevisionCallable() {
+ throw new UnsupportedOperationException(
+ "Not implemented: getDeploymentGroupRevisionCallable()");
+ }
+
+ public UnaryCallable<
+ ListDeploymentGroupRevisionsRequest, ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsPagedCallable() {
+ throw new UnsupportedOperationException(
+ "Not implemented: listDeploymentGroupRevisionsPagedCallable()");
+ }
+
+ public UnaryCallable
+ listDeploymentGroupRevisionsCallable() {
+ throw new UnsupportedOperationException(
+ "Not implemented: listDeploymentGroupRevisionsCallable()");
+ }
+
public UnaryCallable
listLocationsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()");
diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStubSettings.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStubSettings.java
index d588246bc158..d567935ab772 100644
--- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStubSettings.java
+++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStubSettings.java
@@ -16,6 +16,8 @@
package com.google.cloud.config.v1.stub;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupRevisionsPagedResponse;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListDeploymentsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListLocationsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListPreviewsPagedResponse;
@@ -57,18 +59,25 @@
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.config.v1.AutoMigrationConfig;
+import com.google.cloud.config.v1.CreateDeploymentGroupRequest;
import com.google.cloud.config.v1.CreateDeploymentRequest;
import com.google.cloud.config.v1.CreatePreviewRequest;
+import com.google.cloud.config.v1.DeleteDeploymentGroupRequest;
import com.google.cloud.config.v1.DeleteDeploymentRequest;
import com.google.cloud.config.v1.DeletePreviewRequest;
import com.google.cloud.config.v1.DeleteStatefileRequest;
import com.google.cloud.config.v1.Deployment;
+import com.google.cloud.config.v1.DeploymentGroup;
+import com.google.cloud.config.v1.DeploymentGroupRevision;
+import com.google.cloud.config.v1.DeprovisionDeploymentGroupRequest;
import com.google.cloud.config.v1.ExportDeploymentStatefileRequest;
import com.google.cloud.config.v1.ExportLockInfoRequest;
import com.google.cloud.config.v1.ExportPreviewResultRequest;
import com.google.cloud.config.v1.ExportPreviewResultResponse;
import com.google.cloud.config.v1.ExportRevisionStatefileRequest;
import com.google.cloud.config.v1.GetAutoMigrationConfigRequest;
+import com.google.cloud.config.v1.GetDeploymentGroupRequest;
+import com.google.cloud.config.v1.GetDeploymentGroupRevisionRequest;
import com.google.cloud.config.v1.GetDeploymentRequest;
import com.google.cloud.config.v1.GetPreviewRequest;
import com.google.cloud.config.v1.GetResourceChangeRequest;
@@ -77,6 +86,10 @@
import com.google.cloud.config.v1.GetRevisionRequest;
import com.google.cloud.config.v1.GetTerraformVersionRequest;
import com.google.cloud.config.v1.ImportStatefileRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupRevisionsRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupRevisionsResponse;
+import com.google.cloud.config.v1.ListDeploymentGroupsRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupsResponse;
import com.google.cloud.config.v1.ListDeploymentsRequest;
import com.google.cloud.config.v1.ListDeploymentsResponse;
import com.google.cloud.config.v1.ListPreviewsRequest;
@@ -95,6 +108,7 @@
import com.google.cloud.config.v1.LockInfo;
import com.google.cloud.config.v1.OperationMetadata;
import com.google.cloud.config.v1.Preview;
+import com.google.cloud.config.v1.ProvisionDeploymentGroupRequest;
import com.google.cloud.config.v1.Resource;
import com.google.cloud.config.v1.ResourceChange;
import com.google.cloud.config.v1.ResourceDrift;
@@ -103,6 +117,7 @@
import com.google.cloud.config.v1.TerraformVersion;
import com.google.cloud.config.v1.UnlockDeploymentRequest;
import com.google.cloud.config.v1.UpdateAutoMigrationConfigRequest;
+import com.google.cloud.config.v1.UpdateDeploymentGroupRequest;
import com.google.cloud.config.v1.UpdateDeploymentRequest;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
@@ -274,6 +289,45 @@ public class ConfigStubSettings extends StubSettings {
private final OperationCallSettings<
UpdateAutoMigrationConfigRequest, AutoMigrationConfig, OperationMetadata>
updateAutoMigrationConfigOperationSettings;
+ private final UnaryCallSettings
+ getDeploymentGroupSettings;
+ private final UnaryCallSettings
+ createDeploymentGroupSettings;
+ private final OperationCallSettings<
+ CreateDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ createDeploymentGroupOperationSettings;
+ private final UnaryCallSettings
+ updateDeploymentGroupSettings;
+ private final OperationCallSettings<
+ UpdateDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ updateDeploymentGroupOperationSettings;
+ private final UnaryCallSettings
+ deleteDeploymentGroupSettings;
+ private final OperationCallSettings<
+ DeleteDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deleteDeploymentGroupOperationSettings;
+ private final PagedCallSettings<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ ListDeploymentGroupsPagedResponse>
+ listDeploymentGroupsSettings;
+ private final UnaryCallSettings
+ provisionDeploymentGroupSettings;
+ private final OperationCallSettings<
+ ProvisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ provisionDeploymentGroupOperationSettings;
+ private final UnaryCallSettings
+ deprovisionDeploymentGroupSettings;
+ private final OperationCallSettings<
+ DeprovisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deprovisionDeploymentGroupOperationSettings;
+ private final UnaryCallSettings
+ getDeploymentGroupRevisionSettings;
+ private final PagedCallSettings<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsSettings;
private final PagedCallSettings<
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
listLocationsSettings;
@@ -537,6 +591,92 @@ public Iterable extractResources(ListResourceDriftsResponse paylo
}
};
+ private static final PagedListDescriptor<
+ ListDeploymentGroupsRequest, ListDeploymentGroupsResponse, DeploymentGroup>
+ LIST_DEPLOYMENT_GROUPS_PAGE_STR_DESC =
+ new PagedListDescriptor<
+ ListDeploymentGroupsRequest, ListDeploymentGroupsResponse, DeploymentGroup>() {
+ @Override
+ public String emptyToken() {
+ return "";
+ }
+
+ @Override
+ public ListDeploymentGroupsRequest injectToken(
+ ListDeploymentGroupsRequest payload, String token) {
+ return ListDeploymentGroupsRequest.newBuilder(payload).setPageToken(token).build();
+ }
+
+ @Override
+ public ListDeploymentGroupsRequest injectPageSize(
+ ListDeploymentGroupsRequest payload, int pageSize) {
+ return ListDeploymentGroupsRequest.newBuilder(payload).setPageSize(pageSize).build();
+ }
+
+ @Override
+ public Integer extractPageSize(ListDeploymentGroupsRequest payload) {
+ return payload.getPageSize();
+ }
+
+ @Override
+ public String extractNextToken(ListDeploymentGroupsResponse payload) {
+ return payload.getNextPageToken();
+ }
+
+ @Override
+ public Iterable extractResources(
+ ListDeploymentGroupsResponse payload) {
+ return payload.getDeploymentGroupsList();
+ }
+ };
+
+ private static final PagedListDescriptor<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision>
+ LIST_DEPLOYMENT_GROUP_REVISIONS_PAGE_STR_DESC =
+ new PagedListDescriptor<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision>() {
+ @Override
+ public String emptyToken() {
+ return "";
+ }
+
+ @Override
+ public ListDeploymentGroupRevisionsRequest injectToken(
+ ListDeploymentGroupRevisionsRequest payload, String token) {
+ return ListDeploymentGroupRevisionsRequest.newBuilder(payload)
+ .setPageToken(token)
+ .build();
+ }
+
+ @Override
+ public ListDeploymentGroupRevisionsRequest injectPageSize(
+ ListDeploymentGroupRevisionsRequest payload, int pageSize) {
+ return ListDeploymentGroupRevisionsRequest.newBuilder(payload)
+ .setPageSize(pageSize)
+ .build();
+ }
+
+ @Override
+ public Integer extractPageSize(ListDeploymentGroupRevisionsRequest payload) {
+ return payload.getPageSize();
+ }
+
+ @Override
+ public String extractNextToken(ListDeploymentGroupRevisionsResponse payload) {
+ return payload.getNextPageToken();
+ }
+
+ @Override
+ public Iterable extractResources(
+ ListDeploymentGroupRevisionsResponse payload) {
+ return payload.getDeploymentGroupRevisionsList();
+ }
+ };
+
private static final PagedListDescriptor
LIST_LOCATIONS_PAGE_STR_DESC =
new PagedListDescriptor() {
@@ -705,6 +845,62 @@ public ApiFuture getFuturePagedResponse(
}
};
+ private static final PagedListResponseFactory<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ ListDeploymentGroupsPagedResponse>
+ LIST_DEPLOYMENT_GROUPS_PAGE_STR_FACT =
+ new PagedListResponseFactory<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ ListDeploymentGroupsPagedResponse>() {
+ @Override
+ public ApiFuture getFuturePagedResponse(
+ UnaryCallable callable,
+ ListDeploymentGroupsRequest request,
+ ApiCallContext context,
+ ApiFuture futureResponse) {
+ PageContext<
+ ListDeploymentGroupsRequest, ListDeploymentGroupsResponse, DeploymentGroup>
+ pageContext =
+ PageContext.create(
+ callable, LIST_DEPLOYMENT_GROUPS_PAGE_STR_DESC, request, context);
+ return ListDeploymentGroupsPagedResponse.createAsync(pageContext, futureResponse);
+ }
+ };
+
+ private static final PagedListResponseFactory<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ ListDeploymentGroupRevisionsPagedResponse>
+ LIST_DEPLOYMENT_GROUP_REVISIONS_PAGE_STR_FACT =
+ new PagedListResponseFactory<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ ListDeploymentGroupRevisionsPagedResponse>() {
+ @Override
+ public ApiFuture getFuturePagedResponse(
+ UnaryCallable<
+ ListDeploymentGroupRevisionsRequest, ListDeploymentGroupRevisionsResponse>
+ callable,
+ ListDeploymentGroupRevisionsRequest request,
+ ApiCallContext context,
+ ApiFuture futureResponse) {
+ PageContext<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ DeploymentGroupRevision>
+ pageContext =
+ PageContext.create(
+ callable,
+ LIST_DEPLOYMENT_GROUP_REVISIONS_PAGE_STR_DESC,
+ request,
+ context);
+ return ListDeploymentGroupRevisionsPagedResponse.createAsync(
+ pageContext, futureResponse);
+ }
+ };
+
private static final PagedListResponseFactory<
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
LIST_LOCATIONS_PAGE_STR_FACT =
@@ -935,6 +1131,97 @@ public UnaryCallSettings getResourceDrif
return updateAutoMigrationConfigOperationSettings;
}
+ /** Returns the object with the settings used for calls to getDeploymentGroup. */
+ public UnaryCallSettings
+ getDeploymentGroupSettings() {
+ return getDeploymentGroupSettings;
+ }
+
+ /** Returns the object with the settings used for calls to createDeploymentGroup. */
+ public UnaryCallSettings
+ createDeploymentGroupSettings() {
+ return createDeploymentGroupSettings;
+ }
+
+ /** Returns the object with the settings used for calls to createDeploymentGroup. */
+ public OperationCallSettings
+ createDeploymentGroupOperationSettings() {
+ return createDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the object with the settings used for calls to updateDeploymentGroup. */
+ public UnaryCallSettings
+ updateDeploymentGroupSettings() {
+ return updateDeploymentGroupSettings;
+ }
+
+ /** Returns the object with the settings used for calls to updateDeploymentGroup. */
+ public OperationCallSettings
+ updateDeploymentGroupOperationSettings() {
+ return updateDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the object with the settings used for calls to deleteDeploymentGroup. */
+ public UnaryCallSettings
+ deleteDeploymentGroupSettings() {
+ return deleteDeploymentGroupSettings;
+ }
+
+ /** Returns the object with the settings used for calls to deleteDeploymentGroup. */
+ public OperationCallSettings
+ deleteDeploymentGroupOperationSettings() {
+ return deleteDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the object with the settings used for calls to listDeploymentGroups. */
+ public PagedCallSettings<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ ListDeploymentGroupsPagedResponse>
+ listDeploymentGroupsSettings() {
+ return listDeploymentGroupsSettings;
+ }
+
+ /** Returns the object with the settings used for calls to provisionDeploymentGroup. */
+ public UnaryCallSettings
+ provisionDeploymentGroupSettings() {
+ return provisionDeploymentGroupSettings;
+ }
+
+ /** Returns the object with the settings used for calls to provisionDeploymentGroup. */
+ public OperationCallSettings
+ provisionDeploymentGroupOperationSettings() {
+ return provisionDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the object with the settings used for calls to deprovisionDeploymentGroup. */
+ public UnaryCallSettings
+ deprovisionDeploymentGroupSettings() {
+ return deprovisionDeploymentGroupSettings;
+ }
+
+ /** Returns the object with the settings used for calls to deprovisionDeploymentGroup. */
+ public OperationCallSettings<
+ DeprovisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deprovisionDeploymentGroupOperationSettings() {
+ return deprovisionDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the object with the settings used for calls to getDeploymentGroupRevision. */
+ public UnaryCallSettings
+ getDeploymentGroupRevisionSettings() {
+ return getDeploymentGroupRevisionSettings;
+ }
+
+ /** Returns the object with the settings used for calls to listDeploymentGroupRevisions. */
+ public PagedCallSettings<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsSettings() {
+ return listDeploymentGroupRevisionsSettings;
+ }
+
/** Returns the object with the settings used for calls to listLocations. */
public PagedCallSettings
listLocationsSettings() {
@@ -1109,6 +1396,28 @@ protected ConfigStubSettings(Builder settingsBuilder) throws IOException {
updateAutoMigrationConfigSettings = settingsBuilder.updateAutoMigrationConfigSettings().build();
updateAutoMigrationConfigOperationSettings =
settingsBuilder.updateAutoMigrationConfigOperationSettings().build();
+ getDeploymentGroupSettings = settingsBuilder.getDeploymentGroupSettings().build();
+ createDeploymentGroupSettings = settingsBuilder.createDeploymentGroupSettings().build();
+ createDeploymentGroupOperationSettings =
+ settingsBuilder.createDeploymentGroupOperationSettings().build();
+ updateDeploymentGroupSettings = settingsBuilder.updateDeploymentGroupSettings().build();
+ updateDeploymentGroupOperationSettings =
+ settingsBuilder.updateDeploymentGroupOperationSettings().build();
+ deleteDeploymentGroupSettings = settingsBuilder.deleteDeploymentGroupSettings().build();
+ deleteDeploymentGroupOperationSettings =
+ settingsBuilder.deleteDeploymentGroupOperationSettings().build();
+ listDeploymentGroupsSettings = settingsBuilder.listDeploymentGroupsSettings().build();
+ provisionDeploymentGroupSettings = settingsBuilder.provisionDeploymentGroupSettings().build();
+ provisionDeploymentGroupOperationSettings =
+ settingsBuilder.provisionDeploymentGroupOperationSettings().build();
+ deprovisionDeploymentGroupSettings =
+ settingsBuilder.deprovisionDeploymentGroupSettings().build();
+ deprovisionDeploymentGroupOperationSettings =
+ settingsBuilder.deprovisionDeploymentGroupOperationSettings().build();
+ getDeploymentGroupRevisionSettings =
+ settingsBuilder.getDeploymentGroupRevisionSettings().build();
+ listDeploymentGroupRevisionsSettings =
+ settingsBuilder.listDeploymentGroupRevisionsSettings().build();
listLocationsSettings = settingsBuilder.listLocationsSettings().build();
getLocationSettings = settingsBuilder.getLocationSettings().build();
setIamPolicySettings = settingsBuilder.setIamPolicySettings().build();
@@ -1211,6 +1520,46 @@ public static class Builder extends StubSettings.Builder
updateAutoMigrationConfigOperationSettings;
+ private final UnaryCallSettings.Builder
+ getDeploymentGroupSettings;
+ private final UnaryCallSettings.Builder
+ createDeploymentGroupSettings;
+ private final OperationCallSettings.Builder<
+ CreateDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ createDeploymentGroupOperationSettings;
+ private final UnaryCallSettings.Builder
+ updateDeploymentGroupSettings;
+ private final OperationCallSettings.Builder<
+ UpdateDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ updateDeploymentGroupOperationSettings;
+ private final UnaryCallSettings.Builder
+ deleteDeploymentGroupSettings;
+ private final OperationCallSettings.Builder<
+ DeleteDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deleteDeploymentGroupOperationSettings;
+ private final PagedCallSettings.Builder<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ ListDeploymentGroupsPagedResponse>
+ listDeploymentGroupsSettings;
+ private final UnaryCallSettings.Builder
+ provisionDeploymentGroupSettings;
+ private final OperationCallSettings.Builder<
+ ProvisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ provisionDeploymentGroupOperationSettings;
+ private final UnaryCallSettings.Builder
+ deprovisionDeploymentGroupSettings;
+ private final OperationCallSettings.Builder<
+ DeprovisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deprovisionDeploymentGroupOperationSettings;
+ private final UnaryCallSettings.Builder<
+ GetDeploymentGroupRevisionRequest, DeploymentGroupRevision>
+ getDeploymentGroupRevisionSettings;
+ private final PagedCallSettings.Builder<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsSettings;
private final PagedCallSettings.Builder<
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
listLocationsSettings;
@@ -1296,6 +1645,22 @@ protected Builder(ClientContext clientContext) {
getAutoMigrationConfigSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
updateAutoMigrationConfigSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
updateAutoMigrationConfigOperationSettings = OperationCallSettings.newBuilder();
+ getDeploymentGroupSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
+ createDeploymentGroupSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
+ createDeploymentGroupOperationSettings = OperationCallSettings.newBuilder();
+ updateDeploymentGroupSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
+ updateDeploymentGroupOperationSettings = OperationCallSettings.newBuilder();
+ deleteDeploymentGroupSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
+ deleteDeploymentGroupOperationSettings = OperationCallSettings.newBuilder();
+ listDeploymentGroupsSettings =
+ PagedCallSettings.newBuilder(LIST_DEPLOYMENT_GROUPS_PAGE_STR_FACT);
+ provisionDeploymentGroupSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
+ provisionDeploymentGroupOperationSettings = OperationCallSettings.newBuilder();
+ deprovisionDeploymentGroupSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
+ deprovisionDeploymentGroupOperationSettings = OperationCallSettings.newBuilder();
+ getDeploymentGroupRevisionSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
+ listDeploymentGroupRevisionsSettings =
+ PagedCallSettings.newBuilder(LIST_DEPLOYMENT_GROUP_REVISIONS_PAGE_STR_FACT);
listLocationsSettings = PagedCallSettings.newBuilder(LIST_LOCATIONS_PAGE_STR_FACT);
getLocationSettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
setIamPolicySettings = UnaryCallSettings.newUnaryCallSettingsBuilder();
@@ -1333,6 +1698,15 @@ protected Builder(ClientContext clientContext) {
getResourceDriftSettings,
getAutoMigrationConfigSettings,
updateAutoMigrationConfigSettings,
+ getDeploymentGroupSettings,
+ createDeploymentGroupSettings,
+ updateDeploymentGroupSettings,
+ deleteDeploymentGroupSettings,
+ listDeploymentGroupsSettings,
+ provisionDeploymentGroupSettings,
+ deprovisionDeploymentGroupSettings,
+ getDeploymentGroupRevisionSettings,
+ listDeploymentGroupRevisionsSettings,
listLocationsSettings,
getLocationSettings,
setIamPolicySettings,
@@ -1382,6 +1756,26 @@ protected Builder(ConfigStubSettings settings) {
updateAutoMigrationConfigSettings = settings.updateAutoMigrationConfigSettings.toBuilder();
updateAutoMigrationConfigOperationSettings =
settings.updateAutoMigrationConfigOperationSettings.toBuilder();
+ getDeploymentGroupSettings = settings.getDeploymentGroupSettings.toBuilder();
+ createDeploymentGroupSettings = settings.createDeploymentGroupSettings.toBuilder();
+ createDeploymentGroupOperationSettings =
+ settings.createDeploymentGroupOperationSettings.toBuilder();
+ updateDeploymentGroupSettings = settings.updateDeploymentGroupSettings.toBuilder();
+ updateDeploymentGroupOperationSettings =
+ settings.updateDeploymentGroupOperationSettings.toBuilder();
+ deleteDeploymentGroupSettings = settings.deleteDeploymentGroupSettings.toBuilder();
+ deleteDeploymentGroupOperationSettings =
+ settings.deleteDeploymentGroupOperationSettings.toBuilder();
+ listDeploymentGroupsSettings = settings.listDeploymentGroupsSettings.toBuilder();
+ provisionDeploymentGroupSettings = settings.provisionDeploymentGroupSettings.toBuilder();
+ provisionDeploymentGroupOperationSettings =
+ settings.provisionDeploymentGroupOperationSettings.toBuilder();
+ deprovisionDeploymentGroupSettings = settings.deprovisionDeploymentGroupSettings.toBuilder();
+ deprovisionDeploymentGroupOperationSettings =
+ settings.deprovisionDeploymentGroupOperationSettings.toBuilder();
+ getDeploymentGroupRevisionSettings = settings.getDeploymentGroupRevisionSettings.toBuilder();
+ listDeploymentGroupRevisionsSettings =
+ settings.listDeploymentGroupRevisionsSettings.toBuilder();
listLocationsSettings = settings.listLocationsSettings.toBuilder();
getLocationSettings = settings.getLocationSettings.toBuilder();
setIamPolicySettings = settings.setIamPolicySettings.toBuilder();
@@ -1419,6 +1813,15 @@ protected Builder(ConfigStubSettings settings) {
getResourceDriftSettings,
getAutoMigrationConfigSettings,
updateAutoMigrationConfigSettings,
+ getDeploymentGroupSettings,
+ createDeploymentGroupSettings,
+ updateDeploymentGroupSettings,
+ deleteDeploymentGroupSettings,
+ listDeploymentGroupsSettings,
+ provisionDeploymentGroupSettings,
+ deprovisionDeploymentGroupSettings,
+ getDeploymentGroupRevisionSettings,
+ listDeploymentGroupRevisionsSettings,
listLocationsSettings,
getLocationSettings,
setIamPolicySettings,
@@ -1596,6 +1999,51 @@ private static Builder initDefaults(Builder builder) {
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
.setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+ builder
+ .getDeploymentGroupSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
+ builder
+ .createDeploymentGroupSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
+ builder
+ .updateDeploymentGroupSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
+ builder
+ .deleteDeploymentGroupSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
+ builder
+ .listDeploymentGroupsSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
+ builder
+ .provisionDeploymentGroupSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
+ builder
+ .deprovisionDeploymentGroupSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
+ builder
+ .getDeploymentGroupRevisionSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
+ builder
+ .listDeploymentGroupRevisionsSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
builder
.listLocationsSettings()
.setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
@@ -1814,6 +2262,127 @@ private static Builder initDefaults(Builder builder) {
.setTotalTimeoutDuration(Duration.ofMillis(300000L))
.build()));
+ builder
+ .createDeploymentGroupOperationSettings()
+ .setInitialCallSettings(
+ UnaryCallSettings
+ .newUnaryCallSettingsBuilder()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"))
+ .build())
+ .setResponseTransformer(
+ ProtoOperationTransformers.ResponseTransformer.create(DeploymentGroup.class))
+ .setMetadataTransformer(
+ ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class))
+ .setPollingAlgorithm(
+ OperationTimedPollAlgorithm.create(
+ RetrySettings.newBuilder()
+ .setInitialRetryDelayDuration(Duration.ofMillis(5000L))
+ .setRetryDelayMultiplier(1.5)
+ .setMaxRetryDelayDuration(Duration.ofMillis(45000L))
+ .setInitialRpcTimeoutDuration(Duration.ZERO)
+ .setRpcTimeoutMultiplier(1.0)
+ .setMaxRpcTimeoutDuration(Duration.ZERO)
+ .setTotalTimeoutDuration(Duration.ofMillis(300000L))
+ .build()));
+
+ builder
+ .updateDeploymentGroupOperationSettings()
+ .setInitialCallSettings(
+ UnaryCallSettings
+ .newUnaryCallSettingsBuilder()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"))
+ .build())
+ .setResponseTransformer(
+ ProtoOperationTransformers.ResponseTransformer.create(DeploymentGroup.class))
+ .setMetadataTransformer(
+ ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class))
+ .setPollingAlgorithm(
+ OperationTimedPollAlgorithm.create(
+ RetrySettings.newBuilder()
+ .setInitialRetryDelayDuration(Duration.ofMillis(5000L))
+ .setRetryDelayMultiplier(1.5)
+ .setMaxRetryDelayDuration(Duration.ofMillis(45000L))
+ .setInitialRpcTimeoutDuration(Duration.ZERO)
+ .setRpcTimeoutMultiplier(1.0)
+ .setMaxRpcTimeoutDuration(Duration.ZERO)
+ .setTotalTimeoutDuration(Duration.ofMillis(300000L))
+ .build()));
+
+ builder
+ .deleteDeploymentGroupOperationSettings()
+ .setInitialCallSettings(
+ UnaryCallSettings
+ .newUnaryCallSettingsBuilder()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"))
+ .build())
+ .setResponseTransformer(
+ ProtoOperationTransformers.ResponseTransformer.create(DeploymentGroup.class))
+ .setMetadataTransformer(
+ ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class))
+ .setPollingAlgorithm(
+ OperationTimedPollAlgorithm.create(
+ RetrySettings.newBuilder()
+ .setInitialRetryDelayDuration(Duration.ofMillis(5000L))
+ .setRetryDelayMultiplier(1.5)
+ .setMaxRetryDelayDuration(Duration.ofMillis(45000L))
+ .setInitialRpcTimeoutDuration(Duration.ZERO)
+ .setRpcTimeoutMultiplier(1.0)
+ .setMaxRpcTimeoutDuration(Duration.ZERO)
+ .setTotalTimeoutDuration(Duration.ofMillis(300000L))
+ .build()));
+
+ builder
+ .provisionDeploymentGroupOperationSettings()
+ .setInitialCallSettings(
+ UnaryCallSettings
+ .newUnaryCallSettingsBuilder()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"))
+ .build())
+ .setResponseTransformer(
+ ProtoOperationTransformers.ResponseTransformer.create(DeploymentGroup.class))
+ .setMetadataTransformer(
+ ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class))
+ .setPollingAlgorithm(
+ OperationTimedPollAlgorithm.create(
+ RetrySettings.newBuilder()
+ .setInitialRetryDelayDuration(Duration.ofMillis(5000L))
+ .setRetryDelayMultiplier(1.5)
+ .setMaxRetryDelayDuration(Duration.ofMillis(45000L))
+ .setInitialRpcTimeoutDuration(Duration.ZERO)
+ .setRpcTimeoutMultiplier(1.0)
+ .setMaxRpcTimeoutDuration(Duration.ZERO)
+ .setTotalTimeoutDuration(Duration.ofMillis(300000L))
+ .build()));
+
+ builder
+ .deprovisionDeploymentGroupOperationSettings()
+ .setInitialCallSettings(
+ UnaryCallSettings
+ .
+ newUnaryCallSettingsBuilder()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"))
+ .build())
+ .setResponseTransformer(
+ ProtoOperationTransformers.ResponseTransformer.create(DeploymentGroup.class))
+ .setMetadataTransformer(
+ ProtoOperationTransformers.MetadataTransformer.create(OperationMetadata.class))
+ .setPollingAlgorithm(
+ OperationTimedPollAlgorithm.create(
+ RetrySettings.newBuilder()
+ .setInitialRetryDelayDuration(Duration.ofMillis(5000L))
+ .setRetryDelayMultiplier(1.5)
+ .setMaxRetryDelayDuration(Duration.ofMillis(45000L))
+ .setInitialRpcTimeoutDuration(Duration.ZERO)
+ .setRpcTimeoutMultiplier(1.0)
+ .setMaxRpcTimeoutDuration(Duration.ZERO)
+ .setTotalTimeoutDuration(Duration.ofMillis(300000L))
+ .build()));
+
return builder;
}
@@ -2056,6 +2625,101 @@ public UnaryCallSettings.Builder deletePreviewS
return updateAutoMigrationConfigOperationSettings;
}
+ /** Returns the builder for the settings used for calls to getDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ getDeploymentGroupSettings() {
+ return getDeploymentGroupSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to createDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ createDeploymentGroupSettings() {
+ return createDeploymentGroupSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to createDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ CreateDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ createDeploymentGroupOperationSettings() {
+ return createDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to updateDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ updateDeploymentGroupSettings() {
+ return updateDeploymentGroupSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to updateDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ UpdateDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ updateDeploymentGroupOperationSettings() {
+ return updateDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to deleteDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ deleteDeploymentGroupSettings() {
+ return deleteDeploymentGroupSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to deleteDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ DeleteDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deleteDeploymentGroupOperationSettings() {
+ return deleteDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to listDeploymentGroups. */
+ public PagedCallSettings.Builder<
+ ListDeploymentGroupsRequest,
+ ListDeploymentGroupsResponse,
+ ListDeploymentGroupsPagedResponse>
+ listDeploymentGroupsSettings() {
+ return listDeploymentGroupsSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to provisionDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ provisionDeploymentGroupSettings() {
+ return provisionDeploymentGroupSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to provisionDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ ProvisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ provisionDeploymentGroupOperationSettings() {
+ return provisionDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to deprovisionDeploymentGroup. */
+ public UnaryCallSettings.Builder
+ deprovisionDeploymentGroupSettings() {
+ return deprovisionDeploymentGroupSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to deprovisionDeploymentGroup. */
+ public OperationCallSettings.Builder<
+ DeprovisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deprovisionDeploymentGroupOperationSettings() {
+ return deprovisionDeploymentGroupOperationSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to getDeploymentGroupRevision. */
+ public UnaryCallSettings.Builder
+ getDeploymentGroupRevisionSettings() {
+ return getDeploymentGroupRevisionSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to listDeploymentGroupRevisions. */
+ public PagedCallSettings.Builder<
+ ListDeploymentGroupRevisionsRequest,
+ ListDeploymentGroupRevisionsResponse,
+ ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsSettings() {
+ return listDeploymentGroupRevisionsSettings;
+ }
+
/** Returns the builder for the settings used for calls to listLocations. */
public PagedCallSettings.Builder<
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/GrpcConfigStub.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/GrpcConfigStub.java
index 4dafd793dd0c..8b6bc79d7407 100644
--- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/GrpcConfigStub.java
+++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/GrpcConfigStub.java
@@ -16,6 +16,8 @@
package com.google.cloud.config.v1.stub;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupRevisionsPagedResponse;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListDeploymentsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListLocationsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListPreviewsPagedResponse;
@@ -34,18 +36,25 @@
import com.google.api.gax.rpc.RequestParamsBuilder;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.config.v1.AutoMigrationConfig;
+import com.google.cloud.config.v1.CreateDeploymentGroupRequest;
import com.google.cloud.config.v1.CreateDeploymentRequest;
import com.google.cloud.config.v1.CreatePreviewRequest;
+import com.google.cloud.config.v1.DeleteDeploymentGroupRequest;
import com.google.cloud.config.v1.DeleteDeploymentRequest;
import com.google.cloud.config.v1.DeletePreviewRequest;
import com.google.cloud.config.v1.DeleteStatefileRequest;
import com.google.cloud.config.v1.Deployment;
+import com.google.cloud.config.v1.DeploymentGroup;
+import com.google.cloud.config.v1.DeploymentGroupRevision;
+import com.google.cloud.config.v1.DeprovisionDeploymentGroupRequest;
import com.google.cloud.config.v1.ExportDeploymentStatefileRequest;
import com.google.cloud.config.v1.ExportLockInfoRequest;
import com.google.cloud.config.v1.ExportPreviewResultRequest;
import com.google.cloud.config.v1.ExportPreviewResultResponse;
import com.google.cloud.config.v1.ExportRevisionStatefileRequest;
import com.google.cloud.config.v1.GetAutoMigrationConfigRequest;
+import com.google.cloud.config.v1.GetDeploymentGroupRequest;
+import com.google.cloud.config.v1.GetDeploymentGroupRevisionRequest;
import com.google.cloud.config.v1.GetDeploymentRequest;
import com.google.cloud.config.v1.GetPreviewRequest;
import com.google.cloud.config.v1.GetResourceChangeRequest;
@@ -54,6 +63,10 @@
import com.google.cloud.config.v1.GetRevisionRequest;
import com.google.cloud.config.v1.GetTerraformVersionRequest;
import com.google.cloud.config.v1.ImportStatefileRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupRevisionsRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupRevisionsResponse;
+import com.google.cloud.config.v1.ListDeploymentGroupsRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupsResponse;
import com.google.cloud.config.v1.ListDeploymentsRequest;
import com.google.cloud.config.v1.ListDeploymentsResponse;
import com.google.cloud.config.v1.ListPreviewsRequest;
@@ -72,6 +85,7 @@
import com.google.cloud.config.v1.LockInfo;
import com.google.cloud.config.v1.OperationMetadata;
import com.google.cloud.config.v1.Preview;
+import com.google.cloud.config.v1.ProvisionDeploymentGroupRequest;
import com.google.cloud.config.v1.Resource;
import com.google.cloud.config.v1.ResourceChange;
import com.google.cloud.config.v1.ResourceDrift;
@@ -80,6 +94,7 @@
import com.google.cloud.config.v1.TerraformVersion;
import com.google.cloud.config.v1.UnlockDeploymentRequest;
import com.google.cloud.config.v1.UpdateAutoMigrationConfigRequest;
+import com.google.cloud.config.v1.UpdateDeploymentGroupRequest;
import com.google.cloud.config.v1.UpdateDeploymentRequest;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
@@ -428,6 +443,111 @@ public class GrpcConfigStub extends ConfigStub {
.setSampledToLocalTracing(true)
.build();
+ private static final MethodDescriptor
+ getDeploymentGroupMethodDescriptor =
+ MethodDescriptor.newBuilder()
+ .setType(MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName("google.cloud.config.v1.Config/GetDeploymentGroup")
+ .setRequestMarshaller(
+ ProtoUtils.marshaller(GetDeploymentGroupRequest.getDefaultInstance()))
+ .setResponseMarshaller(ProtoUtils.marshaller(DeploymentGroup.getDefaultInstance()))
+ .setSampledToLocalTracing(true)
+ .build();
+
+ private static final MethodDescriptor
+ createDeploymentGroupMethodDescriptor =
+ MethodDescriptor.newBuilder()
+ .setType(MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName("google.cloud.config.v1.Config/CreateDeploymentGroup")
+ .setRequestMarshaller(
+ ProtoUtils.marshaller(CreateDeploymentGroupRequest.getDefaultInstance()))
+ .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
+ .setSampledToLocalTracing(true)
+ .build();
+
+ private static final MethodDescriptor
+ updateDeploymentGroupMethodDescriptor =
+ MethodDescriptor.newBuilder()
+ .setType(MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName("google.cloud.config.v1.Config/UpdateDeploymentGroup")
+ .setRequestMarshaller(
+ ProtoUtils.marshaller(UpdateDeploymentGroupRequest.getDefaultInstance()))
+ .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
+ .setSampledToLocalTracing(true)
+ .build();
+
+ private static final MethodDescriptor
+ deleteDeploymentGroupMethodDescriptor =
+ MethodDescriptor.newBuilder()
+ .setType(MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName("google.cloud.config.v1.Config/DeleteDeploymentGroup")
+ .setRequestMarshaller(
+ ProtoUtils.marshaller(DeleteDeploymentGroupRequest.getDefaultInstance()))
+ .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
+ .setSampledToLocalTracing(true)
+ .build();
+
+ private static final MethodDescriptor
+ listDeploymentGroupsMethodDescriptor =
+ MethodDescriptor.newBuilder()
+ .setType(MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName("google.cloud.config.v1.Config/ListDeploymentGroups")
+ .setRequestMarshaller(
+ ProtoUtils.marshaller(ListDeploymentGroupsRequest.getDefaultInstance()))
+ .setResponseMarshaller(
+ ProtoUtils.marshaller(ListDeploymentGroupsResponse.getDefaultInstance()))
+ .setSampledToLocalTracing(true)
+ .build();
+
+ private static final MethodDescriptor
+ provisionDeploymentGroupMethodDescriptor =
+ MethodDescriptor.newBuilder()
+ .setType(MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName("google.cloud.config.v1.Config/ProvisionDeploymentGroup")
+ .setRequestMarshaller(
+ ProtoUtils.marshaller(ProvisionDeploymentGroupRequest.getDefaultInstance()))
+ .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
+ .setSampledToLocalTracing(true)
+ .build();
+
+ private static final MethodDescriptor
+ deprovisionDeploymentGroupMethodDescriptor =
+ MethodDescriptor.newBuilder()
+ .setType(MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName("google.cloud.config.v1.Config/DeprovisionDeploymentGroup")
+ .setRequestMarshaller(
+ ProtoUtils.marshaller(DeprovisionDeploymentGroupRequest.getDefaultInstance()))
+ .setResponseMarshaller(ProtoUtils.marshaller(Operation.getDefaultInstance()))
+ .setSampledToLocalTracing(true)
+ .build();
+
+ private static final MethodDescriptor
+ getDeploymentGroupRevisionMethodDescriptor =
+ MethodDescriptor.newBuilder()
+ .setType(MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName("google.cloud.config.v1.Config/GetDeploymentGroupRevision")
+ .setRequestMarshaller(
+ ProtoUtils.marshaller(GetDeploymentGroupRevisionRequest.getDefaultInstance()))
+ .setResponseMarshaller(
+ ProtoUtils.marshaller(DeploymentGroupRevision.getDefaultInstance()))
+ .setSampledToLocalTracing(true)
+ .build();
+
+ private static final MethodDescriptor<
+ ListDeploymentGroupRevisionsRequest, ListDeploymentGroupRevisionsResponse>
+ listDeploymentGroupRevisionsMethodDescriptor =
+ MethodDescriptor
+ .
+ newBuilder()
+ .setType(MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName("google.cloud.config.v1.Config/ListDeploymentGroupRevisions")
+ .setRequestMarshaller(
+ ProtoUtils.marshaller(ListDeploymentGroupRevisionsRequest.getDefaultInstance()))
+ .setResponseMarshaller(
+ ProtoUtils.marshaller(ListDeploymentGroupRevisionsResponse.getDefaultInstance()))
+ .setSampledToLocalTracing(true)
+ .build();
+
private static final MethodDescriptor
listLocationsMethodDescriptor =
MethodDescriptor.newBuilder()
@@ -549,6 +669,42 @@ public class GrpcConfigStub extends ConfigStub {
private final OperationCallable<
UpdateAutoMigrationConfigRequest, AutoMigrationConfig, OperationMetadata>
updateAutoMigrationConfigOperationCallable;
+ private final UnaryCallable
+ getDeploymentGroupCallable;
+ private final UnaryCallable
+ createDeploymentGroupCallable;
+ private final OperationCallable
+ createDeploymentGroupOperationCallable;
+ private final UnaryCallable
+ updateDeploymentGroupCallable;
+ private final OperationCallable
+ updateDeploymentGroupOperationCallable;
+ private final UnaryCallable
+ deleteDeploymentGroupCallable;
+ private final OperationCallable
+ deleteDeploymentGroupOperationCallable;
+ private final UnaryCallable
+ listDeploymentGroupsCallable;
+ private final UnaryCallable
+ listDeploymentGroupsPagedCallable;
+ private final UnaryCallable
+ provisionDeploymentGroupCallable;
+ private final OperationCallable<
+ ProvisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ provisionDeploymentGroupOperationCallable;
+ private final UnaryCallable
+ deprovisionDeploymentGroupCallable;
+ private final OperationCallable<
+ DeprovisionDeploymentGroupRequest, DeploymentGroup, OperationMetadata>
+ deprovisionDeploymentGroupOperationCallable;
+ private final UnaryCallable
+ getDeploymentGroupRevisionCallable;
+ private final UnaryCallable<
+ ListDeploymentGroupRevisionsRequest, ListDeploymentGroupRevisionsResponse>
+ listDeploymentGroupRevisionsCallable;
+ private final UnaryCallable<
+ ListDeploymentGroupRevisionsRequest, ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsPagedCallable;
private final UnaryCallable listLocationsCallable;
private final UnaryCallable
listLocationsPagedCallable;
@@ -927,6 +1083,118 @@ protected GrpcConfigStub(
return builder.build();
})
.build();
+ GrpcCallSettings
+ getDeploymentGroupTransportSettings =
+ GrpcCallSettings.newBuilder()
+ .setMethodDescriptor(getDeploymentGroupMethodDescriptor)
+ .setParamsExtractor(
+ request -> {
+ RequestParamsBuilder builder = RequestParamsBuilder.create();
+ builder.add("name", String.valueOf(request.getName()));
+ return builder.build();
+ })
+ .setResourceNameExtractor(request -> request.getName())
+ .build();
+ GrpcCallSettings
+ createDeploymentGroupTransportSettings =
+ GrpcCallSettings.newBuilder()
+ .setMethodDescriptor(createDeploymentGroupMethodDescriptor)
+ .setParamsExtractor(
+ request -> {
+ RequestParamsBuilder builder = RequestParamsBuilder.create();
+ builder.add("parent", String.valueOf(request.getParent()));
+ return builder.build();
+ })
+ .setResourceNameExtractor(request -> request.getParent())
+ .build();
+ GrpcCallSettings
+ updateDeploymentGroupTransportSettings =
+ GrpcCallSettings.newBuilder()
+ .setMethodDescriptor(updateDeploymentGroupMethodDescriptor)
+ .setParamsExtractor(
+ request -> {
+ RequestParamsBuilder builder = RequestParamsBuilder.create();
+ builder.add(
+ "deployment_group.name",
+ String.valueOf(request.getDeploymentGroup().getName()));
+ return builder.build();
+ })
+ .build();
+ GrpcCallSettings
+ deleteDeploymentGroupTransportSettings =
+ GrpcCallSettings.newBuilder()
+ .setMethodDescriptor(deleteDeploymentGroupMethodDescriptor)
+ .setParamsExtractor(
+ request -> {
+ RequestParamsBuilder builder = RequestParamsBuilder.create();
+ builder.add("name", String.valueOf(request.getName()));
+ return builder.build();
+ })
+ .setResourceNameExtractor(request -> request.getName())
+ .build();
+ GrpcCallSettings
+ listDeploymentGroupsTransportSettings =
+ GrpcCallSettings.newBuilder()
+ .setMethodDescriptor(listDeploymentGroupsMethodDescriptor)
+ .setParamsExtractor(
+ request -> {
+ RequestParamsBuilder builder = RequestParamsBuilder.create();
+ builder.add("parent", String.valueOf(request.getParent()));
+ return builder.build();
+ })
+ .setResourceNameExtractor(request -> request.getParent())
+ .build();
+ GrpcCallSettings
+ provisionDeploymentGroupTransportSettings =
+ GrpcCallSettings.newBuilder()
+ .setMethodDescriptor(provisionDeploymentGroupMethodDescriptor)
+ .setParamsExtractor(
+ request -> {
+ RequestParamsBuilder builder = RequestParamsBuilder.create();
+ builder.add("name", String.valueOf(request.getName()));
+ return builder.build();
+ })
+ .setResourceNameExtractor(request -> request.getName())
+ .build();
+ GrpcCallSettings
+ deprovisionDeploymentGroupTransportSettings =
+ GrpcCallSettings.newBuilder()
+ .setMethodDescriptor(deprovisionDeploymentGroupMethodDescriptor)
+ .setParamsExtractor(
+ request -> {
+ RequestParamsBuilder builder = RequestParamsBuilder.create();
+ builder.add("name", String.valueOf(request.getName()));
+ return builder.build();
+ })
+ .setResourceNameExtractor(request -> request.getName())
+ .build();
+ GrpcCallSettings
+ getDeploymentGroupRevisionTransportSettings =
+ GrpcCallSettings
+ .newBuilder()
+ .setMethodDescriptor(getDeploymentGroupRevisionMethodDescriptor)
+ .setParamsExtractor(
+ request -> {
+ RequestParamsBuilder builder = RequestParamsBuilder.create();
+ builder.add("name", String.valueOf(request.getName()));
+ return builder.build();
+ })
+ .setResourceNameExtractor(request -> request.getName())
+ .build();
+ GrpcCallSettings
+ listDeploymentGroupRevisionsTransportSettings =
+ GrpcCallSettings
+ .
+ newBuilder()
+ .setMethodDescriptor(listDeploymentGroupRevisionsMethodDescriptor)
+ .setParamsExtractor(
+ request -> {
+ RequestParamsBuilder builder = RequestParamsBuilder.create();
+ builder.add("parent", String.valueOf(request.getParent()));
+ return builder.build();
+ })
+ .setResourceNameExtractor(request -> request.getParent())
+ .build();
GrpcCallSettings listLocationsTransportSettings =
GrpcCallSettings.newBuilder()
.setMethodDescriptor(listLocationsMethodDescriptor)
@@ -1164,6 +1432,91 @@ protected GrpcConfigStub(
settings.updateAutoMigrationConfigOperationSettings(),
clientContext,
operationsStub);
+ this.getDeploymentGroupCallable =
+ callableFactory.createUnaryCallable(
+ getDeploymentGroupTransportSettings,
+ settings.getDeploymentGroupSettings(),
+ clientContext);
+ this.createDeploymentGroupCallable =
+ callableFactory.createUnaryCallable(
+ createDeploymentGroupTransportSettings,
+ settings.createDeploymentGroupSettings(),
+ clientContext);
+ this.createDeploymentGroupOperationCallable =
+ callableFactory.createOperationCallable(
+ createDeploymentGroupTransportSettings,
+ settings.createDeploymentGroupOperationSettings(),
+ clientContext,
+ operationsStub);
+ this.updateDeploymentGroupCallable =
+ callableFactory.createUnaryCallable(
+ updateDeploymentGroupTransportSettings,
+ settings.updateDeploymentGroupSettings(),
+ clientContext);
+ this.updateDeploymentGroupOperationCallable =
+ callableFactory.createOperationCallable(
+ updateDeploymentGroupTransportSettings,
+ settings.updateDeploymentGroupOperationSettings(),
+ clientContext,
+ operationsStub);
+ this.deleteDeploymentGroupCallable =
+ callableFactory.createUnaryCallable(
+ deleteDeploymentGroupTransportSettings,
+ settings.deleteDeploymentGroupSettings(),
+ clientContext);
+ this.deleteDeploymentGroupOperationCallable =
+ callableFactory.createOperationCallable(
+ deleteDeploymentGroupTransportSettings,
+ settings.deleteDeploymentGroupOperationSettings(),
+ clientContext,
+ operationsStub);
+ this.listDeploymentGroupsCallable =
+ callableFactory.createUnaryCallable(
+ listDeploymentGroupsTransportSettings,
+ settings.listDeploymentGroupsSettings(),
+ clientContext);
+ this.listDeploymentGroupsPagedCallable =
+ callableFactory.createPagedCallable(
+ listDeploymentGroupsTransportSettings,
+ settings.listDeploymentGroupsSettings(),
+ clientContext);
+ this.provisionDeploymentGroupCallable =
+ callableFactory.createUnaryCallable(
+ provisionDeploymentGroupTransportSettings,
+ settings.provisionDeploymentGroupSettings(),
+ clientContext);
+ this.provisionDeploymentGroupOperationCallable =
+ callableFactory.createOperationCallable(
+ provisionDeploymentGroupTransportSettings,
+ settings.provisionDeploymentGroupOperationSettings(),
+ clientContext,
+ operationsStub);
+ this.deprovisionDeploymentGroupCallable =
+ callableFactory.createUnaryCallable(
+ deprovisionDeploymentGroupTransportSettings,
+ settings.deprovisionDeploymentGroupSettings(),
+ clientContext);
+ this.deprovisionDeploymentGroupOperationCallable =
+ callableFactory.createOperationCallable(
+ deprovisionDeploymentGroupTransportSettings,
+ settings.deprovisionDeploymentGroupOperationSettings(),
+ clientContext,
+ operationsStub);
+ this.getDeploymentGroupRevisionCallable =
+ callableFactory.createUnaryCallable(
+ getDeploymentGroupRevisionTransportSettings,
+ settings.getDeploymentGroupRevisionSettings(),
+ clientContext);
+ this.listDeploymentGroupRevisionsCallable =
+ callableFactory.createUnaryCallable(
+ listDeploymentGroupRevisionsTransportSettings,
+ settings.listDeploymentGroupRevisionsSettings(),
+ clientContext);
+ this.listDeploymentGroupRevisionsPagedCallable =
+ callableFactory.createPagedCallable(
+ listDeploymentGroupRevisionsTransportSettings,
+ settings.listDeploymentGroupRevisionsSettings(),
+ clientContext);
this.listLocationsCallable =
callableFactory.createUnaryCallable(
listLocationsTransportSettings, settings.listLocationsSettings(), clientContext);
@@ -1435,6 +1788,99 @@ public UnaryCallable getResourceDriftCal
return updateAutoMigrationConfigOperationCallable;
}
+ @Override
+ public UnaryCallable getDeploymentGroupCallable() {
+ return getDeploymentGroupCallable;
+ }
+
+ @Override
+ public UnaryCallable createDeploymentGroupCallable() {
+ return createDeploymentGroupCallable;
+ }
+
+ @Override
+ public OperationCallable
+ createDeploymentGroupOperationCallable() {
+ return createDeploymentGroupOperationCallable;
+ }
+
+ @Override
+ public UnaryCallable updateDeploymentGroupCallable() {
+ return updateDeploymentGroupCallable;
+ }
+
+ @Override
+ public OperationCallable
+ updateDeploymentGroupOperationCallable() {
+ return updateDeploymentGroupOperationCallable;
+ }
+
+ @Override
+ public UnaryCallable deleteDeploymentGroupCallable() {
+ return deleteDeploymentGroupCallable;
+ }
+
+ @Override
+ public OperationCallable
+ deleteDeploymentGroupOperationCallable() {
+ return deleteDeploymentGroupOperationCallable;
+ }
+
+ @Override
+ public UnaryCallable
+ listDeploymentGroupsCallable() {
+ return listDeploymentGroupsCallable;
+ }
+
+ @Override
+ public UnaryCallable
+ listDeploymentGroupsPagedCallable() {
+ return listDeploymentGroupsPagedCallable;
+ }
+
+ @Override
+ public UnaryCallable
+ provisionDeploymentGroupCallable() {
+ return provisionDeploymentGroupCallable;
+ }
+
+ @Override
+ public OperationCallable
+ provisionDeploymentGroupOperationCallable() {
+ return provisionDeploymentGroupOperationCallable;
+ }
+
+ @Override
+ public UnaryCallable
+ deprovisionDeploymentGroupCallable() {
+ return deprovisionDeploymentGroupCallable;
+ }
+
+ @Override
+ public OperationCallable
+ deprovisionDeploymentGroupOperationCallable() {
+ return deprovisionDeploymentGroupOperationCallable;
+ }
+
+ @Override
+ public UnaryCallable
+ getDeploymentGroupRevisionCallable() {
+ return getDeploymentGroupRevisionCallable;
+ }
+
+ @Override
+ public UnaryCallable
+ listDeploymentGroupRevisionsCallable() {
+ return listDeploymentGroupRevisionsCallable;
+ }
+
+ @Override
+ public UnaryCallable<
+ ListDeploymentGroupRevisionsRequest, ListDeploymentGroupRevisionsPagedResponse>
+ listDeploymentGroupRevisionsPagedCallable() {
+ return listDeploymentGroupRevisionsPagedCallable;
+ }
+
@Override
public UnaryCallable listLocationsCallable() {
return listLocationsCallable;
diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigStub.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigStub.java
index 2e25a55118bc..c6976153534d 100644
--- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigStub.java
+++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigStub.java
@@ -16,6 +16,8 @@
package com.google.cloud.config.v1.stub;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupRevisionsPagedResponse;
+import static com.google.cloud.config.v1.ConfigClient.ListDeploymentGroupsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListDeploymentsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListLocationsPagedResponse;
import static com.google.cloud.config.v1.ConfigClient.ListPreviewsPagedResponse;
@@ -42,18 +44,25 @@
import com.google.api.gax.rpc.RequestParamsBuilder;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.config.v1.AutoMigrationConfig;
+import com.google.cloud.config.v1.CreateDeploymentGroupRequest;
import com.google.cloud.config.v1.CreateDeploymentRequest;
import com.google.cloud.config.v1.CreatePreviewRequest;
+import com.google.cloud.config.v1.DeleteDeploymentGroupRequest;
import com.google.cloud.config.v1.DeleteDeploymentRequest;
import com.google.cloud.config.v1.DeletePreviewRequest;
import com.google.cloud.config.v1.DeleteStatefileRequest;
import com.google.cloud.config.v1.Deployment;
+import com.google.cloud.config.v1.DeploymentGroup;
+import com.google.cloud.config.v1.DeploymentGroupRevision;
+import com.google.cloud.config.v1.DeprovisionDeploymentGroupRequest;
import com.google.cloud.config.v1.ExportDeploymentStatefileRequest;
import com.google.cloud.config.v1.ExportLockInfoRequest;
import com.google.cloud.config.v1.ExportPreviewResultRequest;
import com.google.cloud.config.v1.ExportPreviewResultResponse;
import com.google.cloud.config.v1.ExportRevisionStatefileRequest;
import com.google.cloud.config.v1.GetAutoMigrationConfigRequest;
+import com.google.cloud.config.v1.GetDeploymentGroupRequest;
+import com.google.cloud.config.v1.GetDeploymentGroupRevisionRequest;
import com.google.cloud.config.v1.GetDeploymentRequest;
import com.google.cloud.config.v1.GetPreviewRequest;
import com.google.cloud.config.v1.GetResourceChangeRequest;
@@ -62,6 +71,10 @@
import com.google.cloud.config.v1.GetRevisionRequest;
import com.google.cloud.config.v1.GetTerraformVersionRequest;
import com.google.cloud.config.v1.ImportStatefileRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupRevisionsRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupRevisionsResponse;
+import com.google.cloud.config.v1.ListDeploymentGroupsRequest;
+import com.google.cloud.config.v1.ListDeploymentGroupsResponse;
import com.google.cloud.config.v1.ListDeploymentsRequest;
import com.google.cloud.config.v1.ListDeploymentsResponse;
import com.google.cloud.config.v1.ListPreviewsRequest;
@@ -80,6 +93,7 @@
import com.google.cloud.config.v1.LockInfo;
import com.google.cloud.config.v1.OperationMetadata;
import com.google.cloud.config.v1.Preview;
+import com.google.cloud.config.v1.ProvisionDeploymentGroupRequest;
import com.google.cloud.config.v1.Resource;
import com.google.cloud.config.v1.ResourceChange;
import com.google.cloud.config.v1.ResourceDrift;
@@ -88,6 +102,7 @@
import com.google.cloud.config.v1.TerraformVersion;
import com.google.cloud.config.v1.UnlockDeploymentRequest;
import com.google.cloud.config.v1.UpdateAutoMigrationConfigRequest;
+import com.google.cloud.config.v1.UpdateDeploymentGroupRequest;
import com.google.cloud.config.v1.UpdateDeploymentRequest;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
@@ -122,6 +137,7 @@ public class HttpJsonConfigStub extends ConfigStub {
TypeRegistry.newBuilder()
.add(Deployment.getDescriptor())
.add(AutoMigrationConfig.getDescriptor())
+ .add(DeploymentGroup.getDescriptor())
.add(OperationMetadata.getDescriptor())
.add(Preview.getDescriptor())
.build();
@@ -1218,6 +1234,366 @@ public class HttpJsonConfigStub extends ConfigStub {
HttpJsonOperationSnapshot.create(response))
.build();
+ private static final ApiMethodDescriptor
+ getDeploymentGroupMethodDescriptor =
+ ApiMethodDescriptor.newBuilder()
+ .setFullMethodName("google.cloud.config.v1.Config/GetDeploymentGroup")
+ .setHttpMethod("GET")
+ .setType(ApiMethodDescriptor.MethodType.UNARY)
+ .setRequestFormatter(
+ ProtoMessageRequestFormatter.newBuilder()
+ .setPath(
+ "/v1/{name=projects/*/locations/*/deploymentGroups/*}",
+ request -> {
+ Map fields = new HashMap<>();
+ ProtoRestSerializer serializer =
+ ProtoRestSerializer.create();
+ serializer.putPathParam(fields, "name", request.getName());
+ return fields;
+ })
+ .setQueryParamsExtractor(
+ request -> {
+ Map> fields = new HashMap<>();
+ ProtoRestSerializer serializer =
+ ProtoRestSerializer.create();
+ serializer.putQueryParam(fields, "$alt", "json;enum-encoding=int");
+ return fields;
+ })
+ .setRequestBodyExtractor(request -> null)
+ .build())
+ .setResponseParser(
+ ProtoMessageResponseParser.newBuilder()
+ .setDefaultInstance(DeploymentGroup.getDefaultInstance())
+ .setDefaultTypeRegistry(typeRegistry)
+ .build())
+ .build();
+
+ private static final ApiMethodDescriptor
+ createDeploymentGroupMethodDescriptor =
+ ApiMethodDescriptor.newBuilder()
+ .setFullMethodName("google.cloud.config.v1.Config/CreateDeploymentGroup")
+ .setHttpMethod("POST")
+ .setType(ApiMethodDescriptor.MethodType.UNARY)
+ .setRequestFormatter(
+ ProtoMessageRequestFormatter.newBuilder()
+ .setPath(
+ "/v1/{parent=projects/*/locations/*}/deploymentGroups",
+ request -> {
+ Map fields = new HashMap<>();
+ ProtoRestSerializer serializer =
+ ProtoRestSerializer.create();
+ serializer.putPathParam(fields, "parent", request.getParent());
+ return fields;
+ })
+ .setQueryParamsExtractor(
+ request -> {
+ Map |