diff --git a/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/SecretManagerServiceClient.java b/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/SecretManagerServiceClient.java index d1bb06c8..1b4554ad 100644 --- a/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/SecretManagerServiceClient.java +++ b/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/SecretManagerServiceClient.java @@ -18,7 +18,6 @@ import com.google.api.core.ApiFuture; import com.google.api.core.ApiFutures; -import com.google.api.core.BetaApi; import com.google.api.gax.core.BackgroundResource; import com.google.api.gax.paging.AbstractFixedSizeCollection; import com.google.api.gax.paging.AbstractPage; @@ -143,7 +142,6 @@ public static final SecretManagerServiceClient create(SecretManagerServiceSettin * Constructs an instance of SecretManagerServiceClient, using the given stub for making calls. * This is for advanced usage - prefer using create(SecretManagerServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final SecretManagerServiceClient create(SecretManagerServiceStub stub) { return new SecretManagerServiceClient(stub); } @@ -158,7 +156,6 @@ protected SecretManagerServiceClient(SecretManagerServiceSettings settings) thro this.stub = ((SecretManagerServiceStubSettings) settings.getStubSettings()).createStub(); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected SecretManagerServiceClient(SecretManagerServiceStub stub) { this.settings = null; this.stub = stub; @@ -168,7 +165,6 @@ public final SecretManagerServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public SecretManagerServiceStub getStub() { return stub; } diff --git a/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/stub/SecretManagerServiceStubSettings.java b/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/stub/SecretManagerServiceStubSettings.java index 03f58789..40db8649 100644 --- a/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/stub/SecretManagerServiceStubSettings.java +++ b/google-cloud-secretmanager/src/main/java/com/google/cloud/secretmanager/v1/stub/SecretManagerServiceStubSettings.java @@ -336,7 +336,6 @@ public UnaryCallSettings getIamPolicySettings() { return testIamPermissionsSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public SecretManagerServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName()