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 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/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/stub/HttpJsonPolicyTroubleshooterStub.java b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/stub/HttpJsonPolicyTroubleshooterStub.java index fa92f1c74ce5..c869f425f72d 100644 --- a/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/stub/HttpJsonPolicyTroubleshooterStub.java +++ b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/iam/v3/stub/HttpJsonPolicyTroubleshooterStub.java @@ -16,7 +16,6 @@ package com.google.cloud.policytroubleshooter.iam.v3.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; @@ -46,7 +45,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonPolicyTroubleshooterStub extends PolicyTroubleshooterStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/IamCheckerSettings.java b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/IamCheckerSettings.java index 1a6b81f8e0b1..0ac03a711f63 100644 --- a/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/IamCheckerSettings.java +++ b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/IamCheckerSettings.java @@ -128,7 +128,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -170,7 +169,6 @@ private static Builder createDefault() { return new Builder(IamCheckerStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(IamCheckerStubSettings.newHttpJsonBuilder()); } diff --git a/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/stub/HttpJsonIamCheckerCallableFactory.java b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/stub/HttpJsonIamCheckerCallableFactory.java index 8fe8fbde717f..00d9ed582ec9 100644 --- a/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/stub/HttpJsonIamCheckerCallableFactory.java +++ b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/stub/HttpJsonIamCheckerCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.policytroubleshooter.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 HttpJsonIamCheckerCallableFactory 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-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/stub/HttpJsonIamCheckerStub.java b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/stub/HttpJsonIamCheckerStub.java index 7c75a21bae34..eead487434df 100644 --- a/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/stub/HttpJsonIamCheckerStub.java +++ b/java-policy-troubleshooter/google-cloud-policy-troubleshooter/src/main/java/com/google/cloud/policytroubleshooter/v1/stub/HttpJsonIamCheckerStub.java @@ -16,7 +16,6 @@ package com.google.cloud.policytroubleshooter.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; @@ -46,7 +45,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonIamCheckerStub extends IamCheckerStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-policysimulator/README.md b/java-policysimulator/README.md index 57495c6f5af7..626ad774c267 100644 --- a/java-policysimulator/README.md +++ b/java-policysimulator/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/java-policysimulator/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-policysimulator.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-policysimulator/0.14.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-policysimulator/0.15.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-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/SimulatorSettings.java b/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/SimulatorSettings.java index 7acbe23f1733..f9b62ad90a30 100644 --- a/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/SimulatorSettings.java +++ b/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/SimulatorSettings.java @@ -150,7 +150,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -192,7 +191,6 @@ private static Builder createDefault() { return new Builder(SimulatorStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(SimulatorStubSettings.newHttpJsonBuilder()); } diff --git a/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/HttpJsonSimulatorCallableFactory.java b/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/HttpJsonSimulatorCallableFactory.java index 69829033c89e..c5e383b98427 100644 --- a/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/HttpJsonSimulatorCallableFactory.java +++ b/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/HttpJsonSimulatorCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.policysimulator.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 HttpJsonSimulatorCallableFactory 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-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/HttpJsonSimulatorStub.java b/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/HttpJsonSimulatorStub.java index 70601ab5bc34..cbefbe5ff953 100644 --- a/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/HttpJsonSimulatorStub.java +++ b/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/HttpJsonSimulatorStub.java @@ -19,7 +19,6 @@ import static com.google.cloud.policysimulator.v1.SimulatorClient.ListReplayResultsPagedResponse; 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; @@ -59,7 +58,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonSimulatorStub extends SimulatorStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder() diff --git a/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/SimulatorStubSettings.java b/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/SimulatorStubSettings.java index c86b6ba79ace..b1b43140ec4e 100644 --- a/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/SimulatorStubSettings.java +++ b/java-policysimulator/google-cloud-policysimulator/src/main/java/com/google/cloud/policysimulator/v1/stub/SimulatorStubSettings.java @@ -498,8 +498,6 @@ public UnaryCallSettings.Builder createReplaySet } /** Returns the builder for the settings used for calls to createReplay. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createReplayOperationSettings() { return createReplayOperationSettings; diff --git a/java-policysimulator/proto-google-cloud-policysimulator-v1/src/main/java/com/google/cloud/policysimulator/v1/ReplayName.java b/java-policysimulator/proto-google-cloud-policysimulator-v1/src/main/java/com/google/cloud/policysimulator/v1/ReplayName.java index 8e7c0b2d70c7..443d355b14b7 100644 --- a/java-policysimulator/proto-google-cloud-policysimulator-v1/src/main/java/com/google/cloud/policysimulator/v1/ReplayName.java +++ b/java-policysimulator/proto-google-cloud-policysimulator-v1/src/main/java/com/google/cloud/policysimulator/v1/ReplayName.java @@ -16,7 +16,6 @@ package com.google.cloud.policysimulator.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; @@ -109,17 +108,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 newProjectLocationReplayBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderLocationReplayBuilder newFolderLocationReplayBuilder() { return new FolderLocationReplayBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationReplayBuilder newOrganizationLocationReplayBuilder() { return new OrganizationLocationReplayBuilder(); } @@ -132,13 +128,11 @@ public static ReplayName of(String project, String location, String replay) { return newBuilder().setProject(project).setLocation(location).setReplay(replay).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ReplayName ofProjectLocationReplayName( String project, String location, String replay) { return newBuilder().setProject(project).setLocation(location).setReplay(replay).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ReplayName ofFolderLocationReplayName( String folder, String location, String replay) { return newFolderLocationReplayBuilder() @@ -148,7 +142,6 @@ public static ReplayName ofFolderLocationReplayName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ReplayName ofOrganizationLocationReplayName( String organization, String location, String replay) { return newOrganizationLocationReplayBuilder() @@ -167,7 +160,6 @@ public static String format(String project, String location, String replay) { .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationReplayName( String project, String location, String replay) { return newBuilder() @@ -178,7 +170,6 @@ public static String formatProjectLocationReplayName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationReplayName( String folder, String location, String replay) { return newFolderLocationReplayBuilder() @@ -189,7 +180,6 @@ public static String formatFolderLocationReplayName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationReplayName( String organization, String location, String replay) { return newOrganizationLocationReplayBuilder() @@ -367,7 +357,6 @@ public ReplayName build() { } /** Builder for folders/{folder}/locations/{location}/replays/{replay}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderLocationReplayBuilder { private String folder; private String location; @@ -408,7 +397,6 @@ public ReplayName build() { } /** Builder for organizations/{organization}/locations/{location}/replays/{replay}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationReplayBuilder { private String organization; private String location; diff --git a/java-private-catalog/README.md b/java-private-catalog/README.md index c0ed6663662f..a566ed01a528 100644 --- a/java-private-catalog/README.md +++ b/java-private-catalog/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-private-catalog.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-private-catalog/0.37.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-private-catalog/0.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-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/PrivateCatalogSettings.java b/java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/PrivateCatalogSettings.java index d2764174fa32..4e3724217e60 100644 --- a/java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/PrivateCatalogSettings.java +++ b/java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/PrivateCatalogSettings.java @@ -151,7 +151,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -193,7 +192,6 @@ private static Builder createDefault() { return new Builder(PrivateCatalogStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(PrivateCatalogStubSettings.newHttpJsonBuilder()); } diff --git a/java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/stub/HttpJsonPrivateCatalogCallableFactory.java b/java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/stub/HttpJsonPrivateCatalogCallableFactory.java index fd9d44f0757c..0c05b37a9353 100644 --- a/java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/stub/HttpJsonPrivateCatalogCallableFactory.java +++ b/java-private-catalog/google-cloud-private-catalog/src/main/java/com/google/cloud/privatecatalog/v1beta1/stub/HttpJsonPrivateCatalogCallableFactory.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-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/ExportServiceSettings.java b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/ExportServiceSettings.java index b1d1d65733e9..bf2e17e7b30d 100644 --- a/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/ExportServiceSettings.java +++ b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/ExportServiceSettings.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(); } @@ -173,7 +172,6 @@ private static Builder createDefault() { return new Builder(ExportServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(ExportServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/ProfilerServiceSettings.java b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/ProfilerServiceSettings.java index e9168212cd22..109421768148 100644 --- a/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/ProfilerServiceSettings.java +++ b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/ProfilerServiceSettings.java @@ -138,7 +138,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -180,7 +179,6 @@ private static Builder createDefault() { return new Builder(ProfilerServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(ProfilerServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonExportServiceCallableFactory.java b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonExportServiceCallableFactory.java index b0f70f07620d..121c2fca2a73 100644 --- a/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonExportServiceCallableFactory.java +++ b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonExportServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.devtools.cloudprofiler.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 HttpJsonExportServiceCallableFactory 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-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonExportServiceStub.java b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonExportServiceStub.java index 9ab559717140..3f801d627c2d 100644 --- a/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonExportServiceStub.java +++ b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonExportServiceStub.java @@ -18,7 +18,6 @@ import static com.google.devtools.cloudprofiler.v2.ExportServiceClient.ListProfilesPagedResponse; -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 HttpJsonExportServiceStub extends ExportServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonProfilerServiceCallableFactory.java b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonProfilerServiceCallableFactory.java index a02d291b3aaf..41372d94ceee 100644 --- a/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonProfilerServiceCallableFactory.java +++ b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonProfilerServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.devtools.cloudprofiler.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 HttpJsonProfilerServiceCallableFactory 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-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonProfilerServiceStub.java b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonProfilerServiceStub.java index 8af147636c24..0463be7f3260 100644 --- a/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonProfilerServiceStub.java +++ b/java-profiler/google-cloud-profiler/src/main/java/com/google/devtools/cloudprofiler/v2/stub/HttpJsonProfilerServiceStub.java @@ -16,7 +16,6 @@ package com.google.devtools.cloudprofiler.v2.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; @@ -49,7 +48,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonProfilerServiceStub extends ProfilerServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-publicca/README.md b/java-publicca/README.md index 3efd872863f7..e0cd76d8a177 100644 --- a/java-publicca/README.md +++ b/java-publicca/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-publicca.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-publicca/0.32.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-publicca/0.33.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-publicca/google-cloud-publicca/src/main/java/com/google/cloud/security/publicca/v1beta1/PublicCertificateAuthorityServiceSettings.java b/java-publicca/google-cloud-publicca/src/main/java/com/google/cloud/security/publicca/v1beta1/PublicCertificateAuthorityServiceSettings.java index e68be0d5bda4..981929293c0c 100644 --- a/java-publicca/google-cloud-publicca/src/main/java/com/google/cloud/security/publicca/v1beta1/PublicCertificateAuthorityServiceSettings.java +++ b/java-publicca/google-cloud-publicca/src/main/java/com/google/cloud/security/publicca/v1beta1/PublicCertificateAuthorityServiceSettings.java @@ -134,7 +134,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -177,7 +176,6 @@ private static Builder createDefault() { return new Builder(PublicCertificateAuthorityServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(PublicCertificateAuthorityServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-publicca/google-cloud-publicca/src/main/java/com/google/cloud/security/publicca/v1beta1/stub/HttpJsonPublicCertificateAuthorityServiceCallableFactory.java b/java-publicca/google-cloud-publicca/src/main/java/com/google/cloud/security/publicca/v1beta1/stub/HttpJsonPublicCertificateAuthorityServiceCallableFactory.java index 952d5b4e7781..94cf51502c6a 100644 --- a/java-publicca/google-cloud-publicca/src/main/java/com/google/cloud/security/publicca/v1beta1/stub/HttpJsonPublicCertificateAuthorityServiceCallableFactory.java +++ b/java-publicca/google-cloud-publicca/src/main/java/com/google/cloud/security/publicca/v1beta1/stub/HttpJsonPublicCertificateAuthorityServiceCallableFactory.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-rapidmigrationassessment/README.md b/java-rapidmigrationassessment/README.md index a422215f1b23..f16fb34d3ccd 100644 --- a/java-rapidmigrationassessment/README.md +++ b/java-rapidmigrationassessment/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/java-rapidmigrationassessment/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-rapidmigrationassessment.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-rapidmigrationassessment/0.18.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-rapidmigrationassessment/0.19.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-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/RapidMigrationAssessmentSettings.java b/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/RapidMigrationAssessmentSettings.java index 56279b82efd9..3d9218318195 100644 --- a/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/RapidMigrationAssessmentSettings.java +++ b/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/RapidMigrationAssessmentSettings.java @@ -248,7 +248,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -291,7 +290,6 @@ private static Builder createDefault() { return new Builder(RapidMigrationAssessmentStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(RapidMigrationAssessmentStubSettings.newHttpJsonBuilder()); } diff --git a/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/HttpJsonRapidMigrationAssessmentCallableFactory.java b/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/HttpJsonRapidMigrationAssessmentCallableFactory.java index f184564ae67f..64088ea25a9c 100644 --- a/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/HttpJsonRapidMigrationAssessmentCallableFactory.java +++ b/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/HttpJsonRapidMigrationAssessmentCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.rapidmigrationassessment.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 HttpJsonRapidMigrationAssessmentCallableFactory 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-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/HttpJsonRapidMigrationAssessmentStub.java b/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/HttpJsonRapidMigrationAssessmentStub.java index 8a59d2001371..62ef183ae66a 100644 --- a/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/HttpJsonRapidMigrationAssessmentStub.java +++ b/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/HttpJsonRapidMigrationAssessmentStub.java @@ -20,7 +20,6 @@ import static com.google.cloud.rapidmigrationassessment.v1.RapidMigrationAssessmentClient.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; @@ -72,7 +71,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonRapidMigrationAssessmentStub extends RapidMigrationAssessmentStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder() diff --git a/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/RapidMigrationAssessmentStubSettings.java b/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/RapidMigrationAssessmentStubSettings.java index 4c0e3d871c0d..85a21af56b4e 100644 --- a/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/RapidMigrationAssessmentStubSettings.java +++ b/java-rapidmigrationassessment/google-cloud-rapidmigrationassessment/src/main/java/com/google/cloud/rapidmigrationassessment/v1/stub/RapidMigrationAssessmentStubSettings.java @@ -959,8 +959,6 @@ public UnaryCallSettings.Builder createCollec } /** Returns the builder for the settings used for calls to createCollector. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createCollectorOperationSettings() { return createCollectorOperationSettings; @@ -973,8 +971,6 @@ public UnaryCallSettings.Builder createCollec } /** Returns the builder for the settings used for calls to createAnnotation. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createAnnotationOperationSettings() { return createAnnotationOperationSettings; @@ -1003,8 +999,6 @@ public UnaryCallSettings.Builder updateCollec } /** Returns the builder for the settings used for calls to updateCollector. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateCollectorOperationSettings() { return updateCollectorOperationSettings; @@ -1016,8 +1010,6 @@ public UnaryCallSettings.Builder deleteCollec } /** Returns the builder for the settings used for calls to deleteCollector. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteCollectorOperationSettings() { return deleteCollectorOperationSettings; @@ -1029,8 +1021,6 @@ public UnaryCallSettings.Builder resumeCollec } /** Returns the builder for the settings used for calls to resumeCollector. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder resumeCollectorOperationSettings() { return resumeCollectorOperationSettings; @@ -1043,8 +1033,6 @@ public UnaryCallSettings.Builder resumeCollec } /** Returns the builder for the settings used for calls to registerCollector. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder registerCollectorOperationSettings() { return registerCollectorOperationSettings; @@ -1056,8 +1044,6 @@ public UnaryCallSettings.Builder pauseCollecto } /** Returns the builder for the settings used for calls to pauseCollector. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder pauseCollectorOperationSettings() { return pauseCollectorOperationSettings; diff --git a/java-recaptchaenterprise/README.md b/java-recaptchaenterprise/README.md index 60c8d048f7b3..bbe686ecf459 100644 --- a/java-recaptchaenterprise/README.md +++ b/java-recaptchaenterprise/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-recaptchaenterprise.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recaptchaenterprise/3.32.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recaptchaenterprise/3.33.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-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1beta1/RecaptchaEnterpriseServiceV1Beta1Settings.java b/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1beta1/RecaptchaEnterpriseServiceV1Beta1Settings.java index 18b73eed9980..e57b16e426e1 100644 --- a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1beta1/RecaptchaEnterpriseServiceV1Beta1Settings.java +++ b/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1beta1/RecaptchaEnterpriseServiceV1Beta1Settings.java @@ -145,7 +145,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -188,7 +187,6 @@ private static Builder createDefault() { return new Builder(RecaptchaEnterpriseServiceV1Beta1StubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(RecaptchaEnterpriseServiceV1Beta1StubSettings.newHttpJsonBuilder()); } diff --git a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1beta1/stub/HttpJsonRecaptchaEnterpriseServiceV1Beta1CallableFactory.java b/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1beta1/stub/HttpJsonRecaptchaEnterpriseServiceV1Beta1CallableFactory.java index d23d473f1c42..c4ea29a1becb 100644 --- a/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1beta1/stub/HttpJsonRecaptchaEnterpriseServiceV1Beta1CallableFactory.java +++ b/java-recaptchaenterprise/google-cloud-recaptchaenterprise/src/main/java/com/google/cloud/recaptchaenterprise/v1beta1/stub/HttpJsonRecaptchaEnterpriseServiceV1Beta1CallableFactory.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-recommendations-ai/README.md b/java-recommendations-ai/README.md index 7728c56d3e6b..c0e2526226fb 100644 --- a/java-recommendations-ai/README.md +++ b/java-recommendations-ai/README.md @@ -24,7 +24,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 @@ -202,7 +202,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-recommendations-ai.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recommendations-ai/0.42.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recommendations-ai/0.43.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-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/CatalogServiceSettings.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/CatalogServiceSettings.java index 28a4b817b848..0775b956635b 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/CatalogServiceSettings.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/CatalogServiceSettings.java @@ -170,7 +170,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -212,7 +211,6 @@ private static Builder createDefault() { return new Builder(CatalogServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(CatalogServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/PredictionApiKeyRegistrySettings.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/PredictionApiKeyRegistrySettings.java index 01ef3fc5c205..5da550078d42 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/PredictionApiKeyRegistrySettings.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/PredictionApiKeyRegistrySettings.java @@ -155,7 +155,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -198,7 +197,6 @@ private static Builder createDefault() { return new Builder(PredictionApiKeyRegistryStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(PredictionApiKeyRegistryStubSettings.newHttpJsonBuilder()); } diff --git a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/PredictionServiceSettings.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/PredictionServiceSettings.java index 731e4793b265..300b3a8be135 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/PredictionServiceSettings.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/PredictionServiceSettings.java @@ -134,7 +134,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -176,7 +175,6 @@ private static Builder createDefault() { return new Builder(PredictionServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(PredictionServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/UserEventServiceSettings.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/UserEventServiceSettings.java index a06689f48ebb..6928c1a93654 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/UserEventServiceSettings.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/UserEventServiceSettings.java @@ -171,7 +171,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -213,7 +212,6 @@ private static Builder createDefault() { return new Builder(UserEventServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(UserEventServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/CatalogServiceStubSettings.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/CatalogServiceStubSettings.java index dd8525e5fc15..3622a63a27ed 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/CatalogServiceStubSettings.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/CatalogServiceStubSettings.java @@ -586,8 +586,6 @@ public UnaryCallSettings.Builder deleteCatalogI } /** Returns the builder for the settings used for calls to importCatalogItems. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< ImportCatalogItemsRequest, ImportCatalogItemsResponse, ImportMetadata> importCatalogItemsOperationSettings() { diff --git a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonCatalogServiceCallableFactory.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonCatalogServiceCallableFactory.java index 26a0a970e02a..5df032c05251 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonCatalogServiceCallableFactory.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonCatalogServiceCallableFactory.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-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonPredictionApiKeyRegistryCallableFactory.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonPredictionApiKeyRegistryCallableFactory.java index 3c6b93e075da..9e85c47b4feb 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonPredictionApiKeyRegistryCallableFactory.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonPredictionApiKeyRegistryCallableFactory.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-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonPredictionServiceCallableFactory.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonPredictionServiceCallableFactory.java index 9f80b0f91212..d005642b82a7 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonPredictionServiceCallableFactory.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonPredictionServiceCallableFactory.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-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonUserEventServiceCallableFactory.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonUserEventServiceCallableFactory.java index 9ad8a7c2c642..7c300c87a028 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonUserEventServiceCallableFactory.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/HttpJsonUserEventServiceCallableFactory.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-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/UserEventServiceStubSettings.java b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/UserEventServiceStubSettings.java index 55f969540a70..c118edbe6693 100644 --- a/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/UserEventServiceStubSettings.java +++ b/java-recommendations-ai/google-cloud-recommendations-ai/src/main/java/com/google/cloud/recommendationengine/v1beta1/stub/UserEventServiceStubSettings.java @@ -587,8 +587,6 @@ public UnaryCallSettings.Builder purgeUserEve } /** Returns the builder for the settings used for calls to purgeUserEvents. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< PurgeUserEventsRequest, PurgeUserEventsResponse, PurgeUserEventsMetadata> purgeUserEventsOperationSettings() { @@ -602,8 +600,6 @@ public UnaryCallSettings.Builder purgeUserEve } /** Returns the builder for the settings used for calls to importUserEvents. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< ImportUserEventsRequest, ImportUserEventsResponse, ImportMetadata> importUserEventsOperationSettings() { diff --git a/java-recommender/README.md b/java-recommender/README.md index dcd00ca75fe0..2e7b81dfba86 100644 --- a/java-recommender/README.md +++ b/java-recommender/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-recommender.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recommender/2.37.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-recommender/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-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/RecommenderSettings.java b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/RecommenderSettings.java index a3b4e5bc1217..aacd597a32bd 100644 --- a/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/RecommenderSettings.java +++ b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/RecommenderSettings.java @@ -201,7 +201,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -243,7 +242,6 @@ private static Builder createDefault() { return new Builder(RecommenderStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(RecommenderStubSettings.newHttpJsonBuilder()); } diff --git a/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/stub/HttpJsonRecommenderCallableFactory.java b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/stub/HttpJsonRecommenderCallableFactory.java index 5142faae235d..998f6bc7c0d1 100644 --- a/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/stub/HttpJsonRecommenderCallableFactory.java +++ b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/stub/HttpJsonRecommenderCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.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 HttpJsonRecommenderCallableFactory 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-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/stub/HttpJsonRecommenderStub.java b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/stub/HttpJsonRecommenderStub.java index b39efa7c7e05..9e906640f6f0 100644 --- a/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/stub/HttpJsonRecommenderStub.java +++ b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1/stub/HttpJsonRecommenderStub.java @@ -19,7 +19,6 @@ import static com.google.cloud.recommender.v1.RecommenderClient.ListInsightsPagedResponse; import static com.google.cloud.recommender.v1.RecommenderClient.ListRecommendationsPagedResponse; -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 HttpJsonRecommenderStub extends RecommenderStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderSettings.java b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderSettings.java index 3db6ecaecd11..157abe82483e 100644 --- a/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderSettings.java +++ b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderSettings.java @@ -212,7 +212,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -254,7 +253,6 @@ private static Builder createDefault() { return new Builder(RecommenderStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(RecommenderStubSettings.newHttpJsonBuilder()); } diff --git a/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1beta1/stub/HttpJsonRecommenderCallableFactory.java b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1beta1/stub/HttpJsonRecommenderCallableFactory.java index ba6e47ff899a..757f57425fb9 100644 --- a/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1beta1/stub/HttpJsonRecommenderCallableFactory.java +++ b/java-recommender/google-cloud-recommender/src/main/java/com/google/cloud/recommender/v1beta1/stub/HttpJsonRecommenderCallableFactory.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-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightName.java b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightName.java index 849851916dd7..452dac948bd7 100644 --- a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightName.java +++ b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.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; @@ -141,24 +140,20 @@ 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 newProjectLocationInsightTypeInsightBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationInsightTypeInsightBuilder newBillingAccountLocationInsightTypeInsightBuilder() { return new BillingAccountLocationInsightTypeInsightBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderLocationInsightTypeInsightBuilder newFolderLocationInsightTypeInsightBuilder() { return new FolderLocationInsightTypeInsightBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationInsightTypeInsightBuilder newOrganizationLocationInsightTypeInsightBuilder() { return new OrganizationLocationInsightTypeInsightBuilder(); @@ -178,7 +173,6 @@ public static InsightName of( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightName ofProjectLocationInsightTypeInsightName( String project, String location, String insightType, String insight) { return newBuilder() @@ -189,7 +183,6 @@ public static InsightName ofProjectLocationInsightTypeInsightName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightName ofBillingAccountLocationInsightTypeInsightName( String billingAccount, String location, String insightType, String insight) { return newBillingAccountLocationInsightTypeInsightBuilder() @@ -200,7 +193,6 @@ public static InsightName ofBillingAccountLocationInsightTypeInsightName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightName ofFolderLocationInsightTypeInsightName( String folder, String location, String insightType, String insight) { return newFolderLocationInsightTypeInsightBuilder() @@ -211,7 +203,6 @@ public static InsightName ofFolderLocationInsightTypeInsightName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightName ofOrganizationLocationInsightTypeInsightName( String organization, String location, String insightType, String insight) { return newOrganizationLocationInsightTypeInsightBuilder() @@ -232,7 +223,6 @@ public static String format(String project, String location, String insightType, .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationInsightTypeInsightName( String project, String location, String insightType, String insight) { return newBuilder() @@ -244,7 +234,6 @@ public static String formatProjectLocationInsightTypeInsightName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationInsightTypeInsightName( String billingAccount, String location, String insightType, String insight) { return newBillingAccountLocationInsightTypeInsightBuilder() @@ -256,7 +245,6 @@ public static String formatBillingAccountLocationInsightTypeInsightName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationInsightTypeInsightName( String folder, String location, String insightType, String insight) { return newFolderLocationInsightTypeInsightBuilder() @@ -268,7 +256,6 @@ public static String formatFolderLocationInsightTypeInsightName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationInsightTypeInsightName( String organization, String location, String insightType, String insight) { return newOrganizationLocationInsightTypeInsightBuilder() @@ -495,7 +482,6 @@ public InsightName build() { * Builder for * billingAccounts/{billing_account}/locations/{location}/insightTypes/{insight_type}/insights/{insight}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationInsightTypeInsightBuilder { private String billingAccount; private String location; @@ -550,7 +536,6 @@ public InsightName build() { * Builder for * folders/{folder}/locations/{location}/insightTypes/{insight_type}/insights/{insight}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderLocationInsightTypeInsightBuilder { private String folder; private String location; @@ -604,7 +589,6 @@ public InsightName build() { * Builder for * organizations/{organization}/locations/{location}/insightTypes/{insight_type}/insights/{insight}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationInsightTypeInsightBuilder { private String organization; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightTypeConfigName.java b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightTypeConfigName.java index 4e993957bd1b..8274d9dc7983 100644 --- a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightTypeConfigName.java +++ b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightTypeConfigName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.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; @@ -109,17 +108,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 newProjectLocationInsightTypeBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationInsightTypeBuilder newOrganizationLocationInsightTypeBuilder() { return new OrganizationLocationInsightTypeBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationInsightTypeBuilder newBillingAccountLocationInsightTypeBuilder() { return new BillingAccountLocationInsightTypeBuilder(); @@ -137,7 +133,6 @@ public static InsightTypeConfigName of(String project, String location, String i .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeConfigName ofProjectLocationInsightTypeName( String project, String location, String insightType) { return newBuilder() @@ -147,7 +142,6 @@ public static InsightTypeConfigName ofProjectLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeConfigName ofOrganizationLocationInsightTypeName( String organization, String location, String insightType) { return newOrganizationLocationInsightTypeBuilder() @@ -157,7 +151,6 @@ public static InsightTypeConfigName ofOrganizationLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeConfigName ofBillingAccountLocationInsightTypeName( String billingAccount, String location, String insightType) { return newBillingAccountLocationInsightTypeBuilder() @@ -176,7 +169,6 @@ public static String format(String project, String location, String insightType) .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationInsightTypeName( String project, String location, String insightType) { return newBuilder() @@ -187,7 +179,6 @@ public static String formatProjectLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationInsightTypeName( String organization, String location, String insightType) { return newOrganizationLocationInsightTypeBuilder() @@ -198,7 +189,6 @@ public static String formatOrganizationLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationInsightTypeName( String billingAccount, String location, String insightType) { return newBillingAccountLocationInsightTypeBuilder() @@ -380,7 +370,6 @@ public InsightTypeConfigName build() { * Builder for * organizations/{organization}/locations/{location}/insightTypes/{insight_type}/config. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationInsightTypeBuilder { private String organization; private String location; @@ -424,7 +413,6 @@ public InsightTypeConfigName build() { * Builder for * billingAccounts/{billing_account}/locations/{location}/insightTypes/{insight_type}/config. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationInsightTypeBuilder { private String billingAccount; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightTypeName.java b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightTypeName.java index 3f915b2c049b..0a1a7755d917 100644 --- a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightTypeName.java +++ b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/InsightTypeName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.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; @@ -131,23 +130,19 @@ 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 newProjectLocationInsightTypeBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationInsightTypeBuilder newBillingAccountLocationInsightTypeBuilder() { return new BillingAccountLocationInsightTypeBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderLocationInsightTypeBuilder newFolderLocationInsightTypeBuilder() { return new FolderLocationInsightTypeBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationInsightTypeBuilder newOrganizationLocationInsightTypeBuilder() { return new OrganizationLocationInsightTypeBuilder(); } @@ -164,7 +159,6 @@ public static InsightTypeName of(String project, String location, String insight .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofProjectLocationInsightTypeName( String project, String location, String insightType) { return newBuilder() @@ -174,7 +168,6 @@ public static InsightTypeName ofProjectLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofBillingAccountLocationInsightTypeName( String billingAccount, String location, String insightType) { return newBillingAccountLocationInsightTypeBuilder() @@ -184,7 +177,6 @@ public static InsightTypeName ofBillingAccountLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofFolderLocationInsightTypeName( String folder, String location, String insightType) { return newFolderLocationInsightTypeBuilder() @@ -194,7 +186,6 @@ public static InsightTypeName ofFolderLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofOrganizationLocationInsightTypeName( String organization, String location, String insightType) { return newOrganizationLocationInsightTypeBuilder() @@ -213,7 +204,6 @@ public static String format(String project, String location, String insightType) .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationInsightTypeName( String project, String location, String insightType) { return newBuilder() @@ -224,7 +214,6 @@ public static String formatProjectLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationInsightTypeName( String billingAccount, String location, String insightType) { return newBillingAccountLocationInsightTypeBuilder() @@ -235,7 +224,6 @@ public static String formatBillingAccountLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationInsightTypeName( String folder, String location, String insightType) { return newFolderLocationInsightTypeBuilder() @@ -246,7 +234,6 @@ public static String formatFolderLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationInsightTypeName( String organization, String location, String insightType) { return newOrganizationLocationInsightTypeBuilder() @@ -437,7 +424,6 @@ public InsightTypeName build() { /** * Builder for billingAccounts/{billing_account}/locations/{location}/insightTypes/{insight_type}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationInsightTypeBuilder { private String billingAccount; private String location; @@ -478,7 +464,6 @@ public InsightTypeName build() { } /** Builder for folders/{folder}/locations/{location}/insightTypes/{insight_type}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderLocationInsightTypeBuilder { private String folder; private String location; @@ -519,7 +504,6 @@ public InsightTypeName build() { } /** Builder for organizations/{organization}/locations/{location}/insightTypes/{insight_type}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationInsightTypeBuilder { private String organization; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommendationName.java b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommendationName.java index 77c7efb94b89..7b46d8021e72 100644 --- a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommendationName.java +++ b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommendationName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.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; @@ -141,24 +140,20 @@ 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 newProjectLocationRecommenderRecommendationBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationRecommenderRecommendationBuilder newBillingAccountLocationRecommenderRecommendationBuilder() { return new BillingAccountLocationRecommenderRecommendationBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderLocationRecommenderRecommendationBuilder newFolderLocationRecommenderRecommendationBuilder() { return new FolderLocationRecommenderRecommendationBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationRecommenderRecommendationBuilder newOrganizationLocationRecommenderRecommendationBuilder() { return new OrganizationLocationRecommenderRecommendationBuilder(); @@ -178,7 +173,6 @@ public static RecommendationName of( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommendationName ofProjectLocationRecommenderRecommendationName( String project, String location, String recommender, String recommendation) { return newBuilder() @@ -189,7 +183,6 @@ public static RecommendationName ofProjectLocationRecommenderRecommendationName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommendationName ofBillingAccountLocationRecommenderRecommendationName( String billingAccount, String location, String recommender, String recommendation) { return newBillingAccountLocationRecommenderRecommendationBuilder() @@ -200,7 +193,6 @@ public static RecommendationName ofBillingAccountLocationRecommenderRecommendati .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommendationName ofFolderLocationRecommenderRecommendationName( String folder, String location, String recommender, String recommendation) { return newFolderLocationRecommenderRecommendationBuilder() @@ -211,7 +203,6 @@ public static RecommendationName ofFolderLocationRecommenderRecommendationName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommendationName ofOrganizationLocationRecommenderRecommendationName( String organization, String location, String recommender, String recommendation) { return newOrganizationLocationRecommenderRecommendationBuilder() @@ -233,7 +224,6 @@ public static String format( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationRecommenderRecommendationName( String project, String location, String recommender, String recommendation) { return newBuilder() @@ -245,7 +235,6 @@ public static String formatProjectLocationRecommenderRecommendationName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationRecommenderRecommendationName( String billingAccount, String location, String recommender, String recommendation) { return newBillingAccountLocationRecommenderRecommendationBuilder() @@ -257,7 +246,6 @@ public static String formatBillingAccountLocationRecommenderRecommendationName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationRecommenderRecommendationName( String folder, String location, String recommender, String recommendation) { return newFolderLocationRecommenderRecommendationBuilder() @@ -269,7 +257,6 @@ public static String formatFolderLocationRecommenderRecommendationName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationRecommenderRecommendationName( String organization, String location, String recommender, String recommendation) { return newOrganizationLocationRecommenderRecommendationBuilder() @@ -499,7 +486,6 @@ public RecommendationName build() { * Builder for * billingAccounts/{billing_account}/locations/{location}/recommenders/{recommender}/recommendations/{recommendation}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationRecommenderRecommendationBuilder { private String billingAccount; private String location; @@ -556,7 +542,6 @@ public RecommendationName build() { * Builder for * folders/{folder}/locations/{location}/recommenders/{recommender}/recommendations/{recommendation}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderLocationRecommenderRecommendationBuilder { private String folder; private String location; @@ -610,7 +595,6 @@ public RecommendationName build() { * Builder for * organizations/{organization}/locations/{location}/recommenders/{recommender}/recommendations/{recommendation}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationRecommenderRecommendationBuilder { private String organization; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommenderConfigName.java b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommenderConfigName.java index 05da7e7b6b1d..9ca73aaaa9be 100644 --- a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommenderConfigName.java +++ b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommenderConfigName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.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; @@ -109,17 +108,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 newProjectLocationRecommenderBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationRecommenderBuilder newOrganizationLocationRecommenderBuilder() { return new OrganizationLocationRecommenderBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationRecommenderBuilder newBillingAccountLocationRecommenderBuilder() { return new BillingAccountLocationRecommenderBuilder(); @@ -137,7 +133,6 @@ public static RecommenderConfigName of(String project, String location, String r .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderConfigName ofProjectLocationRecommenderName( String project, String location, String recommender) { return newBuilder() @@ -147,7 +142,6 @@ public static RecommenderConfigName ofProjectLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderConfigName ofOrganizationLocationRecommenderName( String organization, String location, String recommender) { return newOrganizationLocationRecommenderBuilder() @@ -157,7 +151,6 @@ public static RecommenderConfigName ofOrganizationLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderConfigName ofBillingAccountLocationRecommenderName( String billingAccount, String location, String recommender) { return newBillingAccountLocationRecommenderBuilder() @@ -176,7 +169,6 @@ public static String format(String project, String location, String recommender) .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationRecommenderName( String project, String location, String recommender) { return newBuilder() @@ -187,7 +179,6 @@ public static String formatProjectLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationRecommenderName( String organization, String location, String recommender) { return newOrganizationLocationRecommenderBuilder() @@ -198,7 +189,6 @@ public static String formatOrganizationLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationRecommenderName( String billingAccount, String location, String recommender) { return newBillingAccountLocationRecommenderBuilder() @@ -380,7 +370,6 @@ public RecommenderConfigName build() { * Builder for * organizations/{organization}/locations/{location}/recommenders/{recommender}/config. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationRecommenderBuilder { private String organization; private String location; @@ -424,7 +413,6 @@ public RecommenderConfigName build() { * Builder for * billingAccounts/{billing_account}/locations/{location}/recommenders/{recommender}/config. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationRecommenderBuilder { private String billingAccount; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommenderName.java b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommenderName.java index 53b51761de5b..cfc2678fef55 100644 --- a/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommenderName.java +++ b/java-recommender/proto-google-cloud-recommender-v1/src/main/java/com/google/cloud/recommender/v1/RecommenderName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.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; @@ -131,23 +130,19 @@ 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 newProjectLocationRecommenderBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationRecommenderBuilder newBillingAccountLocationRecommenderBuilder() { return new BillingAccountLocationRecommenderBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderLocationRecommenderBuilder newFolderLocationRecommenderBuilder() { return new FolderLocationRecommenderBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationRecommenderBuilder newOrganizationLocationRecommenderBuilder() { return new OrganizationLocationRecommenderBuilder(); } @@ -164,7 +159,6 @@ public static RecommenderName of(String project, String location, String recomme .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderName ofProjectLocationRecommenderName( String project, String location, String recommender) { return newBuilder() @@ -174,7 +168,6 @@ public static RecommenderName ofProjectLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderName ofBillingAccountLocationRecommenderName( String billingAccount, String location, String recommender) { return newBillingAccountLocationRecommenderBuilder() @@ -184,7 +177,6 @@ public static RecommenderName ofBillingAccountLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderName ofFolderLocationRecommenderName( String folder, String location, String recommender) { return newFolderLocationRecommenderBuilder() @@ -194,7 +186,6 @@ public static RecommenderName ofFolderLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderName ofOrganizationLocationRecommenderName( String organization, String location, String recommender) { return newOrganizationLocationRecommenderBuilder() @@ -213,7 +204,6 @@ public static String format(String project, String location, String recommender) .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationRecommenderName( String project, String location, String recommender) { return newBuilder() @@ -224,7 +214,6 @@ public static String formatProjectLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationRecommenderName( String billingAccount, String location, String recommender) { return newBillingAccountLocationRecommenderBuilder() @@ -235,7 +224,6 @@ public static String formatBillingAccountLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationRecommenderName( String folder, String location, String recommender) { return newFolderLocationRecommenderBuilder() @@ -246,7 +234,6 @@ public static String formatFolderLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationRecommenderName( String organization, String location, String recommender) { return newOrganizationLocationRecommenderBuilder() @@ -437,7 +424,6 @@ public RecommenderName build() { /** * Builder for billingAccounts/{billing_account}/locations/{location}/recommenders/{recommender}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationRecommenderBuilder { private String billingAccount; private String location; @@ -478,7 +464,6 @@ public RecommenderName build() { } /** Builder for folders/{folder}/locations/{location}/recommenders/{recommender}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderLocationRecommenderBuilder { private String folder; private String location; @@ -519,7 +504,6 @@ public RecommenderName build() { } /** Builder for organizations/{organization}/locations/{location}/recommenders/{recommender}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationRecommenderBuilder { private String organization; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightName.java b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightName.java index 3d0c95e362a6..5f12526f9592 100644 --- a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightName.java +++ b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.v1beta1; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -141,24 +140,20 @@ 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 newProjectLocationInsightTypeInsightBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationInsightTypeInsightBuilder newBillingAccountLocationInsightTypeInsightBuilder() { return new BillingAccountLocationInsightTypeInsightBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderLocationInsightTypeInsightBuilder newFolderLocationInsightTypeInsightBuilder() { return new FolderLocationInsightTypeInsightBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationInsightTypeInsightBuilder newOrganizationLocationInsightTypeInsightBuilder() { return new OrganizationLocationInsightTypeInsightBuilder(); @@ -178,7 +173,6 @@ public static InsightName of( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightName ofProjectLocationInsightTypeInsightName( String project, String location, String insightType, String insight) { return newBuilder() @@ -189,7 +183,6 @@ public static InsightName ofProjectLocationInsightTypeInsightName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightName ofBillingAccountLocationInsightTypeInsightName( String billingAccount, String location, String insightType, String insight) { return newBillingAccountLocationInsightTypeInsightBuilder() @@ -200,7 +193,6 @@ public static InsightName ofBillingAccountLocationInsightTypeInsightName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightName ofFolderLocationInsightTypeInsightName( String folder, String location, String insightType, String insight) { return newFolderLocationInsightTypeInsightBuilder() @@ -211,7 +203,6 @@ public static InsightName ofFolderLocationInsightTypeInsightName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightName ofOrganizationLocationInsightTypeInsightName( String organization, String location, String insightType, String insight) { return newOrganizationLocationInsightTypeInsightBuilder() @@ -232,7 +223,6 @@ public static String format(String project, String location, String insightType, .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationInsightTypeInsightName( String project, String location, String insightType, String insight) { return newBuilder() @@ -244,7 +234,6 @@ public static String formatProjectLocationInsightTypeInsightName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationInsightTypeInsightName( String billingAccount, String location, String insightType, String insight) { return newBillingAccountLocationInsightTypeInsightBuilder() @@ -256,7 +245,6 @@ public static String formatBillingAccountLocationInsightTypeInsightName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationInsightTypeInsightName( String folder, String location, String insightType, String insight) { return newFolderLocationInsightTypeInsightBuilder() @@ -268,7 +256,6 @@ public static String formatFolderLocationInsightTypeInsightName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationInsightTypeInsightName( String organization, String location, String insightType, String insight) { return newOrganizationLocationInsightTypeInsightBuilder() @@ -495,7 +482,6 @@ public InsightName build() { * Builder for * billingAccounts/{billing_account}/locations/{location}/insightTypes/{insight_type}/insights/{insight}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationInsightTypeInsightBuilder { private String billingAccount; private String location; @@ -550,7 +536,6 @@ public InsightName build() { * Builder for * folders/{folder}/locations/{location}/insightTypes/{insight_type}/insights/{insight}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderLocationInsightTypeInsightBuilder { private String folder; private String location; @@ -604,7 +589,6 @@ public InsightName build() { * Builder for * organizations/{organization}/locations/{location}/insightTypes/{insight_type}/insights/{insight}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationInsightTypeInsightBuilder { private String organization; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightTypeConfigName.java b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightTypeConfigName.java index 3c6320b971ce..eb9985d58f11 100644 --- a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightTypeConfigName.java +++ b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightTypeConfigName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.v1beta1; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -89,12 +88,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 newProjectLocationInsightTypeBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationInsightTypeBuilder newOrganizationLocationInsightTypeBuilder() { return new OrganizationLocationInsightTypeBuilder(); } @@ -111,7 +108,6 @@ public static InsightTypeConfigName of(String project, String location, String i .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeConfigName ofProjectLocationInsightTypeName( String project, String location, String insightType) { return newBuilder() @@ -121,7 +117,6 @@ public static InsightTypeConfigName ofProjectLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeConfigName ofOrganizationLocationInsightTypeName( String organization, String location, String insightType) { return newOrganizationLocationInsightTypeBuilder() @@ -140,7 +135,6 @@ public static String format(String project, String location, String insightType) .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationInsightTypeName( String project, String location, String insightType) { return newBuilder() @@ -151,7 +145,6 @@ public static String formatProjectLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationInsightTypeName( String organization, String location, String insightType) { return newOrganizationLocationInsightTypeBuilder() @@ -322,7 +315,6 @@ public InsightTypeConfigName build() { * Builder for * organizations/{organization}/locations/{location}/insightTypes/{insight_type}/config. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationInsightTypeBuilder { private String organization; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightTypeName.java b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightTypeName.java index 27136f7e8c51..b94c535016cf 100644 --- a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightTypeName.java +++ b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/InsightTypeName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.v1beta1; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -143,28 +142,23 @@ 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 newProjectLocationInsightTypeBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationInsightTypeBuilder newBillingAccountLocationInsightTypeBuilder() { return new BillingAccountLocationInsightTypeBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderLocationInsightTypeBuilder newFolderLocationInsightTypeBuilder() { return new FolderLocationInsightTypeBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationInsightTypeBuilder newOrganizationLocationInsightTypeBuilder() { return new OrganizationLocationInsightTypeBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static InsightTypeBuilder newInsightTypeBuilder() { return new InsightTypeBuilder(); } @@ -181,7 +175,6 @@ public static InsightTypeName of(String project, String location, String insight .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofProjectLocationInsightTypeName( String project, String location, String insightType) { return newBuilder() @@ -191,7 +184,6 @@ public static InsightTypeName ofProjectLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofBillingAccountLocationInsightTypeName( String billingAccount, String location, String insightType) { return newBillingAccountLocationInsightTypeBuilder() @@ -201,7 +193,6 @@ public static InsightTypeName ofBillingAccountLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofFolderLocationInsightTypeName( String folder, String location, String insightType) { return newFolderLocationInsightTypeBuilder() @@ -211,7 +202,6 @@ public static InsightTypeName ofFolderLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofOrganizationLocationInsightTypeName( String organization, String location, String insightType) { return newOrganizationLocationInsightTypeBuilder() @@ -221,7 +211,6 @@ public static InsightTypeName ofOrganizationLocationInsightTypeName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static InsightTypeName ofInsightTypeName(String insightType) { return newInsightTypeBuilder().setInsightType(insightType).build(); } @@ -235,7 +224,6 @@ public static String format(String project, String location, String insightType) .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationInsightTypeName( String project, String location, String insightType) { return newBuilder() @@ -246,7 +234,6 @@ public static String formatProjectLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationInsightTypeName( String billingAccount, String location, String insightType) { return newBillingAccountLocationInsightTypeBuilder() @@ -257,7 +244,6 @@ public static String formatBillingAccountLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationInsightTypeName( String folder, String location, String insightType) { return newFolderLocationInsightTypeBuilder() @@ -268,7 +254,6 @@ public static String formatFolderLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationInsightTypeName( String organization, String location, String insightType) { return newOrganizationLocationInsightTypeBuilder() @@ -279,7 +264,6 @@ public static String formatOrganizationLocationInsightTypeName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatInsightTypeName(String insightType) { return newInsightTypeBuilder().setInsightType(insightType).build().toString(); } @@ -468,7 +452,6 @@ public InsightTypeName build() { /** * Builder for billingAccounts/{billing_account}/locations/{location}/insightTypes/{insight_type}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationInsightTypeBuilder { private String billingAccount; private String location; @@ -509,7 +492,6 @@ public InsightTypeName build() { } /** Builder for folders/{folder}/locations/{location}/insightTypes/{insight_type}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderLocationInsightTypeBuilder { private String folder; private String location; @@ -550,7 +532,6 @@ public InsightTypeName build() { } /** Builder for organizations/{organization}/locations/{location}/insightTypes/{insight_type}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationInsightTypeBuilder { private String organization; private String location; @@ -591,7 +572,6 @@ public InsightTypeName build() { } /** Builder for insightTypes/{insight_type}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class InsightTypeBuilder { private String insightType; diff --git a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommendationName.java b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommendationName.java index 0560ed8710cc..711c07326574 100644 --- a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommendationName.java +++ b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommendationName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.v1beta1; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -141,24 +140,20 @@ 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 newProjectLocationRecommenderRecommendationBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationRecommenderRecommendationBuilder newBillingAccountLocationRecommenderRecommendationBuilder() { return new BillingAccountLocationRecommenderRecommendationBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderLocationRecommenderRecommendationBuilder newFolderLocationRecommenderRecommendationBuilder() { return new FolderLocationRecommenderRecommendationBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationRecommenderRecommendationBuilder newOrganizationLocationRecommenderRecommendationBuilder() { return new OrganizationLocationRecommenderRecommendationBuilder(); @@ -178,7 +173,6 @@ public static RecommendationName of( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommendationName ofProjectLocationRecommenderRecommendationName( String project, String location, String recommender, String recommendation) { return newBuilder() @@ -189,7 +183,6 @@ public static RecommendationName ofProjectLocationRecommenderRecommendationName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommendationName ofBillingAccountLocationRecommenderRecommendationName( String billingAccount, String location, String recommender, String recommendation) { return newBillingAccountLocationRecommenderRecommendationBuilder() @@ -200,7 +193,6 @@ public static RecommendationName ofBillingAccountLocationRecommenderRecommendati .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommendationName ofFolderLocationRecommenderRecommendationName( String folder, String location, String recommender, String recommendation) { return newFolderLocationRecommenderRecommendationBuilder() @@ -211,7 +203,6 @@ public static RecommendationName ofFolderLocationRecommenderRecommendationName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommendationName ofOrganizationLocationRecommenderRecommendationName( String organization, String location, String recommender, String recommendation) { return newOrganizationLocationRecommenderRecommendationBuilder() @@ -233,7 +224,6 @@ public static String format( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationRecommenderRecommendationName( String project, String location, String recommender, String recommendation) { return newBuilder() @@ -245,7 +235,6 @@ public static String formatProjectLocationRecommenderRecommendationName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationRecommenderRecommendationName( String billingAccount, String location, String recommender, String recommendation) { return newBillingAccountLocationRecommenderRecommendationBuilder() @@ -257,7 +246,6 @@ public static String formatBillingAccountLocationRecommenderRecommendationName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationRecommenderRecommendationName( String folder, String location, String recommender, String recommendation) { return newFolderLocationRecommenderRecommendationBuilder() @@ -269,7 +257,6 @@ public static String formatFolderLocationRecommenderRecommendationName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationRecommenderRecommendationName( String organization, String location, String recommender, String recommendation) { return newOrganizationLocationRecommenderRecommendationBuilder() @@ -499,7 +486,6 @@ public RecommendationName build() { * Builder for * billingAccounts/{billing_account}/locations/{location}/recommenders/{recommender}/recommendations/{recommendation}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationRecommenderRecommendationBuilder { private String billingAccount; private String location; @@ -556,7 +542,6 @@ public RecommendationName build() { * Builder for * folders/{folder}/locations/{location}/recommenders/{recommender}/recommendations/{recommendation}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderLocationRecommenderRecommendationBuilder { private String folder; private String location; @@ -610,7 +595,6 @@ public RecommendationName build() { * Builder for * organizations/{organization}/locations/{location}/recommenders/{recommender}/recommendations/{recommendation}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationRecommenderRecommendationBuilder { private String organization; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderConfigName.java b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderConfigName.java index 9e67d3bf644f..9a31ff13e54b 100644 --- a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderConfigName.java +++ b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderConfigName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.v1beta1; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -89,12 +88,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 newProjectLocationRecommenderBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationRecommenderBuilder newOrganizationLocationRecommenderBuilder() { return new OrganizationLocationRecommenderBuilder(); } @@ -111,7 +108,6 @@ public static RecommenderConfigName of(String project, String location, String r .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderConfigName ofProjectLocationRecommenderName( String project, String location, String recommender) { return newBuilder() @@ -121,7 +117,6 @@ public static RecommenderConfigName ofProjectLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderConfigName ofOrganizationLocationRecommenderName( String organization, String location, String recommender) { return newOrganizationLocationRecommenderBuilder() @@ -140,7 +135,6 @@ public static String format(String project, String location, String recommender) .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationRecommenderName( String project, String location, String recommender) { return newBuilder() @@ -151,7 +145,6 @@ public static String formatProjectLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationRecommenderName( String organization, String location, String recommender) { return newOrganizationLocationRecommenderBuilder() @@ -322,7 +315,6 @@ public RecommenderConfigName build() { * Builder for * organizations/{organization}/locations/{location}/recommenders/{recommender}/config. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationRecommenderBuilder { private String organization; private String location; diff --git a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderName.java b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderName.java index b642eb97488f..bc651ea4fbf3 100644 --- a/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderName.java +++ b/java-recommender/proto-google-cloud-recommender-v1beta1/src/main/java/com/google/cloud/recommender/v1beta1/RecommenderName.java @@ -16,7 +16,6 @@ package com.google.cloud.recommender.v1beta1; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -143,28 +142,23 @@ 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 newProjectLocationRecommenderBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static BillingAccountLocationRecommenderBuilder newBillingAccountLocationRecommenderBuilder() { return new BillingAccountLocationRecommenderBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderLocationRecommenderBuilder newFolderLocationRecommenderBuilder() { return new FolderLocationRecommenderBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationLocationRecommenderBuilder newOrganizationLocationRecommenderBuilder() { return new OrganizationLocationRecommenderBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static RecommenderBuilder newRecommenderBuilder() { return new RecommenderBuilder(); } @@ -181,7 +175,6 @@ public static RecommenderName of(String project, String location, String recomme .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderName ofProjectLocationRecommenderName( String project, String location, String recommender) { return newBuilder() @@ -191,7 +184,6 @@ public static RecommenderName ofProjectLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderName ofBillingAccountLocationRecommenderName( String billingAccount, String location, String recommender) { return newBillingAccountLocationRecommenderBuilder() @@ -201,7 +193,6 @@ public static RecommenderName ofBillingAccountLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderName ofFolderLocationRecommenderName( String folder, String location, String recommender) { return newFolderLocationRecommenderBuilder() @@ -211,7 +202,6 @@ public static RecommenderName ofFolderLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderName ofOrganizationLocationRecommenderName( String organization, String location, String recommender) { return newOrganizationLocationRecommenderBuilder() @@ -221,7 +211,6 @@ public static RecommenderName ofOrganizationLocationRecommenderName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static RecommenderName ofRecommenderName(String recommender) { return newRecommenderBuilder().setRecommender(recommender).build(); } @@ -235,7 +224,6 @@ public static String format(String project, String location, String recommender) .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationRecommenderName( String project, String location, String recommender) { return newBuilder() @@ -246,7 +234,6 @@ public static String formatProjectLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatBillingAccountLocationRecommenderName( String billingAccount, String location, String recommender) { return newBillingAccountLocationRecommenderBuilder() @@ -257,7 +244,6 @@ public static String formatBillingAccountLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderLocationRecommenderName( String folder, String location, String recommender) { return newFolderLocationRecommenderBuilder() @@ -268,7 +254,6 @@ public static String formatFolderLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationLocationRecommenderName( String organization, String location, String recommender) { return newOrganizationLocationRecommenderBuilder() @@ -279,7 +264,6 @@ public static String formatOrganizationLocationRecommenderName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatRecommenderName(String recommender) { return newRecommenderBuilder().setRecommender(recommender).build().toString(); } @@ -468,7 +452,6 @@ public RecommenderName build() { /** * Builder for billingAccounts/{billing_account}/locations/{location}/recommenders/{recommender}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class BillingAccountLocationRecommenderBuilder { private String billingAccount; private String location; @@ -509,7 +492,6 @@ public RecommenderName build() { } /** Builder for folders/{folder}/locations/{location}/recommenders/{recommender}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderLocationRecommenderBuilder { private String folder; private String location; @@ -550,7 +532,6 @@ public RecommenderName build() { } /** Builder for organizations/{organization}/locations/{location}/recommenders/{recommender}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationLocationRecommenderBuilder { private String organization; private String location; @@ -591,7 +572,6 @@ public RecommenderName build() { } /** Builder for recommenders/{recommender}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class RecommenderBuilder { private String recommender; diff --git a/java-redis-cluster/README.md b/java-redis-cluster/README.md index 33d3757bb7a1..db89c60b975f 100644 --- a/java-redis-cluster/README.md +++ b/java-redis-cluster/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/java-redis-cluster/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-redis-cluster.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-redis-cluster/0.7.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-redis-cluster/0.8.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/CloudRedisClusterSettings.java b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/CloudRedisClusterSettings.java index 7bb213d9537f..9e08cf487120 100644 --- a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/CloudRedisClusterSettings.java +++ b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/CloudRedisClusterSettings.java @@ -189,7 +189,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -231,7 +230,6 @@ private static Builder createDefault() { return new Builder(CloudRedisClusterStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(CloudRedisClusterStubSettings.newHttpJsonBuilder()); } diff --git a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/CloudRedisClusterStubSettings.java b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/CloudRedisClusterStubSettings.java index f3712df9d3cf..bd7ff1536926 100644 --- a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/CloudRedisClusterStubSettings.java +++ b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/CloudRedisClusterStubSettings.java @@ -694,8 +694,6 @@ public UnaryCallSettings.Builder updateClusterS } /** Returns the builder for the settings used for calls to updateCluster. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateClusterOperationSettings() { return updateClusterOperationSettings; @@ -707,8 +705,6 @@ public UnaryCallSettings.Builder deleteClusterS } /** Returns the builder for the settings used for calls to deleteCluster. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteClusterOperationSettings() { return deleteClusterOperationSettings; @@ -720,8 +716,6 @@ public UnaryCallSettings.Builder createClusterS } /** Returns the builder for the settings used for calls to createCluster. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createClusterOperationSettings() { return createClusterOperationSettings; diff --git a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/HttpJsonCloudRedisClusterCallableFactory.java b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/HttpJsonCloudRedisClusterCallableFactory.java index df4177044e36..8ad3b6a41069 100644 --- a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/HttpJsonCloudRedisClusterCallableFactory.java +++ b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/HttpJsonCloudRedisClusterCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.redis.cluster.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 HttpJsonCloudRedisClusterCallableFactory 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-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/HttpJsonCloudRedisClusterStub.java b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/HttpJsonCloudRedisClusterStub.java index 48e99af44d5d..1d22440b535f 100644 --- a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/HttpJsonCloudRedisClusterStub.java +++ b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1/stub/HttpJsonCloudRedisClusterStub.java @@ -20,7 +20,6 @@ import static com.google.cloud.redis.cluster.v1.CloudRedisClusterClient.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; @@ -67,7 +66,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonCloudRedisClusterStub extends CloudRedisClusterStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder() diff --git a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/CloudRedisClusterSettings.java b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/CloudRedisClusterSettings.java index 1002bda0e131..6b0ba982d744 100644 --- a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/CloudRedisClusterSettings.java +++ b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/CloudRedisClusterSettings.java @@ -190,7 +190,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -232,7 +231,6 @@ private static Builder createDefault() { return new Builder(CloudRedisClusterStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(CloudRedisClusterStubSettings.newHttpJsonBuilder()); } diff --git a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/stub/CloudRedisClusterStubSettings.java b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/stub/CloudRedisClusterStubSettings.java index 4e34ced9c97e..4bc040769377 100644 --- a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/stub/CloudRedisClusterStubSettings.java +++ b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/stub/CloudRedisClusterStubSettings.java @@ -695,8 +695,6 @@ public UnaryCallSettings.Builder updateClusterS } /** Returns the builder for the settings used for calls to updateCluster. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateClusterOperationSettings() { return updateClusterOperationSettings; @@ -708,8 +706,6 @@ public UnaryCallSettings.Builder deleteClusterS } /** Returns the builder for the settings used for calls to deleteCluster. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteClusterOperationSettings() { return deleteClusterOperationSettings; @@ -721,8 +717,6 @@ public UnaryCallSettings.Builder createClusterS } /** Returns the builder for the settings used for calls to createCluster. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createClusterOperationSettings() { return createClusterOperationSettings; diff --git a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/stub/HttpJsonCloudRedisClusterCallableFactory.java b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/stub/HttpJsonCloudRedisClusterCallableFactory.java index ab757398faff..19418ff4ebe8 100644 --- a/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/stub/HttpJsonCloudRedisClusterCallableFactory.java +++ b/java-redis-cluster/google-cloud-redis-cluster/src/main/java/com/google/cloud/redis/cluster/v1beta1/stub/HttpJsonCloudRedisClusterCallableFactory.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(