Skip to content

Commit

Permalink
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-jav…
Browse files Browse the repository at this point in the history
…a to 2.18.1 (#652)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 450543911

Source-Link: googleapis/googleapis@5528344

Source-Link: googleapis/googleapis-gen@9f6775c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWY2Nzc1Y2FiMTk1ODk4MmI4ODk2N2E0M2U1ZTgwNmFmMGYxMzVkYiJ9
  • Loading branch information
gcf-owl-bot[bot] committed May 27, 2022
1 parent 4589d78 commit 444f5ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public static final SpeechTranslationServiceClient create(
* Constructs an instance of SpeechTranslationServiceClient, using the given stub for making
* calls. This is for advanced usage - prefer using create(SpeechTranslationServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final SpeechTranslationServiceClient create(SpeechTranslationServiceStub stub) {
return new SpeechTranslationServiceClient(stub);
}
Expand All @@ -142,7 +141,6 @@ protected SpeechTranslationServiceClient(SpeechTranslationServiceSettings settin
this.stub = ((SpeechTranslationServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected SpeechTranslationServiceClient(SpeechTranslationServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -152,7 +150,6 @@ public final SpeechTranslationServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public SpeechTranslationServiceStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public class SpeechTranslationServiceStubSettings
return streamingTranslateSpeechSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public SpeechTranslationServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down

0 comments on commit 444f5ef

Please sign in to comment.