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

Commit 304a9e6

Browse files
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#887)
- [ ] 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 43ced5f commit 304a9e6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/DlpServiceClient.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;
@@ -198,7 +197,6 @@ public static final DlpServiceClient create(DlpServiceSettings settings) throws
198197
* Constructs an instance of DlpServiceClient, using the given stub for making calls. This is for
199198
* advanced usage - prefer using create(DlpServiceSettings).
200199
*/
201-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
202200
public static final DlpServiceClient create(DlpServiceStub stub) {
203201
return new DlpServiceClient(stub);
204202
}
@@ -212,7 +210,6 @@ protected DlpServiceClient(DlpServiceSettings settings) throws IOException {
212210
this.stub = ((DlpServiceStubSettings) settings.getStubSettings()).createStub();
213211
}
214212

215-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
216213
protected DlpServiceClient(DlpServiceStub stub) {
217214
this.settings = null;
218215
this.stub = stub;
@@ -222,7 +219,6 @@ public final DlpServiceSettings getSettings() {
222219
return settings;
223220
}
224221

225-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
226222
public DlpServiceStub getStub() {
227223
return stub;
228224
}

google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/stub/DlpServiceStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,6 @@ public UnaryCallSettings<FinishDlpJobRequest, Empty> finishDlpJobSettings() {
711711
return finishDlpJobSettings;
712712
}
713713

714-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
715714
public DlpServiceStub createStub() throws IOException {
716715
if (getTransportChannelProvider()
717716
.getTransportName()

0 commit comments

Comments
 (0)