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

Commit 01f220b

Browse files
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#848)
- [ ] 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 410b117 commit 01f220b

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

google-cloud-language/src/main/java/com/google/cloud/language/v1/LanguageServiceClient.java

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

1717
package com.google.cloud.language.v1;
1818

19-
import com.google.api.core.BetaApi;
2019
import com.google.api.gax.core.BackgroundResource;
2120
import com.google.api.gax.rpc.UnaryCallable;
2221
import com.google.cloud.language.v1.stub.LanguageServiceStub;
@@ -118,7 +117,6 @@ public static final LanguageServiceClient create(LanguageServiceSettings setting
118117
* Constructs an instance of LanguageServiceClient, using the given stub for making calls. This is
119118
* for advanced usage - prefer using create(LanguageServiceSettings).
120119
*/
121-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
122120
public static final LanguageServiceClient create(LanguageServiceStub stub) {
123121
return new LanguageServiceClient(stub);
124122
}
@@ -133,7 +131,6 @@ protected LanguageServiceClient(LanguageServiceSettings settings) throws IOExcep
133131
this.stub = ((LanguageServiceStubSettings) settings.getStubSettings()).createStub();
134132
}
135133

136-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
137134
protected LanguageServiceClient(LanguageServiceStub stub) {
138135
this.settings = null;
139136
this.stub = stub;
@@ -143,7 +140,6 @@ public final LanguageServiceSettings getSettings() {
143140
return settings;
144141
}
145142

146-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
147143
public LanguageServiceStub getStub() {
148144
return stub;
149145
}

google-cloud-language/src/main/java/com/google/cloud/language/v1/stub/LanguageServiceStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ public UnaryCallSettings<AnnotateTextRequest, AnnotateTextResponse> annotateText
139139
return annotateTextSettings;
140140
}
141141

142-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
143142
public LanguageServiceStub createStub() throws IOException {
144143
if (getTransportChannelProvider()
145144
.getTransportName()

google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/LanguageServiceClient.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ public static final LanguageServiceClient create(LanguageServiceSettings setting
119119
* Constructs an instance of LanguageServiceClient, using the given stub for making calls. This is
120120
* for advanced usage - prefer using create(LanguageServiceSettings).
121121
*/
122-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
123122
public static final LanguageServiceClient create(LanguageServiceStub stub) {
124123
return new LanguageServiceClient(stub);
125124
}
@@ -134,7 +133,6 @@ protected LanguageServiceClient(LanguageServiceSettings settings) throws IOExcep
134133
this.stub = ((LanguageServiceStubSettings) settings.getStubSettings()).createStub();
135134
}
136135

137-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
138136
protected LanguageServiceClient(LanguageServiceStub stub) {
139137
this.settings = null;
140138
this.stub = stub;
@@ -144,7 +142,6 @@ public final LanguageServiceSettings getSettings() {
144142
return settings;
145143
}
146144

147-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
148145
public LanguageServiceStub getStub() {
149146
return stub;
150147
}

google-cloud-language/src/main/java/com/google/cloud/language/v1beta2/stub/LanguageServiceStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ public UnaryCallSettings<AnnotateTextRequest, AnnotateTextResponse> annotateText
140140
return annotateTextSettings;
141141
}
142142

143-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
144143
public LanguageServiceStub createStub() throws IOException {
145144
if (getTransportChannelProvider()
146145
.getTransportName()

0 commit comments

Comments
 (0)