diff --git a/java-network-management/README.md b/java-network-management/README.md
index 489e6021a727..feb9b12b1f23 100644
--- a/java-network-management/README.md
+++ b/java-network-management/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-network-management.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-network-management/1.36.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-network-management/1.37.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-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/ReachabilityServiceSettings.java b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/ReachabilityServiceSettings.java
index 05b5ca76863b..10a120299746 100644
--- a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/ReachabilityServiceSettings.java
+++ b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/ReachabilityServiceSettings.java
@@ -198,7 +198,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -240,7 +239,6 @@ private static Builder createDefault() {
return new Builder(ReachabilityServiceStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(ReachabilityServiceStubSettings.newHttpJsonBuilder());
}
diff --git a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/HttpJsonReachabilityServiceCallableFactory.java b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/HttpJsonReachabilityServiceCallableFactory.java
index 776cda812a83..95f41c086c79 100644
--- a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/HttpJsonReachabilityServiceCallableFactory.java
+++ b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/HttpJsonReachabilityServiceCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.networkmanagement.v1.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
*
This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonReachabilityServiceCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/HttpJsonReachabilityServiceStub.java b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/HttpJsonReachabilityServiceStub.java
index 0b83f0c9b027..155b25d78281 100644
--- a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/HttpJsonReachabilityServiceStub.java
+++ b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/HttpJsonReachabilityServiceStub.java
@@ -19,7 +19,6 @@
import static com.google.cloud.networkmanagement.v1.ReachabilityServiceClient.ListConnectivityTestsPagedResponse;
import com.google.api.HttpRule;
-import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -63,7 +62,6 @@
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonReachabilityServiceStub extends ReachabilityServiceStub {
private static final TypeRegistry typeRegistry =
TypeRegistry.newBuilder()
diff --git a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/ReachabilityServiceStubSettings.java b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/ReachabilityServiceStubSettings.java
index 7dd2331e6c49..62373500594c 100644
--- a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/ReachabilityServiceStubSettings.java
+++ b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1/stub/ReachabilityServiceStubSettings.java
@@ -709,8 +709,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createConnectivityTest. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateConnectivityTestRequest, ConnectivityTest, OperationMetadata>
createConnectivityTestOperationSettings() {
@@ -724,8 +722,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateConnectivityTest. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateConnectivityTestRequest, ConnectivityTest, OperationMetadata>
updateConnectivityTestOperationSettings() {
@@ -739,8 +735,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to rerunConnectivityTest. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
RerunConnectivityTestRequest, ConnectivityTest, OperationMetadata>
rerunConnectivityTestOperationSettings() {
@@ -754,8 +748,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteConnectivityTest. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteConnectivityTestOperationSettings() {
return deleteConnectivityTestOperationSettings;
diff --git a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/ReachabilityServiceSettings.java b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/ReachabilityServiceSettings.java
index 55b074e3b6f6..0902883d6c74 100644
--- a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/ReachabilityServiceSettings.java
+++ b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/ReachabilityServiceSettings.java
@@ -199,7 +199,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -241,7 +240,6 @@ private static Builder createDefault() {
return new Builder(ReachabilityServiceStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(ReachabilityServiceStubSettings.newHttpJsonBuilder());
}
diff --git a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/stub/HttpJsonReachabilityServiceCallableFactory.java b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/stub/HttpJsonReachabilityServiceCallableFactory.java
index 9a24bbdbd15f..9b764536f61f 100644
--- a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/stub/HttpJsonReachabilityServiceCallableFactory.java
+++ b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/stub/HttpJsonReachabilityServiceCallableFactory.java
@@ -73,8 +73,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/stub/ReachabilityServiceStubSettings.java b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/stub/ReachabilityServiceStubSettings.java
index 96e239e6f806..69efa1712d0d 100644
--- a/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/stub/ReachabilityServiceStubSettings.java
+++ b/java-network-management/google-cloud-network-management/src/main/java/com/google/cloud/networkmanagement/v1beta1/stub/ReachabilityServiceStubSettings.java
@@ -710,8 +710,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createConnectivityTest. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateConnectivityTestRequest, ConnectivityTest, OperationMetadata>
createConnectivityTestOperationSettings() {
@@ -725,8 +723,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateConnectivityTest. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateConnectivityTestRequest, ConnectivityTest, OperationMetadata>
updateConnectivityTestOperationSettings() {
@@ -740,8 +736,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to rerunConnectivityTest. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
RerunConnectivityTestRequest, ConnectivityTest, OperationMetadata>
rerunConnectivityTestOperationSettings() {
@@ -755,8 +749,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteConnectivityTest. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteConnectivityTestOperationSettings() {
return deleteConnectivityTestOperationSettings;
diff --git a/java-network-security/README.md b/java-network-security/README.md
index 413d257c9108..6f2cc256bf0c 100644
--- a/java-network-security/README.md
+++ b/java-network-security/README.md
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-network-security.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-network-security/0.38.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-network-security/0.39.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-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1/stub/NetworkSecurityStubSettings.java b/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1/stub/NetworkSecurityStubSettings.java
index ddadc1864222..e97b165c4762 100644
--- a/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1/stub/NetworkSecurityStubSettings.java
+++ b/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1/stub/NetworkSecurityStubSettings.java
@@ -23,7 +23,6 @@
import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
-import com.google.api.core.BetaApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -1381,8 +1380,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createAuthorizationPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateAuthorizationPolicyRequest, AuthorizationPolicy, OperationMetadata>
createAuthorizationPolicyOperationSettings() {
@@ -1396,8 +1393,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateAuthorizationPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateAuthorizationPolicyRequest, AuthorizationPolicy, OperationMetadata>
updateAuthorizationPolicyOperationSettings() {
@@ -1411,8 +1406,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteAuthorizationPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteAuthorizationPolicyOperationSettings() {
return deleteAuthorizationPolicyOperationSettings;
@@ -1440,8 +1433,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createServerTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateServerTlsPolicyRequest, ServerTlsPolicy, OperationMetadata>
createServerTlsPolicyOperationSettings() {
@@ -1455,8 +1446,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateServerTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateServerTlsPolicyRequest, ServerTlsPolicy, OperationMetadata>
updateServerTlsPolicyOperationSettings() {
@@ -1470,8 +1459,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteServerTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteServerTlsPolicyOperationSettings() {
return deleteServerTlsPolicyOperationSettings;
@@ -1499,8 +1486,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createClientTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateClientTlsPolicyRequest, ClientTlsPolicy, OperationMetadata>
createClientTlsPolicyOperationSettings() {
@@ -1514,8 +1499,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateClientTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateClientTlsPolicyRequest, ClientTlsPolicy, OperationMetadata>
updateClientTlsPolicyOperationSettings() {
@@ -1529,8 +1512,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteClientTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteClientTlsPolicyOperationSettings() {
return deleteClientTlsPolicyOperationSettings;
diff --git a/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/NetworkSecuritySettings.java b/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/NetworkSecuritySettings.java
index 0f64fffedc39..672c7eb4e9ff 100644
--- a/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/NetworkSecuritySettings.java
+++ b/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/NetworkSecuritySettings.java
@@ -334,7 +334,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -376,7 +375,6 @@ private static Builder createDefault() {
return new Builder(NetworkSecurityStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(NetworkSecurityStubSettings.newHttpJsonBuilder());
}
diff --git a/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/stub/HttpJsonNetworkSecurityCallableFactory.java b/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/stub/HttpJsonNetworkSecurityCallableFactory.java
index 8d1fd465621c..c0d4dfce1a6f 100644
--- a/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/stub/HttpJsonNetworkSecurityCallableFactory.java
+++ b/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/stub/HttpJsonNetworkSecurityCallableFactory.java
@@ -73,8 +73,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/stub/NetworkSecurityStubSettings.java b/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/stub/NetworkSecurityStubSettings.java
index 25960db92986..b5479b9645e3 100644
--- a/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/stub/NetworkSecurityStubSettings.java
+++ b/java-network-security/google-cloud-network-security/src/main/java/com/google/cloud/networksecurity/v1beta1/stub/NetworkSecurityStubSettings.java
@@ -1427,8 +1427,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createAuthorizationPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateAuthorizationPolicyRequest, AuthorizationPolicy, OperationMetadata>
createAuthorizationPolicyOperationSettings() {
@@ -1442,8 +1440,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateAuthorizationPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateAuthorizationPolicyRequest, AuthorizationPolicy, OperationMetadata>
updateAuthorizationPolicyOperationSettings() {
@@ -1457,8 +1453,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteAuthorizationPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteAuthorizationPolicyOperationSettings() {
return deleteAuthorizationPolicyOperationSettings;
@@ -1486,8 +1480,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createServerTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateServerTlsPolicyRequest, ServerTlsPolicy, OperationMetadata>
createServerTlsPolicyOperationSettings() {
@@ -1501,8 +1493,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateServerTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateServerTlsPolicyRequest, ServerTlsPolicy, OperationMetadata>
updateServerTlsPolicyOperationSettings() {
@@ -1516,8 +1506,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteServerTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteServerTlsPolicyOperationSettings() {
return deleteServerTlsPolicyOperationSettings;
@@ -1545,8 +1533,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createClientTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateClientTlsPolicyRequest, ClientTlsPolicy, OperationMetadata>
createClientTlsPolicyOperationSettings() {
@@ -1560,8 +1546,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateClientTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateClientTlsPolicyRequest, ClientTlsPolicy, OperationMetadata>
updateClientTlsPolicyOperationSettings() {
@@ -1575,8 +1559,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteClientTlsPolicy. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteClientTlsPolicyOperationSettings() {
return deleteClientTlsPolicyOperationSettings;
diff --git a/java-networkconnectivity/README.md b/java-networkconnectivity/README.md
index eabdc2d1223d..89a3d12ab2ab 100644
--- a/java-networkconnectivity/README.md
+++ b/java-networkconnectivity/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-networkconnectivity.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-networkconnectivity/1.34.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-networkconnectivity/1.35.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-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1/stub/HubServiceStubSettings.java b/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1/stub/HubServiceStubSettings.java
index 33406e5e17f2..9cb55a5ea9ec 100644
--- a/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1/stub/HubServiceStubSettings.java
+++ b/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1/stub/HubServiceStubSettings.java
@@ -26,7 +26,6 @@
import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
-import com.google.api.core.BetaApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -1461,8 +1460,6 @@ public UnaryCallSettings.Builder createHubSettings(
}
/** Returns the builder for the settings used for calls to createHub. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createHubOperationSettings() {
return createHubOperationSettings;
@@ -1474,8 +1471,6 @@ public UnaryCallSettings.Builder updateHubSettings(
}
/** Returns the builder for the settings used for calls to updateHub. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
updateHubOperationSettings() {
return updateHubOperationSettings;
@@ -1487,8 +1482,6 @@ public UnaryCallSettings.Builder deleteHubSettings(
}
/** Returns the builder for the settings used for calls to deleteHub. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteHubOperationSettings() {
return deleteHubOperationSettings;
@@ -1518,8 +1511,6 @@ public UnaryCallSettings.Builder createSpokeSetti
}
/** Returns the builder for the settings used for calls to createSpoke. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createSpokeOperationSettings() {
return createSpokeOperationSettings;
@@ -1531,8 +1522,6 @@ public UnaryCallSettings.Builder updateSpokeSetti
}
/** Returns the builder for the settings used for calls to updateSpoke. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
updateSpokeOperationSettings() {
return updateSpokeOperationSettings;
@@ -1544,8 +1533,6 @@ public UnaryCallSettings.Builder rejectHubSpok
}
/** Returns the builder for the settings used for calls to rejectHubSpoke. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
RejectHubSpokeRequest, RejectHubSpokeResponse, OperationMetadata>
rejectHubSpokeOperationSettings() {
@@ -1558,8 +1545,6 @@ public UnaryCallSettings.Builder acceptHubSpok
}
/** Returns the builder for the settings used for calls to acceptHubSpoke. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
AcceptHubSpokeRequest, AcceptHubSpokeResponse, OperationMetadata>
acceptHubSpokeOperationSettings() {
@@ -1572,8 +1557,6 @@ public UnaryCallSettings.Builder deleteSpokeSetti
}
/** Returns the builder for the settings used for calls to deleteSpoke. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteSpokeOperationSettings() {
return deleteSpokeOperationSettings;
diff --git a/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1/stub/PolicyBasedRoutingServiceStubSettings.java b/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1/stub/PolicyBasedRoutingServiceStubSettings.java
index d883c8877d14..99eef3da8a2c 100644
--- a/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1/stub/PolicyBasedRoutingServiceStubSettings.java
+++ b/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1/stub/PolicyBasedRoutingServiceStubSettings.java
@@ -21,7 +21,6 @@
import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
-import com.google.api.core.BetaApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -711,8 +710,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createPolicyBasedRoute. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreatePolicyBasedRouteRequest, PolicyBasedRoute, OperationMetadata>
createPolicyBasedRouteOperationSettings() {
@@ -726,8 +723,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deletePolicyBasedRoute. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deletePolicyBasedRouteOperationSettings() {
return deletePolicyBasedRouteOperationSettings;
diff --git a/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1alpha1/stub/HubServiceStubSettings.java b/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1alpha1/stub/HubServiceStubSettings.java
index 93f22eb1058f..82ba36edee2b 100644
--- a/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1alpha1/stub/HubServiceStubSettings.java
+++ b/java-networkconnectivity/google-cloud-networkconnectivity/src/main/java/com/google/cloud/networkconnectivity/v1alpha1/stub/HubServiceStubSettings.java
@@ -817,8 +817,6 @@ public UnaryCallSettings.Builder createHubSettings(
}
/** Returns the builder for the settings used for calls to createHub. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createHubOperationSettings() {
return createHubOperationSettings;
@@ -830,8 +828,6 @@ public UnaryCallSettings.Builder updateHubSettings(
}
/** Returns the builder for the settings used for calls to updateHub. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
updateHubOperationSettings() {
return updateHubOperationSettings;
@@ -843,8 +839,6 @@ public UnaryCallSettings.Builder deleteHubSettings(
}
/** Returns the builder for the settings used for calls to deleteHub. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteHubOperationSettings() {
return deleteHubOperationSettings;
@@ -867,8 +861,6 @@ public UnaryCallSettings.Builder createSpokeSetti
}
/** Returns the builder for the settings used for calls to createSpoke. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createSpokeOperationSettings() {
return createSpokeOperationSettings;
@@ -880,8 +872,6 @@ public UnaryCallSettings.Builder updateSpokeSetti
}
/** Returns the builder for the settings used for calls to updateSpoke. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
updateSpokeOperationSettings() {
return updateSpokeOperationSettings;
@@ -893,8 +883,6 @@ public UnaryCallSettings.Builder deleteSpokeSetti
}
/** Returns the builder for the settings used for calls to deleteSpoke. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteSpokeOperationSettings() {
return deleteSpokeOperationSettings;
diff --git a/java-notebooks/README.md b/java-notebooks/README.md
index b263fd666898..7daa923e13d3 100644
--- a/java-notebooks/README.md
+++ b/java-notebooks/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-notebooks.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-notebooks/1.33.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-notebooks/1.34.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-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/ManagedNotebookServiceStubSettings.java b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/ManagedNotebookServiceStubSettings.java
index 96bd3f45899a..bccecfeab6e3 100644
--- a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/ManagedNotebookServiceStubSettings.java
+++ b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/ManagedNotebookServiceStubSettings.java
@@ -21,7 +21,6 @@
import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
-import com.google.api.core.BetaApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -1141,8 +1140,6 @@ public UnaryCallSettings.Builder createRuntimeS
}
/** Returns the builder for the settings used for calls to createRuntime. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createRuntimeOperationSettings() {
return createRuntimeOperationSettings;
@@ -1154,8 +1151,6 @@ public UnaryCallSettings.Builder updateRuntimeS
}
/** Returns the builder for the settings used for calls to updateRuntime. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
updateRuntimeOperationSettings() {
return updateRuntimeOperationSettings;
@@ -1167,8 +1162,6 @@ public UnaryCallSettings.Builder deleteRuntimeS
}
/** Returns the builder for the settings used for calls to deleteRuntime. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteRuntimeOperationSettings() {
return deleteRuntimeOperationSettings;
@@ -1180,8 +1173,6 @@ public UnaryCallSettings.Builder startRuntimeSet
}
/** Returns the builder for the settings used for calls to startRuntime. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
startRuntimeOperationSettings() {
return startRuntimeOperationSettings;
@@ -1193,8 +1184,6 @@ public UnaryCallSettings.Builder stopRuntimeSetti
}
/** Returns the builder for the settings used for calls to stopRuntime. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
stopRuntimeOperationSettings() {
return stopRuntimeOperationSettings;
@@ -1206,8 +1195,6 @@ public UnaryCallSettings.Builder switchRuntimeS
}
/** Returns the builder for the settings used for calls to switchRuntime. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
switchRuntimeOperationSettings() {
return switchRuntimeOperationSettings;
@@ -1219,8 +1206,6 @@ public UnaryCallSettings.Builder resetRuntimeSet
}
/** Returns the builder for the settings used for calls to resetRuntime. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
resetRuntimeOperationSettings() {
return resetRuntimeOperationSettings;
@@ -1232,8 +1217,6 @@ public UnaryCallSettings.Builder upgradeRuntim
}
/** Returns the builder for the settings used for calls to upgradeRuntime. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
upgradeRuntimeOperationSettings() {
return upgradeRuntimeOperationSettings;
@@ -1246,8 +1229,6 @@ public UnaryCallSettings.Builder upgradeRuntim
}
/** Returns the builder for the settings used for calls to reportRuntimeEvent. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
reportRuntimeEventOperationSettings() {
return reportRuntimeEventOperationSettings;
@@ -1266,8 +1247,6 @@ public UnaryCallSettings.Builder diagnoseRunt
}
/** Returns the builder for the settings used for calls to diagnoseRuntime. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
diagnoseRuntimeOperationSettings() {
return diagnoseRuntimeOperationSettings;
diff --git a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/NotebookServiceStubSettings.java b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/NotebookServiceStubSettings.java
index d5afe480231c..e0675f6ce919 100644
--- a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/NotebookServiceStubSettings.java
+++ b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1/stub/NotebookServiceStubSettings.java
@@ -24,7 +24,6 @@
import com.google.api.core.ApiFunction;
import com.google.api.core.ApiFuture;
-import com.google.api.core.BetaApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -2254,8 +2253,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to createInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createInstanceOperationSettings() {
return createInstanceOperationSettings;
@@ -2268,8 +2265,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to registerInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
registerInstanceOperationSettings() {
return registerInstanceOperationSettings;
@@ -2282,8 +2277,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to setInstanceAccelerator. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
setInstanceAcceleratorOperationSettings() {
return setInstanceAcceleratorOperationSettings;
@@ -2296,8 +2289,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to setInstanceMachineType. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
setInstanceMachineTypeOperationSettings() {
return setInstanceMachineTypeOperationSettings;
@@ -2310,8 +2301,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to updateInstanceConfig. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
updateInstanceConfigOperationSettings() {
return updateInstanceConfigOperationSettings;
@@ -2324,8 +2313,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to updateShieldedInstanceConfig. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateShieldedInstanceConfigRequest, Instance, OperationMetadata>
updateShieldedInstanceConfigOperationSettings() {
@@ -2339,8 +2326,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to setInstanceLabels. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
setInstanceLabelsOperationSettings() {
return setInstanceLabelsOperationSettings;
@@ -2359,8 +2344,6 @@ public UnaryCallSettings.Builder deleteInstanc
}
/** Returns the builder for the settings used for calls to deleteInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteInstanceOperationSettings() {
return deleteInstanceOperationSettings;
@@ -2372,8 +2355,6 @@ public UnaryCallSettings.Builder startInstanceS
}
/** Returns the builder for the settings used for calls to startInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
startInstanceOperationSettings() {
return startInstanceOperationSettings;
@@ -2385,8 +2366,6 @@ public UnaryCallSettings.Builder stopInstanceSet
}
/** Returns the builder for the settings used for calls to stopInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
stopInstanceOperationSettings() {
return stopInstanceOperationSettings;
@@ -2398,8 +2377,6 @@ public UnaryCallSettings.Builder resetInstanceS
}
/** Returns the builder for the settings used for calls to resetInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
resetInstanceOperationSettings() {
return resetInstanceOperationSettings;
@@ -2412,8 +2389,6 @@ public UnaryCallSettings.Builder resetInstanceS
}
/** Returns the builder for the settings used for calls to reportInstanceInfo. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
reportInstanceInfoOperationSettings() {
return reportInstanceInfoOperationSettings;
@@ -2437,8 +2412,6 @@ public UnaryCallSettings.Builder upgradeInsta
}
/** Returns the builder for the settings used for calls to upgradeInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
upgradeInstanceOperationSettings() {
return upgradeInstanceOperationSettings;
@@ -2451,8 +2424,6 @@ public UnaryCallSettings.Builder upgradeInsta
}
/** Returns the builder for the settings used for calls to rollbackInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
rollbackInstanceOperationSettings() {
return rollbackInstanceOperationSettings;
@@ -2465,8 +2436,6 @@ public UnaryCallSettings.Builder upgradeInsta
}
/** Returns the builder for the settings used for calls to diagnoseInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
diagnoseInstanceOperationSettings() {
return diagnoseInstanceOperationSettings;
@@ -2479,8 +2448,6 @@ public UnaryCallSettings.Builder upgradeInsta
}
/** Returns the builder for the settings used for calls to upgradeInstanceInternal. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpgradeInstanceInternalRequest, Instance, OperationMetadata>
upgradeInstanceInternalOperationSettings() {
@@ -2506,8 +2473,6 @@ public UnaryCallSettings.Builder getEnvironm
}
/** Returns the builder for the settings used for calls to createEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createEnvironmentOperationSettings() {
return createEnvironmentOperationSettings;
@@ -2520,8 +2485,6 @@ public UnaryCallSettings.Builder getEnvironm
}
/** Returns the builder for the settings used for calls to deleteEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteEnvironmentOperationSettings() {
return deleteEnvironmentOperationSettings;
@@ -2545,8 +2508,6 @@ public UnaryCallSettings.Builder deleteSchedul
}
/** Returns the builder for the settings used for calls to deleteSchedule. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteScheduleOperationSettings() {
return deleteScheduleOperationSettings;
@@ -2558,8 +2519,6 @@ public UnaryCallSettings.Builder createSchedul
}
/** Returns the builder for the settings used for calls to createSchedule. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createScheduleOperationSettings() {
return createScheduleOperationSettings;
@@ -2571,8 +2530,6 @@ public UnaryCallSettings.Builder triggerSched
}
/** Returns the builder for the settings used for calls to triggerSchedule. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
triggerScheduleOperationSettings() {
return triggerScheduleOperationSettings;
@@ -2596,8 +2553,6 @@ public UnaryCallSettings.Builder deleteExecut
}
/** Returns the builder for the settings used for calls to deleteExecution. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteExecutionOperationSettings() {
return deleteExecutionOperationSettings;
@@ -2609,8 +2564,6 @@ public UnaryCallSettings.Builder createExecut
}
/** Returns the builder for the settings used for calls to createExecution. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createExecutionOperationSettings() {
return createExecutionOperationSettings;
diff --git a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/stub/NotebookServiceStubSettings.java b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/stub/NotebookServiceStubSettings.java
index 14a21f523b5c..df8270f9699e 100644
--- a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/stub/NotebookServiceStubSettings.java
+++ b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v1beta1/stub/NotebookServiceStubSettings.java
@@ -1506,8 +1506,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to createInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createInstanceOperationSettings() {
return createInstanceOperationSettings;
@@ -1520,8 +1518,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to registerInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
registerInstanceOperationSettings() {
return registerInstanceOperationSettings;
@@ -1534,8 +1530,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to setInstanceAccelerator. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
setInstanceAcceleratorOperationSettings() {
return setInstanceAcceleratorOperationSettings;
@@ -1548,8 +1542,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to setInstanceMachineType. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
setInstanceMachineTypeOperationSettings() {
return setInstanceMachineTypeOperationSettings;
@@ -1562,8 +1554,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to setInstanceLabels. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
setInstanceLabelsOperationSettings() {
return setInstanceLabelsOperationSettings;
@@ -1575,8 +1565,6 @@ public UnaryCallSettings.Builder deleteInstanc
}
/** Returns the builder for the settings used for calls to deleteInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteInstanceOperationSettings() {
return deleteInstanceOperationSettings;
@@ -1588,8 +1576,6 @@ public UnaryCallSettings.Builder startInstanceS
}
/** Returns the builder for the settings used for calls to startInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
startInstanceOperationSettings() {
return startInstanceOperationSettings;
@@ -1601,8 +1587,6 @@ public UnaryCallSettings.Builder stopInstanceSet
}
/** Returns the builder for the settings used for calls to stopInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
stopInstanceOperationSettings() {
return stopInstanceOperationSettings;
@@ -1614,8 +1598,6 @@ public UnaryCallSettings.Builder resetInstanceS
}
/** Returns the builder for the settings used for calls to resetInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
resetInstanceOperationSettings() {
return resetInstanceOperationSettings;
@@ -1628,8 +1610,6 @@ public UnaryCallSettings.Builder resetInstanceS
}
/** Returns the builder for the settings used for calls to reportInstanceInfo. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
reportInstanceInfoOperationSettings() {
return reportInstanceInfoOperationSettings;
@@ -1657,8 +1637,6 @@ public UnaryCallSettings.Builder upgradeInsta
}
/** Returns the builder for the settings used for calls to upgradeInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
upgradeInstanceOperationSettings() {
return upgradeInstanceOperationSettings;
@@ -1676,8 +1654,6 @@ public UnaryCallSettings.Builder upgradeInsta
}
/** Returns the builder for the settings used for calls to upgradeInstanceInternal. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpgradeInstanceInternalRequest, Instance, OperationMetadata>
upgradeInstanceInternalOperationSettings() {
@@ -1703,8 +1679,6 @@ public UnaryCallSettings.Builder getEnvironm
}
/** Returns the builder for the settings used for calls to createEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createEnvironmentOperationSettings() {
return createEnvironmentOperationSettings;
@@ -1717,8 +1691,6 @@ public UnaryCallSettings.Builder getEnvironm
}
/** Returns the builder for the settings used for calls to deleteEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteEnvironmentOperationSettings() {
return deleteEnvironmentOperationSettings;
diff --git a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/NotebookServiceSettings.java b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/NotebookServiceSettings.java
index b399ec7b67f9..3788ca0e7206 100644
--- a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/NotebookServiceSettings.java
+++ b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/NotebookServiceSettings.java
@@ -282,7 +282,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -324,7 +323,6 @@ private static Builder createDefault() {
return new Builder(NotebookServiceStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(NotebookServiceStubSettings.newHttpJsonBuilder());
}
diff --git a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/HttpJsonNotebookServiceCallableFactory.java b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/HttpJsonNotebookServiceCallableFactory.java
index 6c20ac9d8835..05d661988aaa 100644
--- a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/HttpJsonNotebookServiceCallableFactory.java
+++ b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/HttpJsonNotebookServiceCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.notebooks.v2.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
* This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonNotebookServiceCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/HttpJsonNotebookServiceStub.java b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/HttpJsonNotebookServiceStub.java
index cfa10456573f..9a7ebbabe754 100644
--- a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/HttpJsonNotebookServiceStub.java
+++ b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/HttpJsonNotebookServiceStub.java
@@ -20,7 +20,6 @@
import static com.google.cloud.notebooks.v2.NotebookServiceClient.ListLocationsPagedResponse;
import com.google.api.HttpRule;
-import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -80,7 +79,6 @@
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonNotebookServiceStub extends NotebookServiceStub {
private static final TypeRegistry typeRegistry =
TypeRegistry.newBuilder()
diff --git a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/NotebookServiceStubSettings.java b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/NotebookServiceStubSettings.java
index d032f7b2fe60..f4e1a97cca86 100644
--- a/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/NotebookServiceStubSettings.java
+++ b/java-notebooks/google-cloud-notebooks/src/main/java/com/google/cloud/notebooks/v2/stub/NotebookServiceStubSettings.java
@@ -1130,8 +1130,6 @@ public UnaryCallSettings.Builder createInstanc
}
/** Returns the builder for the settings used for calls to createInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createInstanceOperationSettings() {
return createInstanceOperationSettings;
@@ -1143,8 +1141,6 @@ public UnaryCallSettings.Builder updateInstanc
}
/** Returns the builder for the settings used for calls to updateInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
updateInstanceOperationSettings() {
return updateInstanceOperationSettings;
@@ -1156,8 +1152,6 @@ public UnaryCallSettings.Builder deleteInstanc
}
/** Returns the builder for the settings used for calls to deleteInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteInstanceOperationSettings() {
return deleteInstanceOperationSettings;
@@ -1169,8 +1163,6 @@ public UnaryCallSettings.Builder startInstanceS
}
/** Returns the builder for the settings used for calls to startInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
startInstanceOperationSettings() {
return startInstanceOperationSettings;
@@ -1182,8 +1174,6 @@ public UnaryCallSettings.Builder stopInstanceSet
}
/** Returns the builder for the settings used for calls to stopInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
stopInstanceOperationSettings() {
return stopInstanceOperationSettings;
@@ -1195,8 +1185,6 @@ public UnaryCallSettings.Builder resetInstanceS
}
/** Returns the builder for the settings used for calls to resetInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
resetInstanceOperationSettings() {
return resetInstanceOperationSettings;
@@ -1215,8 +1203,6 @@ public UnaryCallSettings.Builder upgradeInsta
}
/** Returns the builder for the settings used for calls to upgradeInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
upgradeInstanceOperationSettings() {
return upgradeInstanceOperationSettings;
@@ -1229,8 +1215,6 @@ public UnaryCallSettings.Builder upgradeInsta
}
/** Returns the builder for the settings used for calls to rollbackInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
rollbackInstanceOperationSettings() {
return rollbackInstanceOperationSettings;
@@ -1243,8 +1227,6 @@ public UnaryCallSettings.Builder upgradeInsta
}
/** Returns the builder for the settings used for calls to diagnoseInstance. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
diagnoseInstanceOperationSettings() {
return diagnoseInstanceOperationSettings;
diff --git a/java-optimization/README.md b/java-optimization/README.md
index fd4f941bd62c..27c05f66acf5 100644
--- a/java-optimization/README.md
+++ b/java-optimization/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-optimization.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-optimization/1.33.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-optimization/1.34.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-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/FleetRoutingSettings.java b/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/FleetRoutingSettings.java
index ffde9df7f827..effa6bd48cf1 100644
--- a/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/FleetRoutingSettings.java
+++ b/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/FleetRoutingSettings.java
@@ -142,7 +142,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -184,7 +183,6 @@ private static Builder createDefault() {
return new Builder(FleetRoutingStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(FleetRoutingStubSettings.newHttpJsonBuilder());
}
diff --git a/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/FleetRoutingStubSettings.java b/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/FleetRoutingStubSettings.java
index 340999abef8b..513648bf8d39 100644
--- a/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/FleetRoutingStubSettings.java
+++ b/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/FleetRoutingStubSettings.java
@@ -422,8 +422,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to batchOptimizeTours. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
BatchOptimizeToursRequest, BatchOptimizeToursResponse, AsyncModelMetadata>
batchOptimizeToursOperationSettings() {
diff --git a/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/HttpJsonFleetRoutingCallableFactory.java b/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/HttpJsonFleetRoutingCallableFactory.java
index b4d287619e74..5cffbf9c5d45 100644
--- a/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/HttpJsonFleetRoutingCallableFactory.java
+++ b/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/HttpJsonFleetRoutingCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.optimization.v1.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
* This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonFleetRoutingCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/HttpJsonFleetRoutingStub.java b/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/HttpJsonFleetRoutingStub.java
index 801f71ded6e2..b37caeb005a4 100644
--- a/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/HttpJsonFleetRoutingStub.java
+++ b/java-optimization/google-cloud-optimization/src/main/java/com/google/cloud/optimization/v1/stub/HttpJsonFleetRoutingStub.java
@@ -17,7 +17,6 @@
package com.google.cloud.optimization.v1.stub;
import com.google.api.HttpRule;
-import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -56,7 +55,6 @@
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonFleetRoutingStub extends FleetRoutingStub {
private static final TypeRegistry typeRegistry =
TypeRegistry.newBuilder()
diff --git a/java-orchestration-airflow/README.md b/java-orchestration-airflow/README.md
index 2f9e0bac5d6d..04deab7739db 100644
--- a/java-orchestration-airflow/README.md
+++ b/java-orchestration-airflow/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-orchestration-airflow.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orchestration-airflow/1.35.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orchestration-airflow/1.36.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-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/EnvironmentsSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/EnvironmentsSettings.java
index ca26731c623e..c786a25b20bd 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/EnvironmentsSettings.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/EnvironmentsSettings.java
@@ -305,7 +305,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -347,7 +346,6 @@ private static Builder createDefault() {
return new Builder(EnvironmentsStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(EnvironmentsStubSettings.newHttpJsonBuilder());
}
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ImageVersionsSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ImageVersionsSettings.java
index f1ae763bece8..1fdc7d23cf6c 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ImageVersionsSettings.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ImageVersionsSettings.java
@@ -132,7 +132,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -174,7 +173,6 @@ private static Builder createDefault() {
return new Builder(ImageVersionsStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(ImageVersionsStubSettings.newHttpJsonBuilder());
}
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/EnvironmentsStubSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/EnvironmentsStubSettings.java
index bad20ee77bfa..d6e92911b746 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/EnvironmentsStubSettings.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/EnvironmentsStubSettings.java
@@ -1347,8 +1347,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createEnvironmentOperationSettings() {
return createEnvironmentOperationSettings;
@@ -1373,8 +1371,6 @@ public UnaryCallSettings.Builder getEnvironm
}
/** Returns the builder for the settings used for calls to updateEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
updateEnvironmentOperationSettings() {
return updateEnvironmentOperationSettings;
@@ -1387,8 +1383,6 @@ public UnaryCallSettings.Builder getEnvironm
}
/** Returns the builder for the settings used for calls to deleteEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteEnvironmentOperationSettings() {
return deleteEnvironmentOperationSettings;
@@ -1491,8 +1485,6 @@ public UnaryCallSettings.Builder saveSnapshotSet
}
/** Returns the builder for the settings used for calls to saveSnapshot. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
SaveSnapshotRequest, SaveSnapshotResponse, OperationMetadata>
saveSnapshotOperationSettings() {
@@ -1505,8 +1497,6 @@ public UnaryCallSettings.Builder loadSnapshotSet
}
/** Returns the builder for the settings used for calls to loadSnapshot. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
LoadSnapshotRequest, LoadSnapshotResponse, OperationMetadata>
loadSnapshotOperationSettings() {
@@ -1520,8 +1510,6 @@ public UnaryCallSettings.Builder loadSnapshotSet
}
/** Returns the builder for the settings used for calls to databaseFailover. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
DatabaseFailoverRequest, DatabaseFailoverResponse, OperationMetadata>
databaseFailoverOperationSettings() {
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonEnvironmentsCallableFactory.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonEnvironmentsCallableFactory.java
index a3333b8b36e9..f96ad719ad46 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonEnvironmentsCallableFactory.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonEnvironmentsCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.orchestration.airflow.service.v1.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
* This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonEnvironmentsCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonEnvironmentsStub.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonEnvironmentsStub.java
index d72443467270..a7ed2df31082 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonEnvironmentsStub.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonEnvironmentsStub.java
@@ -22,7 +22,6 @@
import static com.google.cloud.orchestration.airflow.service.v1.EnvironmentsClient.ListWorkloadsPagedResponse;
import com.google.api.HttpRule;
-import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -95,7 +94,6 @@
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonEnvironmentsStub extends EnvironmentsStub {
private static final TypeRegistry typeRegistry =
TypeRegistry.newBuilder()
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonImageVersionsCallableFactory.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonImageVersionsCallableFactory.java
index ea4685f6d2ae..6be26c33ac25 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonImageVersionsCallableFactory.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonImageVersionsCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.orchestration.airflow.service.v1.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
*
This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonImageVersionsCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonImageVersionsStub.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonImageVersionsStub.java
index f2ffcd4ba952..7a0d460e2e3c 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonImageVersionsStub.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1/stub/HttpJsonImageVersionsStub.java
@@ -18,7 +18,6 @@
import static com.google.cloud.orchestration.airflow.service.v1.ImageVersionsClient.ListImageVersionsPagedResponse;
-import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -49,7 +48,6 @@
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonImageVersionsStub extends ImageVersionsStub {
private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build();
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/EnvironmentsSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/EnvironmentsSettings.java
index 5f698c122bd1..ff061cabd250 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/EnvironmentsSettings.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/EnvironmentsSettings.java
@@ -328,7 +328,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -370,7 +369,6 @@ private static Builder createDefault() {
return new Builder(EnvironmentsStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(EnvironmentsStubSettings.newHttpJsonBuilder());
}
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ImageVersionsSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ImageVersionsSettings.java
index 472959e5dc65..84ec1484fb41 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ImageVersionsSettings.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ImageVersionsSettings.java
@@ -133,7 +133,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -175,7 +174,6 @@ private static Builder createDefault() {
return new Builder(ImageVersionsStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(ImageVersionsStubSettings.newHttpJsonBuilder());
}
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/EnvironmentsStubSettings.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/EnvironmentsStubSettings.java
index ae79f00c9c01..8ecbff5e1a84 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/EnvironmentsStubSettings.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/EnvironmentsStubSettings.java
@@ -1462,8 +1462,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
createEnvironmentOperationSettings() {
return createEnvironmentOperationSettings;
@@ -1488,8 +1486,6 @@ public UnaryCallSettings.Builder getEnvironm
}
/** Returns the builder for the settings used for calls to updateEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
updateEnvironmentOperationSettings() {
return updateEnvironmentOperationSettings;
@@ -1502,8 +1498,6 @@ public UnaryCallSettings.Builder getEnvironm
}
/** Returns the builder for the settings used for calls to deleteEnvironment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
deleteEnvironmentOperationSettings() {
return deleteEnvironmentOperationSettings;
@@ -1516,8 +1510,6 @@ public UnaryCallSettings.Builder getEnvironm
}
/** Returns the builder for the settings used for calls to restartWebServer. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder
restartWebServerOperationSettings() {
return restartWebServerOperationSettings;
@@ -1529,8 +1521,6 @@ public UnaryCallSettings.Builder checkUpgradeSet
}
/** Returns the builder for the settings used for calls to checkUpgrade. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CheckUpgradeRequest, CheckUpgradeResponse, OperationMetadata>
checkUpgradeOperationSettings() {
@@ -1634,8 +1624,6 @@ public UnaryCallSettings.Builder saveSnapshotSet
}
/** Returns the builder for the settings used for calls to saveSnapshot. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
SaveSnapshotRequest, SaveSnapshotResponse, OperationMetadata>
saveSnapshotOperationSettings() {
@@ -1648,8 +1636,6 @@ public UnaryCallSettings.Builder loadSnapshotSet
}
/** Returns the builder for the settings used for calls to loadSnapshot. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
LoadSnapshotRequest, LoadSnapshotResponse, OperationMetadata>
loadSnapshotOperationSettings() {
@@ -1663,8 +1649,6 @@ public UnaryCallSettings.Builder loadSnapshotSet
}
/** Returns the builder for the settings used for calls to databaseFailover. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
DatabaseFailoverRequest, DatabaseFailoverResponse, OperationMetadata>
databaseFailoverOperationSettings() {
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/HttpJsonEnvironmentsCallableFactory.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/HttpJsonEnvironmentsCallableFactory.java
index 948266e0978f..157221c167e5 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/HttpJsonEnvironmentsCallableFactory.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/HttpJsonEnvironmentsCallableFactory.java
@@ -73,8 +73,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/HttpJsonImageVersionsCallableFactory.java b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/HttpJsonImageVersionsCallableFactory.java
index 3d4ced09e8f4..721ba8e63c26 100644
--- a/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/HttpJsonImageVersionsCallableFactory.java
+++ b/java-orchestration-airflow/google-cloud-orchestration-airflow/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/stub/HttpJsonImageVersionsCallableFactory.java
@@ -73,8 +73,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-orgpolicy/README.md b/java-orgpolicy/README.md
index 7afb7eab723a..787288a3a1a8 100644
--- a/java-orgpolicy/README.md
+++ b/java-orgpolicy/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-orgpolicy.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orgpolicy/2.35.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-orgpolicy/2.36.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-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/OrgPolicySettings.java b/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/OrgPolicySettings.java
index c8c8637f990f..0424976563fd 100644
--- a/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/OrgPolicySettings.java
+++ b/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/OrgPolicySettings.java
@@ -197,7 +197,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -239,7 +238,6 @@ private static Builder createDefault() {
return new Builder(OrgPolicyStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(OrgPolicyStubSettings.newHttpJsonBuilder());
}
diff --git a/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/stub/HttpJsonOrgPolicyCallableFactory.java b/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/stub/HttpJsonOrgPolicyCallableFactory.java
index 683f70b57a88..9c4c5fdcf9b1 100644
--- a/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/stub/HttpJsonOrgPolicyCallableFactory.java
+++ b/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/stub/HttpJsonOrgPolicyCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.orgpolicy.v2.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
* This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonOrgPolicyCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/stub/HttpJsonOrgPolicyStub.java b/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/stub/HttpJsonOrgPolicyStub.java
index 8a91aca1c865..19ccadfc5d0c 100644
--- a/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/stub/HttpJsonOrgPolicyStub.java
+++ b/java-orgpolicy/google-cloud-orgpolicy/src/main/java/com/google/cloud/orgpolicy/v2/stub/HttpJsonOrgPolicyStub.java
@@ -20,7 +20,6 @@
import static com.google.cloud.orgpolicy.v2.OrgPolicyClient.ListCustomConstraintsPagedResponse;
import static com.google.cloud.orgpolicy.v2.OrgPolicyClient.ListPoliciesPagedResponse;
-import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -67,7 +66,6 @@
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonOrgPolicyStub extends OrgPolicyStub {
private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build();
diff --git a/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/java/com/google/cloud/orgpolicy/v2/ConstraintName.java b/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/java/com/google/cloud/orgpolicy/v2/ConstraintName.java
index 8513547896db..6345524b2fe5 100644
--- a/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/java/com/google/cloud/orgpolicy/v2/ConstraintName.java
+++ b/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/java/com/google/cloud/orgpolicy/v2/ConstraintName.java
@@ -16,7 +16,6 @@
package com.google.cloud.orgpolicy.v2;
-import com.google.api.core.BetaApi;
import com.google.api.pathtemplate.PathTemplate;
import com.google.api.pathtemplate.ValidationException;
import com.google.api.resourcenames.ResourceName;
@@ -98,17 +97,14 @@ public static Builder newBuilder() {
return new Builder();
}
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static Builder newProjectConstraintBuilder() {
return new Builder();
}
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static FolderConstraintBuilder newFolderConstraintBuilder() {
return new FolderConstraintBuilder();
}
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static OrganizationConstraintBuilder newOrganizationConstraintBuilder() {
return new OrganizationConstraintBuilder();
}
@@ -121,17 +117,14 @@ public static ConstraintName of(String project, String constraint) {
return newBuilder().setProject(project).setConstraint(constraint).build();
}
- @BetaApi("The static create methods are not stable yet and may be changed in the future.")
public static ConstraintName ofProjectConstraintName(String project, String constraint) {
return newBuilder().setProject(project).setConstraint(constraint).build();
}
- @BetaApi("The static create methods are not stable yet and may be changed in the future.")
public static ConstraintName ofFolderConstraintName(String folder, String constraint) {
return newFolderConstraintBuilder().setFolder(folder).setConstraint(constraint).build();
}
- @BetaApi("The static create methods are not stable yet and may be changed in the future.")
public static ConstraintName ofOrganizationConstraintName(
String organization, String constraint) {
return newOrganizationConstraintBuilder()
@@ -144,12 +137,10 @@ public static String format(String project, String constraint) {
return newBuilder().setProject(project).setConstraint(constraint).build().toString();
}
- @BetaApi("The static format methods are not stable yet and may be changed in the future.")
public static String formatProjectConstraintName(String project, String constraint) {
return newBuilder().setProject(project).setConstraint(constraint).build().toString();
}
- @BetaApi("The static format methods are not stable yet and may be changed in the future.")
public static String formatFolderConstraintName(String folder, String constraint) {
return newFolderConstraintBuilder()
.setFolder(folder)
@@ -158,7 +149,6 @@ public static String formatFolderConstraintName(String folder, String constraint
.toString();
}
- @BetaApi("The static format methods are not stable yet and may be changed in the future.")
public static String formatOrganizationConstraintName(String organization, String constraint) {
return newOrganizationConstraintBuilder()
.setOrganization(organization)
@@ -314,7 +304,6 @@ public ConstraintName build() {
}
/** Builder for folders/{folder}/constraints/{constraint}. */
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static class FolderConstraintBuilder {
private String folder;
private String constraint;
@@ -345,7 +334,6 @@ public ConstraintName build() {
}
/** Builder for organizations/{organization}/constraints/{constraint}. */
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static class OrganizationConstraintBuilder {
private String organization;
private String constraint;
diff --git a/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/java/com/google/cloud/orgpolicy/v2/PolicyName.java b/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/java/com/google/cloud/orgpolicy/v2/PolicyName.java
index 881c952311c9..c2ae0e887431 100644
--- a/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/java/com/google/cloud/orgpolicy/v2/PolicyName.java
+++ b/java-orgpolicy/proto-google-cloud-orgpolicy-v2/src/main/java/com/google/cloud/orgpolicy/v2/PolicyName.java
@@ -16,7 +16,6 @@
package com.google.cloud.orgpolicy.v2;
-import com.google.api.core.BetaApi;
import com.google.api.pathtemplate.PathTemplate;
import com.google.api.pathtemplate.ValidationException;
import com.google.api.resourcenames.ResourceName;
@@ -97,17 +96,14 @@ public static Builder newBuilder() {
return new Builder();
}
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static Builder newProjectPolicyBuilder() {
return new Builder();
}
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static FolderPolicyBuilder newFolderPolicyBuilder() {
return new FolderPolicyBuilder();
}
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static OrganizationPolicyBuilder newOrganizationPolicyBuilder() {
return new OrganizationPolicyBuilder();
}
@@ -120,17 +116,14 @@ public static PolicyName of(String project, String policy) {
return newBuilder().setProject(project).setPolicy(policy).build();
}
- @BetaApi("The static create methods are not stable yet and may be changed in the future.")
public static PolicyName ofProjectPolicyName(String project, String policy) {
return newBuilder().setProject(project).setPolicy(policy).build();
}
- @BetaApi("The static create methods are not stable yet and may be changed in the future.")
public static PolicyName ofFolderPolicyName(String folder, String policy) {
return newFolderPolicyBuilder().setFolder(folder).setPolicy(policy).build();
}
- @BetaApi("The static create methods are not stable yet and may be changed in the future.")
public static PolicyName ofOrganizationPolicyName(String organization, String policy) {
return newOrganizationPolicyBuilder().setOrganization(organization).setPolicy(policy).build();
}
@@ -139,17 +132,14 @@ public static String format(String project, String policy) {
return newBuilder().setProject(project).setPolicy(policy).build().toString();
}
- @BetaApi("The static format methods are not stable yet and may be changed in the future.")
public static String formatProjectPolicyName(String project, String policy) {
return newBuilder().setProject(project).setPolicy(policy).build().toString();
}
- @BetaApi("The static format methods are not stable yet and may be changed in the future.")
public static String formatFolderPolicyName(String folder, String policy) {
return newFolderPolicyBuilder().setFolder(folder).setPolicy(policy).build().toString();
}
- @BetaApi("The static format methods are not stable yet and may be changed in the future.")
public static String formatOrganizationPolicyName(String organization, String policy) {
return newOrganizationPolicyBuilder()
.setOrganization(organization)
@@ -305,7 +295,6 @@ public PolicyName build() {
}
/** Builder for folders/{folder}/policies/{policy}. */
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static class FolderPolicyBuilder {
private String folder;
private String policy;
@@ -336,7 +325,6 @@ public PolicyName build() {
}
/** Builder for organizations/{organization}/policies/{policy}. */
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static class OrganizationPolicyBuilder {
private String organization;
private String policy;
diff --git a/java-os-config/README.md b/java-os-config/README.md
index f36d715b05d8..e1eadfe82a8e 100644
--- a/java-os-config/README.md
+++ b/java-os-config/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-os-config.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-os-config/2.37.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-os-config/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-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigServiceSettings.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigServiceSettings.java
index 5d619b8b20dd..c44c1a8bcaa9 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigServiceSettings.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigServiceSettings.java
@@ -214,7 +214,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -256,7 +255,6 @@ private static Builder createDefault() {
return new Builder(OsConfigServiceStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(OsConfigServiceStubSettings.newHttpJsonBuilder());
}
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigZonalServiceSettings.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigZonalServiceSettings.java
index 7fc0f8fdb1c2..0f79cd0610a1 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigZonalServiceSettings.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/OsConfigZonalServiceSettings.java
@@ -249,7 +249,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -292,7 +291,6 @@ private static Builder createDefault() {
return new Builder(OsConfigZonalServiceStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(OsConfigZonalServiceStubSettings.newHttpJsonBuilder());
}
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigServiceCallableFactory.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigServiceCallableFactory.java
index cf3fb586257d..117e001c58c7 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigServiceCallableFactory.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigServiceCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.osconfig.v1.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
*
This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonOsConfigServiceCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigServiceStub.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigServiceStub.java
index 17ddaebeba9a..527bd6356cb6 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigServiceStub.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigServiceStub.java
@@ -20,7 +20,6 @@
import static com.google.cloud.osconfig.v1.OsConfigServiceClient.ListPatchJobInstanceDetailsPagedResponse;
import static com.google.cloud.osconfig.v1.OsConfigServiceClient.ListPatchJobsPagedResponse;
-import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -52,7 +51,6 @@
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonOsConfigServiceStub extends OsConfigServiceStub {
private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build();
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigZonalServiceCallableFactory.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigZonalServiceCallableFactory.java
index b97e971dc7ad..1725c5fbbca2 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigZonalServiceCallableFactory.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigZonalServiceCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.osconfig.v1.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
*
This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonOsConfigZonalServiceCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigZonalServiceStub.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigZonalServiceStub.java
index 3a76b4593be9..7cae9f6361cf 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigZonalServiceStub.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/HttpJsonOsConfigZonalServiceStub.java
@@ -23,7 +23,6 @@
import static com.google.cloud.osconfig.v1.OsConfigZonalServiceClient.ListVulnerabilityReportsPagedResponse;
import com.google.api.HttpRule;
-import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -80,7 +79,6 @@
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonOsConfigZonalServiceStub extends OsConfigZonalServiceStub {
private static final TypeRegistry typeRegistry =
TypeRegistry.newBuilder()
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/OsConfigZonalServiceStubSettings.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/OsConfigZonalServiceStubSettings.java
index 023f05b9934d..312e692601d2 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/OsConfigZonalServiceStubSettings.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1/stub/OsConfigZonalServiceStubSettings.java
@@ -1142,8 +1142,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createOSPolicyAssignment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateOSPolicyAssignmentRequest,
OSPolicyAssignment,
@@ -1159,8 +1157,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateOSPolicyAssignment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateOSPolicyAssignmentRequest,
OSPolicyAssignment,
@@ -1200,8 +1196,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteOSPolicyAssignment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
DeleteOSPolicyAssignmentRequest, Empty, OSPolicyAssignmentOperationMetadata>
deleteOSPolicyAssignmentOperationSettings() {
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/OsConfigZonalServiceSettings.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/OsConfigZonalServiceSettings.java
index d0fe4fd5b07e..2c50d537fec8 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/OsConfigZonalServiceSettings.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/OsConfigZonalServiceSettings.java
@@ -278,7 +278,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -321,7 +320,6 @@ private static Builder createDefault() {
return new Builder(OsConfigZonalServiceStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(OsConfigZonalServiceStubSettings.newHttpJsonBuilder());
}
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/stub/HttpJsonOsConfigZonalServiceCallableFactory.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/stub/HttpJsonOsConfigZonalServiceCallableFactory.java
index 61711e07f6c2..5fb7691565db 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/stub/HttpJsonOsConfigZonalServiceCallableFactory.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/stub/HttpJsonOsConfigZonalServiceCallableFactory.java
@@ -73,8 +73,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/stub/OsConfigZonalServiceStubSettings.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/stub/OsConfigZonalServiceStubSettings.java
index 094cbd4f72ce..1490d06af939 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/stub/OsConfigZonalServiceStubSettings.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1alpha/stub/OsConfigZonalServiceStubSettings.java
@@ -1296,8 +1296,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to createOSPolicyAssignment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
CreateOSPolicyAssignmentRequest,
OSPolicyAssignment,
@@ -1313,8 +1311,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to updateOSPolicyAssignment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
UpdateOSPolicyAssignmentRequest,
OSPolicyAssignment,
@@ -1354,8 +1350,6 @@ public Builder applyToAllUnaryMethods(
}
/** Returns the builder for the settings used for calls to deleteOSPolicyAssignment. */
- @BetaApi(
- "The surface for use by generated code is not stable yet and may change in the future.")
public OperationCallSettings.Builder<
DeleteOSPolicyAssignmentRequest, Empty, OSPolicyAssignmentOperationMetadata>
deleteOSPolicyAssignmentOperationSettings() {
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1beta/OsConfigServiceSettings.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1beta/OsConfigServiceSettings.java
index 9af4829989d0..0fc432bf5431 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1beta/OsConfigServiceSettings.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1beta/OsConfigServiceSettings.java
@@ -256,7 +256,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -298,7 +297,6 @@ private static Builder createDefault() {
return new Builder(OsConfigServiceStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(OsConfigServiceStubSettings.newHttpJsonBuilder());
}
diff --git a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1beta/stub/HttpJsonOsConfigServiceCallableFactory.java b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1beta/stub/HttpJsonOsConfigServiceCallableFactory.java
index 1dc6434429cd..4889e4e9b9aa 100644
--- a/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1beta/stub/HttpJsonOsConfigServiceCallableFactory.java
+++ b/java-os-config/google-cloud-os-config/src/main/java/com/google/cloud/osconfig/v1beta/stub/HttpJsonOsConfigServiceCallableFactory.java
@@ -73,8 +73,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-os-config/proto-google-cloud-os-config-v1/src/main/java/com/google/cloud/osconfig/v1/InstanceName.java b/java-os-config/proto-google-cloud-os-config-v1/src/main/java/com/google/cloud/osconfig/v1/InstanceName.java
index 09a8ace35271..86fd1e4d9531 100644
--- a/java-os-config/proto-google-cloud-os-config-v1/src/main/java/com/google/cloud/osconfig/v1/InstanceName.java
+++ b/java-os-config/proto-google-cloud-os-config-v1/src/main/java/com/google/cloud/osconfig/v1/InstanceName.java
@@ -16,7 +16,6 @@
package com.google.cloud.osconfig.v1;
-import com.google.api.core.BetaApi;
import com.google.api.pathtemplate.PathTemplate;
import com.google.api.pathtemplate.ValidationException;
import com.google.api.resourcenames.ResourceName;
@@ -88,12 +87,10 @@ public static Builder newBuilder() {
return new Builder();
}
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static Builder newProjectZoneInstanceBuilder() {
return new Builder();
}
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static ProjectLocationInstanceBuilder newProjectLocationInstanceBuilder() {
return new ProjectLocationInstanceBuilder();
}
@@ -106,13 +103,11 @@ public static InstanceName of(String project, String zone, String instance) {
return newBuilder().setProject(project).setZone(zone).setInstance(instance).build();
}
- @BetaApi("The static create methods are not stable yet and may be changed in the future.")
public static InstanceName ofProjectZoneInstanceName(
String project, String zone, String instance) {
return newBuilder().setProject(project).setZone(zone).setInstance(instance).build();
}
- @BetaApi("The static create methods are not stable yet and may be changed in the future.")
public static InstanceName ofProjectLocationInstanceName(
String project, String location, String instance) {
return newProjectLocationInstanceBuilder()
@@ -126,12 +121,10 @@ public static String format(String project, String zone, String instance) {
return newBuilder().setProject(project).setZone(zone).setInstance(instance).build().toString();
}
- @BetaApi("The static format methods are not stable yet and may be changed in the future.")
public static String formatProjectZoneInstanceName(String project, String zone, String instance) {
return newBuilder().setProject(project).setZone(zone).setInstance(instance).build().toString();
}
- @BetaApi("The static format methods are not stable yet and may be changed in the future.")
public static String formatProjectLocationInstanceName(
String project, String location, String instance) {
return newProjectLocationInstanceBuilder()
@@ -298,7 +291,6 @@ public InstanceName build() {
}
/** Builder for projects/{project}/locations/{location}/instances/{instance}. */
- @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
public static class ProjectLocationInstanceBuilder {
private String project;
private String location;
diff --git a/java-os-login/README.md b/java-os-login/README.md
index 5c42d71ebf47..2d73e3ae9d42 100644
--- a/java-os-login/README.md
+++ b/java-os-login/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-os-login.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-os-login/2.34.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-os-login/2.35.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-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/OsLoginServiceSettings.java b/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/OsLoginServiceSettings.java
index c5a90dbf65d9..31fcae22e667 100644
--- a/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/OsLoginServiceSettings.java
+++ b/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/OsLoginServiceSettings.java
@@ -164,7 +164,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -206,7 +205,6 @@ private static Builder createDefault() {
return new Builder(OsLoginServiceStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(OsLoginServiceStubSettings.newHttpJsonBuilder());
}
diff --git a/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/stub/HttpJsonOsLoginServiceCallableFactory.java b/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/stub/HttpJsonOsLoginServiceCallableFactory.java
index eaf3d6b59811..67f9ab79ea67 100644
--- a/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/stub/HttpJsonOsLoginServiceCallableFactory.java
+++ b/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/stub/HttpJsonOsLoginServiceCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.oslogin.v1.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
* This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonOsLoginServiceCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/stub/HttpJsonOsLoginServiceStub.java b/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/stub/HttpJsonOsLoginServiceStub.java
index 381f8007d0b3..e67bd3bc2fc7 100644
--- a/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/stub/HttpJsonOsLoginServiceStub.java
+++ b/java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/stub/HttpJsonOsLoginServiceStub.java
@@ -16,7 +16,6 @@
package com.google.cloud.oslogin.v1.stub;
-import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.core.BackgroundResourceAggregation;
@@ -56,7 +55,6 @@
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonOsLoginServiceStub extends OsLoginServiceStub {
private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build();
diff --git a/java-phishingprotection/README.md b/java-phishingprotection/README.md
index 0e7ba47113d1..2595f95bd3b9 100644
--- a/java-phishingprotection/README.md
+++ b/java-phishingprotection/README.md
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-phishingprotection.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-phishingprotection/0.66.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-phishingprotection/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-phishingprotection/google-cloud-phishingprotection/src/main/java/com/google/cloud/phishingprotection/v1beta1/PhishingProtectionServiceV1Beta1Settings.java b/java-phishingprotection/google-cloud-phishingprotection/src/main/java/com/google/cloud/phishingprotection/v1beta1/PhishingProtectionServiceV1Beta1Settings.java
index 3ce382d02109..41e6952b1561 100644
--- a/java-phishingprotection/google-cloud-phishingprotection/src/main/java/com/google/cloud/phishingprotection/v1beta1/PhishingProtectionServiceV1Beta1Settings.java
+++ b/java-phishingprotection/google-cloud-phishingprotection/src/main/java/com/google/cloud/phishingprotection/v1beta1/PhishingProtectionServiceV1Beta1Settings.java
@@ -136,7 +136,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -179,7 +178,6 @@ private static Builder createDefault() {
return new Builder(PhishingProtectionServiceV1Beta1StubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(PhishingProtectionServiceV1Beta1StubSettings.newHttpJsonBuilder());
}
diff --git a/java-phishingprotection/google-cloud-phishingprotection/src/main/java/com/google/cloud/phishingprotection/v1beta1/stub/HttpJsonPhishingProtectionServiceV1Beta1CallableFactory.java b/java-phishingprotection/google-cloud-phishingprotection/src/main/java/com/google/cloud/phishingprotection/v1beta1/stub/HttpJsonPhishingProtectionServiceV1Beta1CallableFactory.java
index fc544e2332ca..c0f72b6b99db 100644
--- a/java-phishingprotection/google-cloud-phishingprotection/src/main/java/com/google/cloud/phishingprotection/v1beta1/stub/HttpJsonPhishingProtectionServiceV1Beta1CallableFactory.java
+++ b/java-phishingprotection/google-cloud-phishingprotection/src/main/java/com/google/cloud/phishingprotection/v1beta1/stub/HttpJsonPhishingProtectionServiceV1Beta1CallableFactory.java
@@ -73,8 +73,6 @@ public UnaryCallable createBatchingCa
httpJsonCallSettings, callSettings, clientContext);
}
- @BetaApi(
- "The surface for long-running operations is not stable yet and may change in the future.")
@Override
public
OperationCallable createOperationCallable(
diff --git a/java-policy-troubleshooter/README.md b/java-policy-troubleshooter/README.md
index 8e660b5fe099..9fae5aebe4f9 100644
--- a/java-policy-troubleshooter/README.md
+++ b/java-policy-troubleshooter/README.md
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.32.0
+ 26.33.0
pom
import
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[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-policy-troubleshooter.svg
-[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-policy-troubleshooter/1.34.0
+[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-policy-troubleshooter/1.35.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-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/PolicyTroubleshooterSettings.java b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/PolicyTroubleshooterSettings.java
index ec13cd95cbb8..4f8fb6316abb 100644
--- a/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/PolicyTroubleshooterSettings.java
+++ b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/PolicyTroubleshooterSettings.java
@@ -131,7 +131,6 @@ public static Builder newBuilder() {
}
/** Returns a new REST builder for this class. */
- @BetaApi
public static Builder newHttpJsonBuilder() {
return Builder.createHttpJsonDefault();
}
@@ -174,7 +173,6 @@ private static Builder createDefault() {
return new Builder(PolicyTroubleshooterStubSettings.newBuilder());
}
- @BetaApi
private static Builder createHttpJsonDefault() {
return new Builder(PolicyTroubleshooterStubSettings.newHttpJsonBuilder());
}
diff --git a/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/stub/HttpJsonPolicyTroubleshooterCallableFactory.java b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/stub/HttpJsonPolicyTroubleshooterCallableFactory.java
index 4f71cde751d4..6c535168b881 100644
--- a/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/stub/HttpJsonPolicyTroubleshooterCallableFactory.java
+++ b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/stub/HttpJsonPolicyTroubleshooterCallableFactory.java
@@ -16,7 +16,6 @@
package com.google.cloud.policytroubleshooter.iam.v3.stub;
-import com.google.api.core.BetaApi;
import com.google.api.gax.httpjson.HttpJsonCallSettings;
import com.google.api.gax.httpjson.HttpJsonCallableFactory;
import com.google.api.gax.httpjson.HttpJsonOperationSnapshotCallable;
@@ -41,7 +40,6 @@
* This class is for advanced usage.
*/
@Generated("by gapic-generator-java")
-@BetaApi
public class HttpJsonPolicyTroubleshooterCallableFactory
implements HttpJsonStubCallableFactory {
@@ -73,8 +71,6 @@ public