diff --git a/java-iamcredentials/README.md b/java-iamcredentials/README.md index 88dc0fad316a..dfadcdb9a20d 100644 --- a/java-iamcredentials/README.md +++ b/java-iamcredentials/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-iamcredentials.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iamcredentials/2.35.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iamcredentials/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-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/IamCredentialsSettings.java b/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/IamCredentialsSettings.java index 52b68f2f0fc3..c68389ffac7a 100644 --- a/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/IamCredentialsSettings.java +++ b/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/IamCredentialsSettings.java @@ -146,7 +146,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(IamCredentialsStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(IamCredentialsStubSettings.newHttpJsonBuilder()); } diff --git a/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/HttpJsonIamCredentialsCallableFactory.java b/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/HttpJsonIamCredentialsCallableFactory.java index d17d44012376..44cacc7b73c9 100644 --- a/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/HttpJsonIamCredentialsCallableFactory.java +++ b/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/HttpJsonIamCredentialsCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.iam.credentials.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 HttpJsonIamCredentialsCallableFactory 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-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/HttpJsonIamCredentialsStub.java b/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/HttpJsonIamCredentialsStub.java index 5cb18810cf32..4e0a28aa06e0 100644 --- a/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/HttpJsonIamCredentialsStub.java +++ b/java-iamcredentials/google-cloud-iamcredentials/src/main/java/com/google/cloud/iam/credentials/v1/stub/HttpJsonIamCredentialsStub.java @@ -16,7 +16,6 @@ package com.google.cloud.iam.credentials.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; @@ -53,7 +52,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonIamCredentialsStub extends IamCredentialsStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-ids/README.md b/java-ids/README.md index dba7aaf4c90d..f35f358edad2 100644 --- a/java-ids/README.md +++ b/java-ids/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-ids.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ids/1.34.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-ids/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-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/IDSSettings.java b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/IDSSettings.java index c7b69db490da..511d100a5df9 100644 --- a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/IDSSettings.java +++ b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/IDSSettings.java @@ -160,7 +160,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -202,7 +201,6 @@ private static Builder createDefault() { return new Builder(IDSStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(IDSStubSettings.newHttpJsonBuilder()); } diff --git a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/HttpJsonIDSCallableFactory.java b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/HttpJsonIDSCallableFactory.java index 4a814cbe09ba..75c28fc9336b 100644 --- a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/HttpJsonIDSCallableFactory.java +++ b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/HttpJsonIDSCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.ids.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 HttpJsonIDSCallableFactory 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-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/HttpJsonIDSStub.java b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/HttpJsonIDSStub.java index 374b3ff873e3..25deada5cc7a 100644 --- a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/HttpJsonIDSStub.java +++ b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/HttpJsonIDSStub.java @@ -19,7 +19,6 @@ import static com.google.cloud.ids.v1.IDSClient.ListEndpointsPagedResponse; 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; @@ -61,7 +60,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonIDSStub extends IDSStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder() diff --git a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/IDSStubSettings.java b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/IDSStubSettings.java index 6ce7a659e6dd..6027706e9838 100644 --- a/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/IDSStubSettings.java +++ b/java-ids/google-cloud-ids/src/main/java/com/google/cloud/ids/v1/stub/IDSStubSettings.java @@ -565,8 +565,6 @@ public UnaryCallSettings.Builder createEndpoin } /** Returns the builder for the settings used for calls to createEndpoint. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createEndpointOperationSettings() { return createEndpointOperationSettings; @@ -578,8 +576,6 @@ public UnaryCallSettings.Builder deleteEndpoin } /** Returns the builder for the settings used for calls to deleteEndpoint. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteEndpointOperationSettings() { return deleteEndpointOperationSettings; diff --git a/java-infra-manager/README.md b/java-infra-manager/README.md index a18e945b7f4a..2c230b022754 100644 --- a/java-infra-manager/README.md +++ b/java-infra-manager/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-infra-manager/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-infra-manager.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-infra-manager/0.12.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-infra-manager/0.13.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigSettings.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigSettings.java index 763dae272c78..c76816750d3e 100644 --- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigSettings.java +++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/ConfigSettings.java @@ -322,7 +322,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -364,7 +363,6 @@ private static Builder createDefault() { return new Builder(ConfigStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(ConfigStubSettings.newHttpJsonBuilder()); } diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStubSettings.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStubSettings.java index 06734cbebbd2..480dcd1f360b 100644 --- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStubSettings.java +++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/ConfigStubSettings.java @@ -1390,8 +1390,6 @@ public UnaryCallSettings.Builder getDeployment } /** Returns the builder for the settings used for calls to createDeployment. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createDeploymentOperationSettings() { return createDeploymentOperationSettings; @@ -1404,8 +1402,6 @@ public UnaryCallSettings.Builder getDeployment } /** Returns the builder for the settings used for calls to updateDeployment. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateDeploymentOperationSettings() { return updateDeploymentOperationSettings; @@ -1418,8 +1414,6 @@ public UnaryCallSettings.Builder getDeployment } /** Returns the builder for the settings used for calls to deleteDeployment. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteDeploymentOperationSettings() { return deleteDeploymentOperationSettings; @@ -1477,8 +1471,6 @@ public UnaryCallSettings.Builder lockDeploymen } /** Returns the builder for the settings used for calls to lockDeployment. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder lockDeploymentOperationSettings() { return lockDeploymentOperationSettings; @@ -1491,8 +1483,6 @@ public UnaryCallSettings.Builder lockDeploymen } /** Returns the builder for the settings used for calls to unlockDeployment. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder unlockDeploymentOperationSettings() { return unlockDeploymentOperationSettings; @@ -1509,8 +1499,6 @@ public UnaryCallSettings.Builder createPreviewS } /** Returns the builder for the settings used for calls to createPreview. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createPreviewOperationSettings() { return createPreviewOperationSettings; @@ -1534,8 +1522,6 @@ public UnaryCallSettings.Builder deletePreviewS } /** Returns the builder for the settings used for calls to deletePreview. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deletePreviewOperationSettings() { return deletePreviewOperationSettings; diff --git a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigCallableFactory.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigCallableFactory.java index 7973c2dedc72..8b9d3da981c1 100644 --- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigCallableFactory.java +++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.config.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 HttpJsonConfigCallableFactory 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-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigStub.java b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigStub.java index 74e8362d80b5..e6ccc6580827 100644 --- a/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigStub.java +++ b/java-infra-manager/google-cloud-infra-manager/src/main/java/com/google/cloud/config/v1/stub/HttpJsonConfigStub.java @@ -23,7 +23,6 @@ import static com.google.cloud.config.v1.ConfigClient.ListRevisionsPagedResponse; 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; @@ -100,7 +99,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonConfigStub extends ConfigStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder() diff --git a/java-iot/README.md b/java-iot/README.md index d7a2496a1547..b623323e3dc4 100644 --- a/java-iot/README.md +++ b/java-iot/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-iot.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iot/2.35.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-iot/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-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerSettings.java b/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerSettings.java index 0c406d8e46cc..93efe0e87636 100644 --- a/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerSettings.java +++ b/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/DeviceManagerSettings.java @@ -241,7 +241,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -283,7 +282,6 @@ private static Builder createDefault() { return new Builder(DeviceManagerStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(DeviceManagerStubSettings.newHttpJsonBuilder()); } diff --git a/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/stub/HttpJsonDeviceManagerCallableFactory.java b/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/stub/HttpJsonDeviceManagerCallableFactory.java index 6ce4a44a44f3..371e9a2048b7 100644 --- a/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/stub/HttpJsonDeviceManagerCallableFactory.java +++ b/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/stub/HttpJsonDeviceManagerCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.iot.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 HttpJsonDeviceManagerCallableFactory 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-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/stub/HttpJsonDeviceManagerStub.java b/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/stub/HttpJsonDeviceManagerStub.java index 2f7f11b49640..a7e1c066cba3 100644 --- a/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/stub/HttpJsonDeviceManagerStub.java +++ b/java-iot/google-cloud-iot/src/main/java/com/google/cloud/iot/v1/stub/HttpJsonDeviceManagerStub.java @@ -19,7 +19,6 @@ import static com.google.cloud.iot.v1.DeviceManagerClient.ListDeviceRegistriesPagedResponse; import static com.google.cloud.iot.v1.DeviceManagerClient.ListDevicesPagedResponse; -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 HttpJsonDeviceManagerStub extends DeviceManagerStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-kms/README.md b/java-kms/README.md index 62973e8388e5..4657057eeb79 100644 --- a/java-kms/README.md +++ b/java-kms/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-kms.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kms/2.38.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kms/2.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-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/EkmServiceSettings.java b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/EkmServiceSettings.java index 75dd8e5464aa..11654823f2f5 100644 --- a/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/EkmServiceSettings.java +++ b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/EkmServiceSettings.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(EkmServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(EkmServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/KeyManagementServiceSettings.java b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/KeyManagementServiceSettings.java index 03c9dbbaae4e..845dd8e703fa 100644 --- a/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/KeyManagementServiceSettings.java +++ b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/KeyManagementServiceSettings.java @@ -326,7 +326,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -369,7 +368,6 @@ private static Builder createDefault() { return new Builder(KeyManagementServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(KeyManagementServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonEkmServiceCallableFactory.java b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonEkmServiceCallableFactory.java index 2b89255da1d3..f31fdbc21604 100644 --- a/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonEkmServiceCallableFactory.java +++ b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonEkmServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.kms.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 HttpJsonEkmServiceCallableFactory 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-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonEkmServiceStub.java b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonEkmServiceStub.java index 0a0997c37b77..19415789b571 100644 --- a/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonEkmServiceStub.java +++ b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonEkmServiceStub.java @@ -19,7 +19,6 @@ import static com.google.cloud.kms.v1.EkmServiceClient.ListEkmConnectionsPagedResponse; import static com.google.cloud.kms.v1.EkmServiceClient.ListLocationsPagedResponse; -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; @@ -68,7 +67,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonEkmServiceStub extends EkmServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonKeyManagementServiceCallableFactory.java b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonKeyManagementServiceCallableFactory.java index 1c0402a7a28e..d2bccaf620ec 100644 --- a/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonKeyManagementServiceCallableFactory.java +++ b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonKeyManagementServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.kms.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 HttpJsonKeyManagementServiceCallableFactory 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-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonKeyManagementServiceStub.java b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonKeyManagementServiceStub.java index eeb03db2ac2a..0e0214fa8e21 100644 --- a/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonKeyManagementServiceStub.java +++ b/java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/HttpJsonKeyManagementServiceStub.java @@ -22,7 +22,6 @@ import static com.google.cloud.kms.v1.KeyManagementServiceClient.ListKeyRingsPagedResponse; import static com.google.cloud.kms.v1.KeyManagementServiceClient.ListLocationsPagedResponse; -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; @@ -106,7 +105,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonKeyManagementServiceStub extends KeyManagementServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-kmsinventory/README.md b/java-kmsinventory/README.md index a9741adef4bb..0a5f82a7edc8 100644 --- a/java-kmsinventory/README.md +++ b/java-kmsinventory/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-kmsinventory/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-kmsinventory.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kmsinventory/0.24.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-kmsinventory/0.25.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/KeyDashboardServiceSettings.java b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/KeyDashboardServiceSettings.java index 01dece9f2729..5d667ee5c04a 100644 --- a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/KeyDashboardServiceSettings.java +++ b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/KeyDashboardServiceSettings.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(KeyDashboardServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(KeyDashboardServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/KeyTrackingServiceSettings.java b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/KeyTrackingServiceSettings.java index 4a47107ecc47..111c6543abb5 100644 --- a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/KeyTrackingServiceSettings.java +++ b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/KeyTrackingServiceSettings.java @@ -143,7 +143,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -185,7 +184,6 @@ private static Builder createDefault() { return new Builder(KeyTrackingServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(KeyTrackingServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyDashboardServiceCallableFactory.java b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyDashboardServiceCallableFactory.java index 2b35859829c0..6a5b73b09ed8 100644 --- a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyDashboardServiceCallableFactory.java +++ b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyDashboardServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.kms.inventory.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 HttpJsonKeyDashboardServiceCallableFactory 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-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyDashboardServiceStub.java b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyDashboardServiceStub.java index 1d9fb2d93f61..0f7cb60cc000 100644 --- a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyDashboardServiceStub.java +++ b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyDashboardServiceStub.java @@ -18,7 +18,6 @@ import static com.google.cloud.kms.inventory.v1.KeyDashboardServiceClient.ListCryptoKeysPagedResponse; -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 HttpJsonKeyDashboardServiceStub extends KeyDashboardServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyTrackingServiceCallableFactory.java b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyTrackingServiceCallableFactory.java index b8c7a4e6a8cd..82e557c57336 100644 --- a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyTrackingServiceCallableFactory.java +++ b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyTrackingServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.kms.inventory.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 HttpJsonKeyTrackingServiceCallableFactory 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-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyTrackingServiceStub.java b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyTrackingServiceStub.java index 1656d0240fce..3f4169a79632 100644 --- a/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyTrackingServiceStub.java +++ b/java-kmsinventory/google-cloud-kmsinventory/src/main/java/com/google/cloud/kms/inventory/v1/stub/HttpJsonKeyTrackingServiceStub.java @@ -18,7 +18,6 @@ import static com.google.cloud.kms.inventory.v1.KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse; -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; @@ -51,7 +50,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonKeyTrackingServiceStub extends KeyTrackingServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-kmsinventory/proto-google-cloud-kmsinventory-v1/src/main/java/com/google/cloud/kms/inventory/v1/ProtectedResourcesSummaryName.java b/java-kmsinventory/proto-google-cloud-kmsinventory-v1/src/main/java/com/google/cloud/kms/inventory/v1/ProtectedResourcesSummaryName.java index 01372865ad9c..77e1d619103e 100644 --- a/java-kmsinventory/proto-google-cloud-kmsinventory-v1/src/main/java/com/google/cloud/kms/inventory/v1/ProtectedResourcesSummaryName.java +++ b/java-kmsinventory/proto-google-cloud-kmsinventory-v1/src/main/java/com/google/cloud/kms/inventory/v1/ProtectedResourcesSummaryName.java @@ -16,7 +16,6 @@ package com.google.cloud.kms.inventory.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; @@ -98,12 +97,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 newProjectLocationKeyRingCryptoKeyBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder newProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder() { return new ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder(); @@ -123,7 +120,6 @@ public static ProtectedResourcesSummaryName of( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ProtectedResourcesSummaryName ofProjectLocationKeyRingCryptoKeyName( String project, String location, String keyRing, String cryptoKey) { return newBuilder() @@ -134,7 +130,6 @@ public static ProtectedResourcesSummaryName ofProjectLocationKeyRingCryptoKeyNam .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ProtectedResourcesSummaryName ofProjectLocationKeyRingCryptoKeyCryptoKeyVersionName( String project, String location, String keyRing, String cryptoKey, String cryptoKeyVersion) { return newProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder() @@ -156,7 +151,6 @@ public static String format(String project, String location, String keyRing, Str .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationKeyRingCryptoKeyName( String project, String location, String keyRing, String cryptoKey) { return newBuilder() @@ -168,7 +162,6 @@ public static String formatProjectLocationKeyRingCryptoKeyName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationKeyRingCryptoKeyCryptoKeyVersionName( String project, String location, String keyRing, String cryptoKey, String cryptoKeyVersion) { return newProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder() @@ -370,7 +363,6 @@ public ProtectedResourcesSummaryName build() { * Builder for * projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}/protectedResourcesSummary. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class ProjectLocationKeyRingCryptoKeyCryptoKeyVersionBuilder { private String project; private String location; diff --git a/java-language/README.md b/java-language/README.md index 3c44940a18c4..1e54d6da1a0a 100644 --- a/java-language/README.md +++ b/java-language/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 @@ -227,7 +227,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-language.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-language/2.36.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-language/2.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-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/LanguageServiceSettings.java b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/LanguageServiceSettings.java index 86e14435e426..2c7b728232c5 100644 --- a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/LanguageServiceSettings.java +++ b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/LanguageServiceSettings.java @@ -161,7 +161,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -203,7 +202,6 @@ private static Builder createDefault() { return new Builder(LanguageServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(LanguageServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/stub/HttpJsonLanguageServiceCallableFactory.java b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/stub/HttpJsonLanguageServiceCallableFactory.java index 69ca881c1b9a..1d5881ad32c3 100644 --- a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/stub/HttpJsonLanguageServiceCallableFactory.java +++ b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/stub/HttpJsonLanguageServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.language.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 HttpJsonLanguageServiceCallableFactory 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-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/stub/HttpJsonLanguageServiceStub.java b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/stub/HttpJsonLanguageServiceStub.java index 120b19cf928f..039cddb0d3ec 100644 --- a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/stub/HttpJsonLanguageServiceStub.java +++ b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1/stub/HttpJsonLanguageServiceStub.java @@ -16,7 +16,6 @@ package com.google.cloud.language.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; @@ -58,7 +57,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonLanguageServiceStub extends LanguageServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/LanguageServiceSettings.java b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/LanguageServiceSettings.java index fee38d959529..038e74b50983 100644 --- a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/LanguageServiceSettings.java +++ b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/LanguageServiceSettings.java @@ -162,7 +162,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -204,7 +203,6 @@ private static Builder createDefault() { return new Builder(LanguageServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(LanguageServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/stub/HttpJsonLanguageServiceCallableFactory.java b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/stub/HttpJsonLanguageServiceCallableFactory.java index 45d179aebc2e..cfbc75ddf529 100644 --- a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/stub/HttpJsonLanguageServiceCallableFactory.java +++ b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/stub/HttpJsonLanguageServiceCallableFactory.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-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/LanguageServiceSettings.java b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/LanguageServiceSettings.java index 2ab6a56a1a9e..d31d2938ec70 100644 --- a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/LanguageServiceSettings.java +++ b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/LanguageServiceSettings.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(LanguageServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(LanguageServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/stub/HttpJsonLanguageServiceCallableFactory.java b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/stub/HttpJsonLanguageServiceCallableFactory.java index 89ff9a92b64e..d877a6e7dd36 100644 --- a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/stub/HttpJsonLanguageServiceCallableFactory.java +++ b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/stub/HttpJsonLanguageServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.language.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 HttpJsonLanguageServiceCallableFactory 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-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/stub/HttpJsonLanguageServiceStub.java b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/stub/HttpJsonLanguageServiceStub.java index 1cf117bb0e70..13a77b2713db 100644 --- a/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/stub/HttpJsonLanguageServiceStub.java +++ b/java-language/google-cloud-language/src/main/java/com/google/cloud/language/v2/stub/HttpJsonLanguageServiceStub.java @@ -16,7 +16,6 @@ package com.google.cloud.language.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; @@ -54,7 +53,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonLanguageServiceStub extends LanguageServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-life-sciences/README.md b/java-life-sciences/README.md index 8ea3625176ff..4ee944273480 100644 --- a/java-life-sciences/README.md +++ b/java-life-sciences/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-life-sciences.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-life-sciences/0.37.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-life-sciences/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-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/WorkflowsServiceV2BetaSettings.java b/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/WorkflowsServiceV2BetaSettings.java index e7b16a9099c4..718242d85171 100644 --- a/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/WorkflowsServiceV2BetaSettings.java +++ b/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/WorkflowsServiceV2BetaSettings.java @@ -156,7 +156,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -199,7 +198,6 @@ private static Builder createDefault() { return new Builder(WorkflowsServiceV2BetaStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(WorkflowsServiceV2BetaStubSettings.newHttpJsonBuilder()); } diff --git a/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/stub/HttpJsonWorkflowsServiceV2BetaCallableFactory.java b/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/stub/HttpJsonWorkflowsServiceV2BetaCallableFactory.java index 752dcd320f72..af7680761718 100644 --- a/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/stub/HttpJsonWorkflowsServiceV2BetaCallableFactory.java +++ b/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/stub/HttpJsonWorkflowsServiceV2BetaCallableFactory.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-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/stub/WorkflowsServiceV2BetaStubSettings.java b/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/stub/WorkflowsServiceV2BetaStubSettings.java index 37975fa757ff..83a09212483e 100644 --- a/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/stub/WorkflowsServiceV2BetaStubSettings.java +++ b/java-life-sciences/google-cloud-life-sciences/src/main/java/com/google/cloud/lifesciences/v2beta/stub/WorkflowsServiceV2BetaStubSettings.java @@ -474,8 +474,6 @@ public UnaryCallSettings.Builder runPipelineSetti } /** Returns the builder for the settings used for calls to runPipeline. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder runPipelineOperationSettings() { return runPipelineOperationSettings; diff --git a/java-managed-identities/README.md b/java-managed-identities/README.md index d1244a94b8b5..cc88386f3c7b 100644 --- a/java-managed-identities/README.md +++ b/java-managed-identities/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-managed-identities.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-managed-identities/1.33.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-managed-identities/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-managed-identities/google-cloud-managed-identities/src/main/java/com/google/cloud/managedidentities/v1/stub/ManagedIdentitiesServiceStubSettings.java b/java-managed-identities/google-cloud-managed-identities/src/main/java/com/google/cloud/managedidentities/v1/stub/ManagedIdentitiesServiceStubSettings.java index 16c43aadccbf..cb7a56d0bf85 100644 --- a/java-managed-identities/google-cloud-managed-identities/src/main/java/com/google/cloud/managedidentities/v1/stub/ManagedIdentitiesServiceStubSettings.java +++ b/java-managed-identities/google-cloud-managed-identities/src/main/java/com/google/cloud/managedidentities/v1/stub/ManagedIdentitiesServiceStubSettings.java @@ -20,7 +20,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; @@ -790,8 +789,6 @@ public Builder applyToAllUnaryMethods( } /** Returns the builder for the settings used for calls to createMicrosoftAdDomain. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createMicrosoftAdDomainOperationSettings() { return createMicrosoftAdDomainOperationSettings; @@ -821,8 +818,6 @@ public UnaryCallSettings.Builder updateDomainSet } /** Returns the builder for the settings used for calls to updateDomain. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateDomainOperationSettings() { return updateDomainOperationSettings; @@ -834,8 +829,6 @@ public UnaryCallSettings.Builder deleteDomainSet } /** Returns the builder for the settings used for calls to deleteDomain. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteDomainOperationSettings() { return deleteDomainOperationSettings; @@ -847,8 +840,6 @@ public UnaryCallSettings.Builder attachTrustSetti } /** Returns the builder for the settings used for calls to attachTrust. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder attachTrustOperationSettings() { return attachTrustOperationSettings; @@ -861,8 +852,6 @@ public UnaryCallSettings.Builder attachTrustSetti } /** Returns the builder for the settings used for calls to reconfigureTrust. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder reconfigureTrustOperationSettings() { return reconfigureTrustOperationSettings; @@ -874,8 +863,6 @@ public UnaryCallSettings.Builder detachTrustSetti } /** Returns the builder for the settings used for calls to detachTrust. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder detachTrustOperationSettings() { return detachTrustOperationSettings; @@ -887,8 +874,6 @@ public UnaryCallSettings.Builder validateTrustS } /** Returns the builder for the settings used for calls to validateTrust. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder validateTrustOperationSettings() { return validateTrustOperationSettings; diff --git a/java-maps-addressvalidation/README.md b/java-maps-addressvalidation/README.md index 1cd285efdcea..7c65d7d9a4f8 100644 --- a/java-maps-addressvalidation/README.md +++ b/java-maps-addressvalidation/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-maps-addressvalidation/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-addressvalidation.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-addressvalidation/0.29.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-addressvalidation/0.30.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/AddressValidationSettings.java b/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/AddressValidationSettings.java index 866b245cbd0b..605e8b2318f5 100644 --- a/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/AddressValidationSettings.java +++ b/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/AddressValidationSettings.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(); } @@ -178,7 +177,6 @@ private static Builder createDefault() { return new Builder(AddressValidationStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(AddressValidationStubSettings.newHttpJsonBuilder()); } diff --git a/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/stub/HttpJsonAddressValidationCallableFactory.java b/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/stub/HttpJsonAddressValidationCallableFactory.java index 2318af52bf7a..29dbbdaaa4d1 100644 --- a/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/stub/HttpJsonAddressValidationCallableFactory.java +++ b/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/stub/HttpJsonAddressValidationCallableFactory.java @@ -16,7 +16,6 @@ package com.google.maps.addressvalidation.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 HttpJsonAddressValidationCallableFactory 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-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/stub/HttpJsonAddressValidationStub.java b/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/stub/HttpJsonAddressValidationStub.java index 60f1d283b94b..11a4784e2597 100644 --- a/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/stub/HttpJsonAddressValidationStub.java +++ b/java-maps-addressvalidation/google-maps-addressvalidation/src/main/java/com/google/maps/addressvalidation/v1/stub/HttpJsonAddressValidationStub.java @@ -16,7 +16,6 @@ package com.google.maps.addressvalidation.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; @@ -48,7 +47,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonAddressValidationStub extends AddressValidationStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-maps-mapsplatformdatasets/README.md b/java-maps-mapsplatformdatasets/README.md index b50792200ff0..79a65efb8a28 100644 --- a/java-maps-mapsplatformdatasets/README.md +++ b/java-maps-mapsplatformdatasets/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 @@ -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/java-maps-mapsplatformdatasets/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-mapsplatformdatasets.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-mapsplatformdatasets/0.24.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-mapsplatformdatasets/0.25.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsSettings.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsSettings.java index 60146b34dff1..750085657014 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsSettings.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/MapsPlatformDatasetsSettings.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(MapsPlatformDatasetsStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(MapsPlatformDatasetsStubSettings.newHttpJsonBuilder()); } diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsCallableFactory.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsCallableFactory.java index 179f7c8fa3d7..c22a1abcd90e 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsCallableFactory.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsCallableFactory.java @@ -16,7 +16,6 @@ package com.google.maps.mapsplatformdatasets.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 HttpJsonMapsPlatformDatasetsCallableFactory 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-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsStub.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsStub.java index ba28ceed91b2..b31c245b802f 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsStub.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1/stub/HttpJsonMapsPlatformDatasetsStub.java @@ -18,7 +18,6 @@ import static com.google.maps.mapsplatformdatasets.v1.MapsPlatformDatasetsClient.ListDatasetsPagedResponse; -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; @@ -55,7 +54,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonMapsPlatformDatasetsStub extends MapsPlatformDatasetsStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaSettings.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaSettings.java index 5e137538480d..3f017629d1d6 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaSettings.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/MapsPlatformDatasetsV1AlphaSettings.java @@ -173,7 +173,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -216,7 +215,6 @@ private static Builder createDefault() { return new Builder(MapsPlatformDatasetsV1AlphaStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(MapsPlatformDatasetsV1AlphaStubSettings.newHttpJsonBuilder()); } diff --git a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaCallableFactory.java b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaCallableFactory.java index 50ce6b63e96a..d564049f5f56 100644 --- a/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaCallableFactory.java +++ b/java-maps-mapsplatformdatasets/google-maps-mapsplatformdatasets/src/main/java/com/google/maps/mapsplatformdatasets/v1alpha/stub/HttpJsonMapsPlatformDatasetsV1AlphaCallableFactory.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-maps-places/README.md b/java-maps-places/README.md index 9d6c1b69d6fb..28cc1a0e3d59 100644 --- a/java-maps-places/README.md +++ b/java-maps-places/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-maps-places/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-places.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-places/0.6.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-places/0.7.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/PlacesSettings.java b/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/PlacesSettings.java index 47ab233166ef..cb2e85cba043 100644 --- a/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/PlacesSettings.java +++ b/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/PlacesSettings.java @@ -147,7 +147,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -189,7 +188,6 @@ private static Builder createDefault() { return new Builder(PlacesStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(PlacesStubSettings.newHttpJsonBuilder()); } diff --git a/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/stub/HttpJsonPlacesCallableFactory.java b/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/stub/HttpJsonPlacesCallableFactory.java index 830c30c16645..75056adab7a5 100644 --- a/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/stub/HttpJsonPlacesCallableFactory.java +++ b/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/stub/HttpJsonPlacesCallableFactory.java @@ -16,7 +16,6 @@ package com.google.maps.places.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 HttpJsonPlacesCallableFactory 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-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/stub/HttpJsonPlacesStub.java b/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/stub/HttpJsonPlacesStub.java index 48e7aae12f00..47967b94cf7b 100644 --- a/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/stub/HttpJsonPlacesStub.java +++ b/java-maps-places/google-maps-places/src/main/java/com/google/maps/places/v1/stub/HttpJsonPlacesStub.java @@ -16,7 +16,6 @@ package com.google.maps.places.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; @@ -55,7 +54,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonPlacesStub extends PlacesStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-maps-routing/README.md b/java-maps-routing/README.md index c73951ce246d..e4a674cac839 100644 --- a/java-maps-routing/README.md +++ b/java-maps-routing/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/java-maps-routing/java11.html [stability-image]: https://img.shields.io/badge/stability-stable-green [maven-version-image]: https://img.shields.io/maven-central/v/com.google.maps/google-maps-routing.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-routing/1.20.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.maps/google-maps-routing/1.21.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-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/RoutesSettings.java b/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/RoutesSettings.java index 5212a244238d..a4e8c64f2578 100644 --- a/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/RoutesSettings.java +++ b/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/RoutesSettings.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(RoutesStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(RoutesStubSettings.newHttpJsonBuilder()); } diff --git a/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/stub/HttpJsonRoutesCallableFactory.java b/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/stub/HttpJsonRoutesCallableFactory.java index ba19d20038da..95ed0fdda2c1 100644 --- a/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/stub/HttpJsonRoutesCallableFactory.java +++ b/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/stub/HttpJsonRoutesCallableFactory.java @@ -16,7 +16,6 @@ package com.google.maps.routing.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 HttpJsonRoutesCallableFactory 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-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/stub/HttpJsonRoutesStub.java b/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/stub/HttpJsonRoutesStub.java index af83757a4dde..ca7f7ea5acfe 100644 --- a/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/stub/HttpJsonRoutesStub.java +++ b/java-maps-routing/google-maps-routing/src/main/java/com/google/maps/routing/v2/stub/HttpJsonRoutesStub.java @@ -16,7 +16,6 @@ package com.google.maps.routing.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 HttpJsonRoutesStub extends RoutesStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-meet/README.md b/java-meet/README.md index 5826563952f8..944de91c16b2 100644 --- a/java-meet/README.md +++ b/java-meet/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-meet/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-meet.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-meet/0.2.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-meet/0.3.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-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/ConferenceRecordsServiceSettings.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/ConferenceRecordsServiceSettings.java index 9044a15cd4bc..37ffdc842215 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/ConferenceRecordsServiceSettings.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/ConferenceRecordsServiceSettings.java @@ -218,7 +218,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -261,7 +260,6 @@ private static Builder createDefault() { return new Builder(ConferenceRecordsServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(ConferenceRecordsServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/SpacesServiceSettings.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/SpacesServiceSettings.java index f7cf58ffc688..577bb89dd532 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/SpacesServiceSettings.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/SpacesServiceSettings.java @@ -143,7 +143,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -185,7 +184,6 @@ private static Builder createDefault() { return new Builder(SpacesServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(SpacesServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonConferenceRecordsServiceCallableFactory.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonConferenceRecordsServiceCallableFactory.java index ef21c4d9c2aa..40e994fbe9de 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonConferenceRecordsServiceCallableFactory.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonConferenceRecordsServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.apps.meet.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 HttpJsonConferenceRecordsServiceCallableFactory 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-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonConferenceRecordsServiceStub.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonConferenceRecordsServiceStub.java index e4fa9fa59b08..0d6c70426544 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonConferenceRecordsServiceStub.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonConferenceRecordsServiceStub.java @@ -23,7 +23,6 @@ import static com.google.apps.meet.v2.ConferenceRecordsServiceClient.ListTranscriptEntriesPagedResponse; import static com.google.apps.meet.v2.ConferenceRecordsServiceClient.ListTranscriptsPagedResponse; -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; @@ -76,7 +75,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonConferenceRecordsServiceStub extends ConferenceRecordsServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonSpacesServiceCallableFactory.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonSpacesServiceCallableFactory.java index b152939f1762..3aa14d2fa265 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonSpacesServiceCallableFactory.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonSpacesServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.apps.meet.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 HttpJsonSpacesServiceCallableFactory 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-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonSpacesServiceStub.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonSpacesServiceStub.java index 32871b972a9e..1ee0679b68c3 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonSpacesServiceStub.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2/stub/HttpJsonSpacesServiceStub.java @@ -16,7 +16,6 @@ package com.google.apps.meet.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; @@ -51,7 +50,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonSpacesServiceStub extends SpacesServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/ConferenceRecordsServiceSettings.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/ConferenceRecordsServiceSettings.java index e75ff2dfe72a..1c55033d30d8 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/ConferenceRecordsServiceSettings.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/ConferenceRecordsServiceSettings.java @@ -219,7 +219,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -262,7 +261,6 @@ private static Builder createDefault() { return new Builder(ConferenceRecordsServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(ConferenceRecordsServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/SpacesServiceSettings.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/SpacesServiceSettings.java index ac3d5ba0cc0d..d0054b816d60 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/SpacesServiceSettings.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/SpacesServiceSettings.java @@ -144,7 +144,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -186,7 +185,6 @@ private static Builder createDefault() { return new Builder(SpacesServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(SpacesServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/stub/HttpJsonConferenceRecordsServiceCallableFactory.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/stub/HttpJsonConferenceRecordsServiceCallableFactory.java index 39e0a5fd9d82..8061c84dce5c 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/stub/HttpJsonConferenceRecordsServiceCallableFactory.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/stub/HttpJsonConferenceRecordsServiceCallableFactory.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-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/stub/HttpJsonSpacesServiceCallableFactory.java b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/stub/HttpJsonSpacesServiceCallableFactory.java index 78638f5bd878..d1009255cee6 100644 --- a/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/stub/HttpJsonSpacesServiceCallableFactory.java +++ b/java-meet/google-cloud-meet/src/main/java/com/google/apps/meet/v2beta/stub/HttpJsonSpacesServiceCallableFactory.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-memcache/README.md b/java-memcache/README.md index fe0ffe5e5bed..6e9f1d76f70e 100644 --- a/java-memcache/README.md +++ b/java-memcache/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-memcache.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-memcache/2.35.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-memcache/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-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/CloudMemcacheSettings.java b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/CloudMemcacheSettings.java index 25a9835c987c..6e70140de679 100644 --- a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/CloudMemcacheSettings.java +++ b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/CloudMemcacheSettings.java @@ -222,7 +222,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -264,7 +263,6 @@ private static Builder createDefault() { return new Builder(CloudMemcacheStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(CloudMemcacheStubSettings.newHttpJsonBuilder()); } diff --git a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/CloudMemcacheStubSettings.java b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/CloudMemcacheStubSettings.java index fd97f6c289f4..4d0d2123a6fc 100644 --- a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/CloudMemcacheStubSettings.java +++ b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/CloudMemcacheStubSettings.java @@ -874,8 +874,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; @@ -887,8 +885,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; @@ -901,8 +897,6 @@ public UnaryCallSettings.Builder updateInstanc } /** Returns the builder for the settings used for calls to updateParameters. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateParametersOperationSettings() { return updateParametersOperationSettings; @@ -914,8 +908,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; @@ -927,8 +919,6 @@ public UnaryCallSettings.Builder applyParamet } /** Returns the builder for the settings used for calls to applyParameters. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder applyParametersOperationSettings() { return applyParametersOperationSettings; @@ -941,8 +931,6 @@ public UnaryCallSettings.Builder applyParamet } /** Returns the builder for the settings used for calls to rescheduleMaintenance. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder rescheduleMaintenanceOperationSettings() { return rescheduleMaintenanceOperationSettings; diff --git a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/HttpJsonCloudMemcacheCallableFactory.java b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/HttpJsonCloudMemcacheCallableFactory.java index f1bba75d039b..5bea5a686bd0 100644 --- a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/HttpJsonCloudMemcacheCallableFactory.java +++ b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/HttpJsonCloudMemcacheCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.memcache.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 HttpJsonCloudMemcacheCallableFactory 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-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/HttpJsonCloudMemcacheStub.java b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/HttpJsonCloudMemcacheStub.java index 5b31958f8eaa..b4a991faf1b9 100644 --- a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/HttpJsonCloudMemcacheStub.java +++ b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1/stub/HttpJsonCloudMemcacheStub.java @@ -20,7 +20,6 @@ import static com.google.cloud.memcache.v1.CloudMemcacheClient.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; @@ -70,7 +69,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonCloudMemcacheStub extends CloudMemcacheStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder() diff --git a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/CloudMemcacheSettings.java b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/CloudMemcacheSettings.java index 5f1e0db3a93a..ee177e2c06ea 100644 --- a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/CloudMemcacheSettings.java +++ b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/CloudMemcacheSettings.java @@ -234,7 +234,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -276,7 +275,6 @@ private static Builder createDefault() { return new Builder(CloudMemcacheStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(CloudMemcacheStubSettings.newHttpJsonBuilder()); } diff --git a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/stub/CloudMemcacheStubSettings.java b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/stub/CloudMemcacheStubSettings.java index aef9e9c8b1d5..e37bf8e7b149 100644 --- a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/stub/CloudMemcacheStubSettings.java +++ b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/stub/CloudMemcacheStubSettings.java @@ -935,8 +935,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; @@ -948,8 +946,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; @@ -962,8 +958,6 @@ public UnaryCallSettings.Builder updateInstanc } /** Returns the builder for the settings used for calls to updateParameters. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateParametersOperationSettings() { return updateParametersOperationSettings; @@ -975,8 +969,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; @@ -988,8 +980,6 @@ public UnaryCallSettings.Builder applyParamet } /** Returns the builder for the settings used for calls to applyParameters. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder applyParametersOperationSettings() { return applyParametersOperationSettings; @@ -1002,8 +992,6 @@ public UnaryCallSettings.Builder applyParamet } /** Returns the builder for the settings used for calls to applySoftwareUpdate. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder applySoftwareUpdateOperationSettings() { return applySoftwareUpdateOperationSettings; @@ -1016,8 +1004,6 @@ public UnaryCallSettings.Builder applyParamet } /** Returns the builder for the settings used for calls to rescheduleMaintenance. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder rescheduleMaintenanceOperationSettings() { return rescheduleMaintenanceOperationSettings; diff --git a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/stub/HttpJsonCloudMemcacheCallableFactory.java b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/stub/HttpJsonCloudMemcacheCallableFactory.java index e414bd6a2776..3592963eec8f 100644 --- a/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/stub/HttpJsonCloudMemcacheCallableFactory.java +++ b/java-memcache/google-cloud-memcache/src/main/java/com/google/cloud/memcache/v1beta2/stub/HttpJsonCloudMemcacheCallableFactory.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-migrationcenter/README.md b/java-migrationcenter/README.md index c1e745d3250f..2b1d2884c137 100644 --- a/java-migrationcenter/README.md +++ b/java-migrationcenter/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-migrationcenter/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-migrationcenter.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-migrationcenter/0.17.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-migrationcenter/0.18.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-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/MigrationCenterSettings.java b/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/MigrationCenterSettings.java index 4800e50cc37c..edb43a5bb187 100644 --- a/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/MigrationCenterSettings.java +++ b/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/MigrationCenterSettings.java @@ -553,7 +553,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -595,7 +594,6 @@ private static Builder createDefault() { return new Builder(MigrationCenterStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(MigrationCenterStubSettings.newHttpJsonBuilder()); } diff --git a/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/HttpJsonMigrationCenterCallableFactory.java b/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/HttpJsonMigrationCenterCallableFactory.java index 2a17bd8136e4..62c3087a15a6 100644 --- a/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/HttpJsonMigrationCenterCallableFactory.java +++ b/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/HttpJsonMigrationCenterCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.migrationcenter.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 HttpJsonMigrationCenterCallableFactory 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-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/HttpJsonMigrationCenterStub.java b/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/HttpJsonMigrationCenterStub.java index c0cea8c9aeae..e12561521be5 100644 --- a/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/HttpJsonMigrationCenterStub.java +++ b/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/HttpJsonMigrationCenterStub.java @@ -28,7 +28,6 @@ import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListSourcesPagedResponse; 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; @@ -138,7 +137,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonMigrationCenterStub extends MigrationCenterStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder() diff --git a/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/MigrationCenterStubSettings.java b/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/MigrationCenterStubSettings.java index d55d0ce4ce1a..221313d86351 100644 --- a/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/MigrationCenterStubSettings.java +++ b/java-migrationcenter/google-cloud-migrationcenter/src/main/java/com/google/cloud/migrationcenter/v1/stub/MigrationCenterStubSettings.java @@ -2835,8 +2835,6 @@ public UnaryCallSettings.Builder createImport } /** Returns the builder for the settings used for calls to createImportJob. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createImportJobOperationSettings() { return createImportJobOperationSettings; @@ -2860,8 +2858,6 @@ public UnaryCallSettings.Builder deleteImport } /** Returns the builder for the settings used for calls to deleteImportJob. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteImportJobOperationSettings() { return deleteImportJobOperationSettings; @@ -2873,8 +2869,6 @@ public UnaryCallSettings.Builder updateImport } /** Returns the builder for the settings used for calls to updateImportJob. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateImportJobOperationSettings() { return updateImportJobOperationSettings; @@ -2887,8 +2881,6 @@ public UnaryCallSettings.Builder updateImport } /** Returns the builder for the settings used for calls to validateImportJob. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder validateImportJobOperationSettings() { return validateImportJobOperationSettings; @@ -2900,8 +2892,6 @@ public UnaryCallSettings.Builder runImportJobSet } /** Returns the builder for the settings used for calls to runImportJob. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder runImportJobOperationSettings() { return runImportJobOperationSettings; @@ -2929,8 +2919,6 @@ public UnaryCallSettings.Builder runImportJobSet } /** Returns the builder for the settings used for calls to createImportDataFile. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< CreateImportDataFileRequest, ImportDataFile, OperationMetadata> createImportDataFileOperationSettings() { @@ -2944,8 +2932,6 @@ public UnaryCallSettings.Builder runImportJobSet } /** Returns the builder for the settings used for calls to deleteImportDataFile. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteImportDataFileOperationSettings() { return deleteImportDataFileOperationSettings; @@ -2968,8 +2954,6 @@ public UnaryCallSettings.Builder createGroupSetti } /** Returns the builder for the settings used for calls to createGroup. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createGroupOperationSettings() { return createGroupOperationSettings; @@ -2981,8 +2965,6 @@ public UnaryCallSettings.Builder updateGroupSetti } /** Returns the builder for the settings used for calls to updateGroup. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateGroupOperationSettings() { return updateGroupOperationSettings; @@ -2994,8 +2976,6 @@ public UnaryCallSettings.Builder deleteGroupSetti } /** Returns the builder for the settings used for calls to deleteGroup. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteGroupOperationSettings() { return deleteGroupOperationSettings; @@ -3008,8 +2988,6 @@ public UnaryCallSettings.Builder deleteGroupSetti } /** Returns the builder for the settings used for calls to addAssetsToGroup. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder addAssetsToGroupOperationSettings() { return addAssetsToGroupOperationSettings; @@ -3022,8 +3000,6 @@ public UnaryCallSettings.Builder deleteGroupSetti } /** Returns the builder for the settings used for calls to removeAssetsFromGroup. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder removeAssetsFromGroupOperationSettings() { return removeAssetsFromGroupOperationSettings; @@ -3059,8 +3035,6 @@ public UnaryCallSettings.Builder createSourceSet } /** Returns the builder for the settings used for calls to createSource. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createSourceOperationSettings() { return createSourceOperationSettings; @@ -3072,8 +3046,6 @@ public UnaryCallSettings.Builder updateSourceSet } /** Returns the builder for the settings used for calls to updateSource. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateSourceOperationSettings() { return updateSourceOperationSettings; @@ -3085,8 +3057,6 @@ public UnaryCallSettings.Builder deleteSourceSet } /** Returns the builder for the settings used for calls to deleteSource. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteSourceOperationSettings() { return deleteSourceOperationSettings; @@ -3112,8 +3082,6 @@ public UnaryCallSettings.Builder deleteSourceSet } /** Returns the builder for the settings used for calls to createPreferenceSet. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< CreatePreferenceSetRequest, PreferenceSet, OperationMetadata> createPreferenceSetOperationSettings() { @@ -3127,8 +3095,6 @@ public UnaryCallSettings.Builder deleteSourceSet } /** Returns the builder for the settings used for calls to updatePreferenceSet. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< UpdatePreferenceSetRequest, PreferenceSet, OperationMetadata> updatePreferenceSetOperationSettings() { @@ -3142,8 +3108,6 @@ public UnaryCallSettings.Builder deleteSourceSet } /** Returns the builder for the settings used for calls to deletePreferenceSet. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deletePreferenceSetOperationSettings() { return deletePreferenceSetOperationSettings; @@ -3160,8 +3124,6 @@ public UnaryCallSettings.Builder updateSetting } /** Returns the builder for the settings used for calls to updateSettings. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateSettingsOperationSettings() { return updateSettingsOperationSettings; @@ -3174,8 +3136,6 @@ public UnaryCallSettings.Builder updateSetting } /** Returns the builder for the settings used for calls to createReportConfig. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createReportConfigOperationSettings() { return createReportConfigOperationSettings; @@ -3201,8 +3161,6 @@ public UnaryCallSettings.Builder updateSetting } /** Returns the builder for the settings used for calls to deleteReportConfig. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteReportConfigOperationSettings() { return deleteReportConfigOperationSettings; @@ -3214,8 +3172,6 @@ public UnaryCallSettings.Builder createReportSet } /** Returns the builder for the settings used for calls to createReport. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createReportOperationSettings() { return createReportOperationSettings; @@ -3239,8 +3195,6 @@ public UnaryCallSettings.Builder deleteReportSet } /** Returns the builder for the settings used for calls to deleteReport. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteReportOperationSettings() { return deleteReportOperationSettings; diff --git a/java-monitoring-dashboards/README.md b/java-monitoring-dashboards/README.md index 72323c39ceae..29b6b2947230 100644 --- a/java-monitoring-dashboards/README.md +++ b/java-monitoring-dashboards/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-monitoring-dashboard.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring-dashboard/2.37.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring-dashboard/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-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/DashboardsServiceSettings.java b/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/DashboardsServiceSettings.java index 8cfd34656f91..a7b3a54f9cc5 100644 --- a/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/DashboardsServiceSettings.java +++ b/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/DashboardsServiceSettings.java @@ -161,7 +161,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -203,7 +202,6 @@ private static Builder createDefault() { return new Builder(DashboardsServiceStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(DashboardsServiceStubSettings.newHttpJsonBuilder()); } diff --git a/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/HttpJsonDashboardsServiceCallableFactory.java b/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/HttpJsonDashboardsServiceCallableFactory.java index accfaf51fd82..c65ec809ed9a 100644 --- a/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/HttpJsonDashboardsServiceCallableFactory.java +++ b/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/HttpJsonDashboardsServiceCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.monitoring.dashboard.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 HttpJsonDashboardsServiceCallableFactory 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-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/HttpJsonDashboardsServiceStub.java b/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/HttpJsonDashboardsServiceStub.java index 76ea1e7d07d7..b5cc994df84c 100644 --- a/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/HttpJsonDashboardsServiceStub.java +++ b/java-monitoring-dashboards/google-cloud-monitoring-dashboard/src/main/java/com/google/cloud/monitoring/dashboard/v1/stub/HttpJsonDashboardsServiceStub.java @@ -18,7 +18,6 @@ import static com.google.cloud.monitoring.dashboard.v1.DashboardsServiceClient.ListDashboardsPagedResponse; -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; @@ -55,7 +54,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonDashboardsServiceStub extends DashboardsServiceStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder().build(); diff --git a/java-monitoring-metricsscope/README.md b/java-monitoring-metricsscope/README.md index 7ab5160f505b..28c9875e8bc0 100644 --- a/java-monitoring-metricsscope/README.md +++ b/java-monitoring-metricsscope/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-monitoring-metricsscope/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-monitoring-metricsscope.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring-metricsscope/0.29.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring-metricsscope/0.30.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-monitoring-metricsscope/google-cloud-monitoring-metricsscope/src/main/java/com/google/monitoring/metricsscope/v1/stub/MetricsScopesStubSettings.java b/java-monitoring-metricsscope/google-cloud-monitoring-metricsscope/src/main/java/com/google/monitoring/metricsscope/v1/stub/MetricsScopesStubSettings.java index 0ed21198c55f..d5e83a08fa52 100644 --- a/java-monitoring-metricsscope/google-cloud-monitoring-metricsscope/src/main/java/com/google/monitoring/metricsscope/v1/stub/MetricsScopesStubSettings.java +++ b/java-monitoring-metricsscope/google-cloud-monitoring-metricsscope/src/main/java/com/google/monitoring/metricsscope/v1/stub/MetricsScopesStubSettings.java @@ -17,7 +17,6 @@ package com.google.monitoring.metricsscope.v1.stub; import com.google.api.core.ApiFunction; -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; @@ -455,8 +454,6 @@ public Builder applyToAllUnaryMethods( } /** Returns the builder for the settings used for calls to createMonitoredProject. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< CreateMonitoredProjectRequest, MonitoredProject, OperationMetadata> createMonitoredProjectOperationSettings() { @@ -470,8 +467,6 @@ public Builder applyToAllUnaryMethods( } /** Returns the builder for the settings used for calls to deleteMonitoredProject. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteMonitoredProjectOperationSettings() { return deleteMonitoredProjectOperationSettings; diff --git a/java-monitoring/README.md b/java-monitoring/README.md index 547157f4fdb1..086ac6cc97af 100644 --- a/java-monitoring/README.md +++ b/java-monitoring/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-monitoring.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring/3.36.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-monitoring/3.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-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicyName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicyName.java index 6a5bdfb118cb..ef1f1d5f36b7 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicyName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicyName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -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 newProjectAlertPolicyBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationAlertPolicyBuilder newOrganizationAlertPolicyBuilder() { return new OrganizationAlertPolicyBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderAlertPolicyBuilder newFolderAlertPolicyBuilder() { return new FolderAlertPolicyBuilder(); } @@ -121,12 +117,10 @@ public static AlertPolicyName of(String project, String alertPolicy) { return newBuilder().setProject(project).setAlertPolicy(alertPolicy).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static AlertPolicyName ofProjectAlertPolicyName(String project, String alertPolicy) { return newBuilder().setProject(project).setAlertPolicy(alertPolicy).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static AlertPolicyName ofOrganizationAlertPolicyName( String organization, String alertPolicy) { return newOrganizationAlertPolicyBuilder() @@ -135,7 +129,6 @@ public static AlertPolicyName ofOrganizationAlertPolicyName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static AlertPolicyName ofFolderAlertPolicyName(String folder, String alertPolicy) { return newFolderAlertPolicyBuilder().setFolder(folder).setAlertPolicy(alertPolicy).build(); } @@ -144,12 +137,10 @@ public static String format(String project, String alertPolicy) { return newBuilder().setProject(project).setAlertPolicy(alertPolicy).build().toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectAlertPolicyName(String project, String alertPolicy) { return newBuilder().setProject(project).setAlertPolicy(alertPolicy).build().toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationAlertPolicyName(String organization, String alertPolicy) { return newOrganizationAlertPolicyBuilder() .setOrganization(organization) @@ -158,7 +149,6 @@ public static String formatOrganizationAlertPolicyName(String organization, Stri .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderAlertPolicyName(String folder, String alertPolicy) { return newFolderAlertPolicyBuilder() .setFolder(folder) @@ -315,7 +305,6 @@ public AlertPolicyName build() { } /** Builder for organizations/{organization}/alertPolicies/{alert_policy}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationAlertPolicyBuilder { private String organization; private String alertPolicy; @@ -346,7 +335,6 @@ public AlertPolicyName build() { } /** Builder for folders/{folder}/alertPolicies/{alert_policy}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderAlertPolicyBuilder { private String folder; private String alertPolicy; diff --git a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GroupName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GroupName.java index 7cfd3c3e9b26..7d0a9cbf7e4c 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GroupName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GroupName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -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 newProjectGroupBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationGroupBuilder newOrganizationGroupBuilder() { return new OrganizationGroupBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderGroupBuilder newFolderGroupBuilder() { return new FolderGroupBuilder(); } @@ -120,17 +116,14 @@ public static GroupName of(String project, String group) { return newBuilder().setProject(project).setGroup(group).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static GroupName ofProjectGroupName(String project, String group) { return newBuilder().setProject(project).setGroup(group).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static GroupName ofOrganizationGroupName(String organization, String group) { return newOrganizationGroupBuilder().setOrganization(organization).setGroup(group).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static GroupName ofFolderGroupName(String folder, String group) { return newFolderGroupBuilder().setFolder(folder).setGroup(group).build(); } @@ -139,12 +132,10 @@ public static String format(String project, String group) { return newBuilder().setProject(project).setGroup(group).build().toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectGroupName(String project, String group) { return newBuilder().setProject(project).setGroup(group).build().toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationGroupName(String organization, String group) { return newOrganizationGroupBuilder() .setOrganization(organization) @@ -153,7 +144,6 @@ public static String formatOrganizationGroupName(String organization, String gro .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderGroupName(String folder, String group) { return newFolderGroupBuilder().setFolder(folder).setGroup(group).build().toString(); } @@ -305,7 +295,6 @@ public GroupName build() { } /** Builder for organizations/{organization}/groups/{group}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationGroupBuilder { private String organization; private String group; @@ -336,7 +325,6 @@ public GroupName build() { } /** Builder for folders/{folder}/groups/{group}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderGroupBuilder { private String folder; private String group; diff --git a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricDescriptorName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricDescriptorName.java index a03ee4156ac8..3eef3e36c005 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricDescriptorName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricDescriptorName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -100,17 +99,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 newProjectMetricDescriptorBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationMetricDescriptorBuilder newOrganizationMetricDescriptorBuilder() { return new OrganizationMetricDescriptorBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderMetricDescriptorBuilder newFolderMetricDescriptorBuilder() { return new FolderMetricDescriptorBuilder(); } @@ -123,13 +119,11 @@ public static MetricDescriptorName of(String project, String metricDescriptor) { return newBuilder().setProject(project).setMetricDescriptor(metricDescriptor).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static MetricDescriptorName ofProjectMetricDescriptorName( String project, String metricDescriptor) { return newBuilder().setProject(project).setMetricDescriptor(metricDescriptor).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static MetricDescriptorName ofOrganizationMetricDescriptorName( String organization, String metricDescriptor) { return newOrganizationMetricDescriptorBuilder() @@ -138,7 +132,6 @@ public static MetricDescriptorName ofOrganizationMetricDescriptorName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static MetricDescriptorName ofFolderMetricDescriptorName( String folder, String metricDescriptor) { return newFolderMetricDescriptorBuilder() @@ -155,7 +148,6 @@ public static String format(String project, String metricDescriptor) { .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectMetricDescriptorName(String project, String metricDescriptor) { return newBuilder() .setProject(project) @@ -164,7 +156,6 @@ public static String formatProjectMetricDescriptorName(String project, String me .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationMetricDescriptorName( String organization, String metricDescriptor) { return newOrganizationMetricDescriptorBuilder() @@ -174,7 +165,6 @@ public static String formatOrganizationMetricDescriptorName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderMetricDescriptorName(String folder, String metricDescriptor) { return newFolderMetricDescriptorBuilder() .setFolder(folder) @@ -334,7 +324,6 @@ public MetricDescriptorName build() { } /** Builder for organizations/{organization}/metricDescriptors/{metric_descriptor=**}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationMetricDescriptorBuilder { private String organization; private String metricDescriptor; @@ -365,7 +354,6 @@ public MetricDescriptorName build() { } /** Builder for folders/{folder}/metricDescriptors/{metric_descriptor=**}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderMetricDescriptorBuilder { private String folder; private String metricDescriptor; diff --git a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MonitoredResourceDescriptorName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MonitoredResourceDescriptorName.java index e5d83e3d26be..e0e95a5eab52 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MonitoredResourceDescriptorName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MonitoredResourceDescriptorName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -103,18 +102,15 @@ 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 newProjectMonitoredResourceDescriptorBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationMonitoredResourceDescriptorBuilder newOrganizationMonitoredResourceDescriptorBuilder() { return new OrganizationMonitoredResourceDescriptorBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderMonitoredResourceDescriptorBuilder newFolderMonitoredResourceDescriptorBuilder() { return new FolderMonitoredResourceDescriptorBuilder(); @@ -132,7 +128,6 @@ public static MonitoredResourceDescriptorName of( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static MonitoredResourceDescriptorName ofProjectMonitoredResourceDescriptorName( String project, String monitoredResourceDescriptor) { return newBuilder() @@ -141,7 +136,6 @@ public static MonitoredResourceDescriptorName ofProjectMonitoredResourceDescript .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static MonitoredResourceDescriptorName ofOrganizationMonitoredResourceDescriptorName( String organization, String monitoredResourceDescriptor) { return newOrganizationMonitoredResourceDescriptorBuilder() @@ -150,7 +144,6 @@ public static MonitoredResourceDescriptorName ofOrganizationMonitoredResourceDes .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static MonitoredResourceDescriptorName ofFolderMonitoredResourceDescriptorName( String folder, String monitoredResourceDescriptor) { return newFolderMonitoredResourceDescriptorBuilder() @@ -167,7 +160,6 @@ public static String format(String project, String monitoredResourceDescriptor) .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectMonitoredResourceDescriptorName( String project, String monitoredResourceDescriptor) { return newBuilder() @@ -177,7 +169,6 @@ public static String formatProjectMonitoredResourceDescriptorName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationMonitoredResourceDescriptorName( String organization, String monitoredResourceDescriptor) { return newOrganizationMonitoredResourceDescriptorBuilder() @@ -187,7 +178,6 @@ public static String formatOrganizationMonitoredResourceDescriptorName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderMonitoredResourceDescriptorName( String folder, String monitoredResourceDescriptor) { return newFolderMonitoredResourceDescriptorBuilder() @@ -356,7 +346,6 @@ public MonitoredResourceDescriptorName build() { * Builder for * organizations/{organization}/monitoredResourceDescriptors/{monitored_resource_descriptor}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationMonitoredResourceDescriptorBuilder { private String organization; private String monitoredResourceDescriptor; @@ -388,7 +377,6 @@ public MonitoredResourceDescriptorName build() { } /** Builder for folders/{folder}/monitoredResourceDescriptors/{monitored_resource_descriptor}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderMonitoredResourceDescriptorBuilder { private String folder; private String monitoredResourceDescriptor; diff --git a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelDescriptorName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelDescriptorName.java index 23adeabd976f..80fcc35bd928 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelDescriptorName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelDescriptorName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -100,17 +99,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 newProjectChannelDescriptorBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationChannelDescriptorBuilder newOrganizationChannelDescriptorBuilder() { return new OrganizationChannelDescriptorBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderChannelDescriptorBuilder newFolderChannelDescriptorBuilder() { return new FolderChannelDescriptorBuilder(); } @@ -123,13 +119,11 @@ public static NotificationChannelDescriptorName of(String project, String channe return newBuilder().setProject(project).setChannelDescriptor(channelDescriptor).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName ofProjectChannelDescriptorName( String project, String channelDescriptor) { return newBuilder().setProject(project).setChannelDescriptor(channelDescriptor).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName ofOrganizationChannelDescriptorName( String organization, String channelDescriptor) { return newOrganizationChannelDescriptorBuilder() @@ -138,7 +132,6 @@ public static NotificationChannelDescriptorName ofOrganizationChannelDescriptorN .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelDescriptorName ofFolderChannelDescriptorName( String folder, String channelDescriptor) { return newFolderChannelDescriptorBuilder() @@ -155,7 +148,6 @@ public static String format(String project, String channelDescriptor) { .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectChannelDescriptorName( String project, String channelDescriptor) { return newBuilder() @@ -165,7 +157,6 @@ public static String formatProjectChannelDescriptorName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationChannelDescriptorName( String organization, String channelDescriptor) { return newOrganizationChannelDescriptorBuilder() @@ -175,7 +166,6 @@ public static String formatOrganizationChannelDescriptorName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderChannelDescriptorName(String folder, String channelDescriptor) { return newFolderChannelDescriptorBuilder() .setFolder(folder) @@ -338,7 +328,6 @@ public NotificationChannelDescriptorName build() { /** * Builder for organizations/{organization}/notificationChannelDescriptors/{channel_descriptor}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationChannelDescriptorBuilder { private String organization; private String channelDescriptor; @@ -369,7 +358,6 @@ public NotificationChannelDescriptorName build() { } /** Builder for folders/{folder}/notificationChannelDescriptors/{channel_descriptor}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderChannelDescriptorBuilder { private String folder; private String channelDescriptor; diff --git a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelName.java index 54f48c32bb45..a8a4f411b14a 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/NotificationChannelName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -100,17 +99,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 newProjectNotificationChannelBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationNotificationChannelBuilder newOrganizationNotificationChannelBuilder() { return new OrganizationNotificationChannelBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderNotificationChannelBuilder newFolderNotificationChannelBuilder() { return new FolderNotificationChannelBuilder(); } @@ -123,13 +119,11 @@ public static NotificationChannelName of(String project, String notificationChan return newBuilder().setProject(project).setNotificationChannel(notificationChannel).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelName ofProjectNotificationChannelName( String project, String notificationChannel) { return newBuilder().setProject(project).setNotificationChannel(notificationChannel).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelName ofOrganizationNotificationChannelName( String organization, String notificationChannel) { return newOrganizationNotificationChannelBuilder() @@ -138,7 +132,6 @@ public static NotificationChannelName ofOrganizationNotificationChannelName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static NotificationChannelName ofFolderNotificationChannelName( String folder, String notificationChannel) { return newFolderNotificationChannelBuilder() @@ -155,7 +148,6 @@ public static String format(String project, String notificationChannel) { .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectNotificationChannelName( String project, String notificationChannel) { return newBuilder() @@ -165,7 +157,6 @@ public static String formatProjectNotificationChannelName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationNotificationChannelName( String organization, String notificationChannel) { return newOrganizationNotificationChannelBuilder() @@ -175,7 +166,6 @@ public static String formatOrganizationNotificationChannelName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderNotificationChannelName( String folder, String notificationChannel) { return newFolderNotificationChannelBuilder() @@ -336,7 +326,6 @@ public NotificationChannelName build() { } /** Builder for organizations/{organization}/notificationChannels/{notification_channel}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationNotificationChannelBuilder { private String organization; private String notificationChannel; @@ -368,7 +357,6 @@ public NotificationChannelName build() { } /** Builder for folders/{folder}/notificationChannels/{notification_channel}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderNotificationChannelBuilder { private String folder; private String notificationChannel; diff --git a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceLevelObjectiveName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceLevelObjectiveName.java index 268bf7a69538..b799667eb79e 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceLevelObjectiveName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceLevelObjectiveName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -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,18 +108,15 @@ 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 newProjectServiceServiceLevelObjectiveBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationServiceServiceLevelObjectiveBuilder newOrganizationServiceServiceLevelObjectiveBuilder() { return new OrganizationServiceServiceLevelObjectiveBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderServiceServiceLevelObjectiveBuilder newFolderServiceServiceLevelObjectiveBuilder() { return new FolderServiceServiceLevelObjectiveBuilder(); @@ -139,7 +135,6 @@ public static ServiceLevelObjectiveName of( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ServiceLevelObjectiveName ofProjectServiceServiceLevelObjectiveName( String project, String service, String serviceLevelObjective) { return newBuilder() @@ -149,7 +144,6 @@ public static ServiceLevelObjectiveName ofProjectServiceServiceLevelObjectiveNam .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ServiceLevelObjectiveName ofOrganizationServiceServiceLevelObjectiveName( String organization, String service, String serviceLevelObjective) { return newOrganizationServiceServiceLevelObjectiveBuilder() @@ -159,7 +153,6 @@ public static ServiceLevelObjectiveName ofOrganizationServiceServiceLevelObjecti .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ServiceLevelObjectiveName ofFolderServiceServiceLevelObjectiveName( String folder, String service, String serviceLevelObjective) { return newFolderServiceServiceLevelObjectiveBuilder() @@ -178,7 +171,6 @@ public static String format(String project, String service, String serviceLevelO .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectServiceServiceLevelObjectiveName( String project, String service, String serviceLevelObjective) { return newBuilder() @@ -189,7 +181,6 @@ public static String formatProjectServiceServiceLevelObjectiveName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationServiceServiceLevelObjectiveName( String organization, String service, String serviceLevelObjective) { return newOrganizationServiceServiceLevelObjectiveBuilder() @@ -200,7 +191,6 @@ public static String formatOrganizationServiceServiceLevelObjectiveName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderServiceServiceLevelObjectiveName( String folder, String service, String serviceLevelObjective) { return newFolderServiceServiceLevelObjectiveBuilder() @@ -391,7 +381,6 @@ public ServiceLevelObjectiveName build() { * Builder for * organizations/{organization}/services/{service}/serviceLevelObjectives/{service_level_objective}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationServiceServiceLevelObjectiveBuilder { private String organization; private String service; @@ -436,7 +425,6 @@ public ServiceLevelObjectiveName build() { * Builder for * folders/{folder}/services/{service}/serviceLevelObjectives/{service_level_objective}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderServiceServiceLevelObjectiveBuilder { private String folder; private String service; diff --git a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceName.java index ad73ae7c461d..240a14243f9d 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ServiceName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -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 newProjectServiceBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationServiceBuilder newOrganizationServiceBuilder() { return new OrganizationServiceBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderServiceBuilder newFolderServiceBuilder() { return new FolderServiceBuilder(); } @@ -120,12 +116,10 @@ public static ServiceName of(String project, String service) { return newBuilder().setProject(project).setService(service).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ServiceName ofProjectServiceName(String project, String service) { return newBuilder().setProject(project).setService(service).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ServiceName ofOrganizationServiceName(String organization, String service) { return newOrganizationServiceBuilder() .setOrganization(organization) @@ -133,7 +127,6 @@ public static ServiceName ofOrganizationServiceName(String organization, String .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ServiceName ofFolderServiceName(String folder, String service) { return newFolderServiceBuilder().setFolder(folder).setService(service).build(); } @@ -142,12 +135,10 @@ public static String format(String project, String service) { return newBuilder().setProject(project).setService(service).build().toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectServiceName(String project, String service) { return newBuilder().setProject(project).setService(service).build().toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationServiceName(String organization, String service) { return newOrganizationServiceBuilder() .setOrganization(organization) @@ -156,7 +147,6 @@ public static String formatOrganizationServiceName(String organization, String s .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderServiceName(String folder, String service) { return newFolderServiceBuilder().setFolder(folder).setService(service).build().toString(); } @@ -308,7 +298,6 @@ public ServiceName build() { } /** Builder for organizations/{organization}/services/{service}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationServiceBuilder { private String organization; private String service; @@ -339,7 +328,6 @@ public ServiceName build() { } /** Builder for folders/{folder}/services/{service}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderServiceBuilder { private String folder; private String service; diff --git a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/TimeSeriesName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/TimeSeriesName.java index 1b995132ee6d..e1c6f547a0f2 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/TimeSeriesName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/TimeSeriesName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -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 newProjectTimeSeriesBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationTimeSeriesBuilder newOrganizationTimeSeriesBuilder() { return new OrganizationTimeSeriesBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderTimeSeriesBuilder newFolderTimeSeriesBuilder() { return new FolderTimeSeriesBuilder(); } @@ -121,12 +117,10 @@ public static TimeSeriesName of(String project, String timeSeries) { return newBuilder().setProject(project).setTimeSeries(timeSeries).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static TimeSeriesName ofProjectTimeSeriesName(String project, String timeSeries) { return newBuilder().setProject(project).setTimeSeries(timeSeries).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static TimeSeriesName ofOrganizationTimeSeriesName( String organization, String timeSeries) { return newOrganizationTimeSeriesBuilder() @@ -135,7 +129,6 @@ public static TimeSeriesName ofOrganizationTimeSeriesName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static TimeSeriesName ofFolderTimeSeriesName(String folder, String timeSeries) { return newFolderTimeSeriesBuilder().setFolder(folder).setTimeSeries(timeSeries).build(); } @@ -144,12 +137,10 @@ public static String format(String project, String timeSeries) { return newBuilder().setProject(project).setTimeSeries(timeSeries).build().toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectTimeSeriesName(String project, String timeSeries) { return newBuilder().setProject(project).setTimeSeries(timeSeries).build().toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationTimeSeriesName(String organization, String timeSeries) { return newOrganizationTimeSeriesBuilder() .setOrganization(organization) @@ -158,7 +149,6 @@ public static String formatOrganizationTimeSeriesName(String organization, Strin .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderTimeSeriesName(String folder, String timeSeries) { return newFolderTimeSeriesBuilder() .setFolder(folder) @@ -315,7 +305,6 @@ public TimeSeriesName build() { } /** Builder for organizations/{organization}/timeSeries/{time_series}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationTimeSeriesBuilder { private String organization; private String timeSeries; @@ -346,7 +335,6 @@ public TimeSeriesName build() { } /** Builder for folders/{folder}/timeSeries/{time_series}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderTimeSeriesBuilder { private String folder; private String timeSeries; diff --git a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/UptimeCheckConfigName.java b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/UptimeCheckConfigName.java index 902c8e3fb032..f288a957ee87 100644 --- a/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/UptimeCheckConfigName.java +++ b/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/UptimeCheckConfigName.java @@ -16,7 +16,6 @@ package com.google.monitoring.v3; -import com.google.api.core.BetaApi; import com.google.api.pathtemplate.PathTemplate; import com.google.api.pathtemplate.ValidationException; import com.google.api.resourcenames.ResourceName; @@ -100,17 +99,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 newProjectUptimeCheckConfigBuilder() { return new Builder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static OrganizationUptimeCheckConfigBuilder newOrganizationUptimeCheckConfigBuilder() { return new OrganizationUptimeCheckConfigBuilder(); } - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static FolderUptimeCheckConfigBuilder newFolderUptimeCheckConfigBuilder() { return new FolderUptimeCheckConfigBuilder(); } @@ -123,13 +119,11 @@ public static UptimeCheckConfigName of(String project, String uptimeCheckConfig) return newBuilder().setProject(project).setUptimeCheckConfig(uptimeCheckConfig).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static UptimeCheckConfigName ofProjectUptimeCheckConfigName( String project, String uptimeCheckConfig) { return newBuilder().setProject(project).setUptimeCheckConfig(uptimeCheckConfig).build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static UptimeCheckConfigName ofOrganizationUptimeCheckConfigName( String organization, String uptimeCheckConfig) { return newOrganizationUptimeCheckConfigBuilder() @@ -138,7 +132,6 @@ public static UptimeCheckConfigName ofOrganizationUptimeCheckConfigName( .build(); } - @BetaApi("The static create methods are not stable yet and may be changed in the future.") public static UptimeCheckConfigName ofFolderUptimeCheckConfigName( String folder, String uptimeCheckConfig) { return newFolderUptimeCheckConfigBuilder() @@ -155,7 +148,6 @@ public static String format(String project, String uptimeCheckConfig) { .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectUptimeCheckConfigName( String project, String uptimeCheckConfig) { return newBuilder() @@ -165,7 +157,6 @@ public static String formatProjectUptimeCheckConfigName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationUptimeCheckConfigName( String organization, String uptimeCheckConfig) { return newOrganizationUptimeCheckConfigBuilder() @@ -175,7 +166,6 @@ public static String formatOrganizationUptimeCheckConfigName( .toString(); } - @BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatFolderUptimeCheckConfigName(String folder, String uptimeCheckConfig) { return newFolderUptimeCheckConfigBuilder() .setFolder(folder) @@ -335,7 +325,6 @@ public UptimeCheckConfigName build() { } /** Builder for organizations/{organization}/uptimeCheckConfigs/{uptime_check_config}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class OrganizationUptimeCheckConfigBuilder { private String organization; private String uptimeCheckConfig; @@ -366,7 +355,6 @@ public UptimeCheckConfigName build() { } /** Builder for folders/{folder}/uptimeCheckConfigs/{uptime_check_config}. */ - @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FolderUptimeCheckConfigBuilder { private String folder; private String uptimeCheckConfig; diff --git a/java-netapp/README.md b/java-netapp/README.md index cb4a4b29eb02..bb51eff7ecb4 100644 --- a/java-netapp/README.md +++ b/java-netapp/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-netapp/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-netapp.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-netapp/0.14.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-netapp/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-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/NetAppSettings.java b/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/NetAppSettings.java index 305585faaaa0..70ce0a54aa4c 100644 --- a/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/NetAppSettings.java +++ b/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/NetAppSettings.java @@ -621,7 +621,6 @@ public static Builder newBuilder() { } /** Returns a new REST builder for this class. */ - @BetaApi public static Builder newHttpJsonBuilder() { return Builder.createHttpJsonDefault(); } @@ -663,7 +662,6 @@ private static Builder createDefault() { return new Builder(NetAppStubSettings.newBuilder()); } - @BetaApi private static Builder createHttpJsonDefault() { return new Builder(NetAppStubSettings.newHttpJsonBuilder()); } diff --git a/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/HttpJsonNetAppCallableFactory.java b/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/HttpJsonNetAppCallableFactory.java index a70d14c58548..d8f97c71aae4 100644 --- a/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/HttpJsonNetAppCallableFactory.java +++ b/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/HttpJsonNetAppCallableFactory.java @@ -16,7 +16,6 @@ package com.google.cloud.netapp.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 HttpJsonNetAppCallableFactory 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-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/HttpJsonNetAppStub.java b/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/HttpJsonNetAppStub.java index a59ecd343901..c021fc997a43 100644 --- a/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/HttpJsonNetAppStub.java +++ b/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/HttpJsonNetAppStub.java @@ -28,7 +28,6 @@ import static com.google.cloud.netapp.v1.NetAppClient.ListVolumesPagedResponse; 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; @@ -138,7 +137,6 @@ *

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") -@BetaApi public class HttpJsonNetAppStub extends NetAppStub { private static final TypeRegistry typeRegistry = TypeRegistry.newBuilder() diff --git a/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/NetAppStubSettings.java b/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/NetAppStubSettings.java index c94594d3ef51..07ed393a8921 100644 --- a/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/NetAppStubSettings.java +++ b/java-netapp/google-cloud-netapp/src/main/java/com/google/cloud/netapp/v1/stub/NetAppStubSettings.java @@ -3233,8 +3233,6 @@ public Builder applyToAllUnaryMethods( } /** Returns the builder for the settings used for calls to createStoragePool. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createStoragePoolOperationSettings() { return createStoragePoolOperationSettings; @@ -3252,8 +3250,6 @@ public UnaryCallSettings.Builder getStorageP } /** Returns the builder for the settings used for calls to updateStoragePool. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateStoragePoolOperationSettings() { return updateStoragePoolOperationSettings; @@ -3266,8 +3262,6 @@ public UnaryCallSettings.Builder getStorageP } /** Returns the builder for the settings used for calls to deleteStoragePool. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteStoragePoolOperationSettings() { return deleteStoragePoolOperationSettings; @@ -3291,8 +3285,6 @@ public UnaryCallSettings.Builder createVolumeSet } /** Returns the builder for the settings used for calls to createVolume. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createVolumeOperationSettings() { return createVolumeOperationSettings; @@ -3304,8 +3296,6 @@ public UnaryCallSettings.Builder updateVolumeSet } /** Returns the builder for the settings used for calls to updateVolume. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateVolumeOperationSettings() { return updateVolumeOperationSettings; @@ -3317,8 +3307,6 @@ public UnaryCallSettings.Builder deleteVolumeSet } /** Returns the builder for the settings used for calls to deleteVolume. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteVolumeOperationSettings() { return deleteVolumeOperationSettings; @@ -3330,8 +3318,6 @@ public UnaryCallSettings.Builder revertVolumeSet } /** Returns the builder for the settings used for calls to revertVolume. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder revertVolumeOperationSettings() { return revertVolumeOperationSettings; @@ -3355,8 +3341,6 @@ public UnaryCallSettings.Builder createSnapsho } /** Returns the builder for the settings used for calls to createSnapshot. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createSnapshotOperationSettings() { return createSnapshotOperationSettings; @@ -3368,8 +3352,6 @@ public UnaryCallSettings.Builder deleteSnapsho } /** Returns the builder for the settings used for calls to deleteSnapshot. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteSnapshotOperationSettings() { return deleteSnapshotOperationSettings; @@ -3381,8 +3363,6 @@ public UnaryCallSettings.Builder updateSnapsho } /** Returns the builder for the settings used for calls to updateSnapshot. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateSnapshotOperationSettings() { return updateSnapshotOperationSettings; @@ -3410,8 +3390,6 @@ public UnaryCallSettings.Builder updateSnapsho } /** Returns the builder for the settings used for calls to createActiveDirectory. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< CreateActiveDirectoryRequest, ActiveDirectory, OperationMetadata> createActiveDirectoryOperationSettings() { @@ -3425,8 +3403,6 @@ public UnaryCallSettings.Builder updateSnapsho } /** Returns the builder for the settings used for calls to updateActiveDirectory. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< UpdateActiveDirectoryRequest, ActiveDirectory, OperationMetadata> updateActiveDirectoryOperationSettings() { @@ -3440,8 +3416,6 @@ public UnaryCallSettings.Builder updateSnapsho } /** Returns the builder for the settings used for calls to deleteActiveDirectory. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteActiveDirectoryOperationSettings() { return deleteActiveDirectoryOperationSettings; @@ -3460,8 +3434,6 @@ public UnaryCallSettings.Builder createKmsCon } /** Returns the builder for the settings used for calls to createKmsConfig. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createKmsConfigOperationSettings() { return createKmsConfigOperationSettings; @@ -3478,8 +3450,6 @@ public UnaryCallSettings.Builder updateKmsCon } /** Returns the builder for the settings used for calls to updateKmsConfig. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateKmsConfigOperationSettings() { return updateKmsConfigOperationSettings; @@ -3491,8 +3461,6 @@ public UnaryCallSettings.Builder encryptVolume } /** Returns the builder for the settings used for calls to encryptVolumes. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder encryptVolumesOperationSettings() { return encryptVolumesOperationSettings; @@ -3510,8 +3478,6 @@ public UnaryCallSettings.Builder deleteKmsCon } /** Returns the builder for the settings used for calls to deleteKmsConfig. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteKmsConfigOperationSettings() { return deleteKmsConfigOperationSettings; @@ -3536,8 +3502,6 @@ public UnaryCallSettings.Builder getReplicat } /** Returns the builder for the settings used for calls to createReplication. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createReplicationOperationSettings() { return createReplicationOperationSettings; @@ -3550,8 +3514,6 @@ public UnaryCallSettings.Builder getReplicat } /** Returns the builder for the settings used for calls to deleteReplication. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteReplicationOperationSettings() { return deleteReplicationOperationSettings; @@ -3564,8 +3526,6 @@ public UnaryCallSettings.Builder getReplicat } /** Returns the builder for the settings used for calls to updateReplication. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateReplicationOperationSettings() { return updateReplicationOperationSettings; @@ -3577,8 +3537,6 @@ public UnaryCallSettings.Builder stopReplicat } /** Returns the builder for the settings used for calls to stopReplication. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder stopReplicationOperationSettings() { return stopReplicationOperationSettings; @@ -3591,8 +3549,6 @@ public UnaryCallSettings.Builder stopReplicat } /** Returns the builder for the settings used for calls to resumeReplication. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder resumeReplicationOperationSettings() { return resumeReplicationOperationSettings; @@ -3605,8 +3561,6 @@ public UnaryCallSettings.Builder stopReplicat } /** Returns the builder for the settings used for calls to reverseReplicationDirection. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder< ReverseReplicationDirectionRequest, Replication, OperationMetadata> reverseReplicationDirectionOperationSettings() { @@ -3620,8 +3574,6 @@ public UnaryCallSettings.Builder stopReplicat } /** Returns the builder for the settings used for calls to createBackupVault. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createBackupVaultOperationSettings() { return createBackupVaultOperationSettings; @@ -3646,8 +3598,6 @@ public UnaryCallSettings.Builder getBackupVa } /** Returns the builder for the settings used for calls to updateBackupVault. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateBackupVaultOperationSettings() { return updateBackupVaultOperationSettings; @@ -3660,8 +3610,6 @@ public UnaryCallSettings.Builder getBackupVa } /** Returns the builder for the settings used for calls to deleteBackupVault. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteBackupVaultOperationSettings() { return deleteBackupVaultOperationSettings; @@ -3673,8 +3621,6 @@ public UnaryCallSettings.Builder createBackupSet } /** Returns the builder for the settings used for calls to createBackup. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createBackupOperationSettings() { return createBackupOperationSettings; @@ -3698,8 +3644,6 @@ public UnaryCallSettings.Builder deleteBackupSet } /** Returns the builder for the settings used for calls to deleteBackup. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteBackupOperationSettings() { return deleteBackupOperationSettings; @@ -3711,8 +3655,6 @@ public UnaryCallSettings.Builder updateBackupSet } /** Returns the builder for the settings used for calls to updateBackup. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateBackupOperationSettings() { return updateBackupOperationSettings; @@ -3725,8 +3667,6 @@ public UnaryCallSettings.Builder updateBackupSet } /** Returns the builder for the settings used for calls to createBackupPolicy. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder createBackupPolicyOperationSettings() { return createBackupPolicyOperationSettings; @@ -3752,8 +3692,6 @@ public UnaryCallSettings.Builder updateBackupSet } /** Returns the builder for the settings used for calls to updateBackupPolicy. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder updateBackupPolicyOperationSettings() { return updateBackupPolicyOperationSettings; @@ -3766,8 +3704,6 @@ public UnaryCallSettings.Builder updateBackupSet } /** Returns the builder for the settings used for calls to deleteBackupPolicy. */ - @BetaApi( - "The surface for use by generated code is not stable yet and may change in the future.") public OperationCallSettings.Builder deleteBackupPolicyOperationSettings() { return deleteBackupPolicyOperationSettings;