Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 #346

Merged
merged 2 commits into from
May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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);
}
Expand All @@ -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;
Expand All @@ -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;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ public UnaryCallSettings<DeleteJobTemplateRequest, Empty> 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()
Expand Down