Skip to content

Commit 22e15b7

Browse files
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (googleapis#346)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 450543911 Source-Link: googleapis/googleapis@5528344 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9f6775cab1958982b88967a43e5e806af0f135db Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWY2Nzc1Y2FiMTk1ODk4MmI4ODk2N2E0M2U1ZTgwNmFmMGYxMzVkYiJ9
1 parent b1f648e commit 22e15b7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/TranscoderServiceClient.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
import com.google.api.core.ApiFuture;
2020
import com.google.api.core.ApiFutures;
21-
import com.google.api.core.BetaApi;
2221
import com.google.api.gax.core.BackgroundResource;
2322
import com.google.api.gax.paging.AbstractFixedSizeCollection;
2423
import com.google.api.gax.paging.AbstractPage;
@@ -131,7 +130,6 @@ public static final TranscoderServiceClient create(TranscoderServiceSettings set
131130
* Constructs an instance of TranscoderServiceClient, using the given stub for making calls. This
132131
* is for advanced usage - prefer using create(TranscoderServiceSettings).
133132
*/
134-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
135133
public static final TranscoderServiceClient create(TranscoderServiceStub stub) {
136134
return new TranscoderServiceClient(stub);
137135
}
@@ -146,7 +144,6 @@ protected TranscoderServiceClient(TranscoderServiceSettings settings) throws IOE
146144
this.stub = ((TranscoderServiceStubSettings) settings.getStubSettings()).createStub();
147145
}
148146

149-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
150147
protected TranscoderServiceClient(TranscoderServiceStub stub) {
151148
this.settings = null;
152149
this.stub = stub;
@@ -156,7 +153,6 @@ public final TranscoderServiceSettings getSettings() {
156153
return settings;
157154
}
158155

159-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
160156
public TranscoderServiceStub getStub() {
161157
return stub;
162158
}

google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1/stub/TranscoderServiceStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ public UnaryCallSettings<DeleteJobTemplateRequest, Empty> deleteJobTemplateSetti
270270
return deleteJobTemplateSettings;
271271
}
272272

273-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
274273
public TranscoderServiceStub createStub() throws IOException {
275274
if (getTransportChannelProvider()
276275
.getTransportName()

0 commit comments

Comments
 (0)