diff --git a/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/TranscoderServiceClient.java b/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/TranscoderServiceClient.java index 7c70f041..25bc9675 100644 --- a/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/TranscoderServiceClient.java +++ b/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/TranscoderServiceClient.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; @@ -131,7 +130,6 @@ public static final TranscoderServiceClient create(TranscoderServiceSettings set * Constructs an instance of TranscoderServiceClient, using the given stub for making calls. This * is for advanced usage - prefer using create(TranscoderServiceSettings). */ - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public static final TranscoderServiceClient create(TranscoderServiceStub stub) { return new TranscoderServiceClient(stub); } @@ -146,7 +144,6 @@ protected TranscoderServiceClient(TranscoderServiceSettings settings) throws IOE this.stub = ((TranscoderServiceStubSettings) settings.getStubSettings()).createStub(); } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") protected TranscoderServiceClient(TranscoderServiceStub stub) { this.settings = null; this.stub = stub; @@ -156,7 +153,6 @@ public final TranscoderServiceSettings getSettings() { return settings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public TranscoderServiceStub getStub() { return stub; } diff --git a/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/stub/TranscoderServiceStubSettings.java b/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/stub/TranscoderServiceStubSettings.java index 1b5d8ffe..e9161dd8 100644 --- a/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/stub/TranscoderServiceStubSettings.java +++ b/google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/stub/TranscoderServiceStubSettings.java @@ -270,7 +270,6 @@ public UnaryCallSettings deleteJobTemplateSetti return deleteJobTemplateSettings; } - @BetaApi("A restructuring of stub classes is planned, so this may break in the future") public TranscoderServiceStub createStub() throws IOException { if (getTransportChannelProvider() .getTransportName()