Skip to content

Commit f05cf21

Browse files
chore(deps): upgrade gapic-generator-java to 2.8.0 and update gax-java to 2.18.1 (#342)
- [ ] 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 c382c19 commit f05cf21

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/AccessContextManagerClient.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.longrunning.OperationFuture;
2423
import com.google.api.gax.paging.AbstractFixedSizeCollection;
@@ -140,7 +139,6 @@ public static final AccessContextManagerClient create(AccessContextManagerSettin
140139
* Constructs an instance of AccessContextManagerClient, using the given stub for making calls.
141140
* This is for advanced usage - prefer using create(AccessContextManagerSettings).
142141
*/
143-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
144142
public static final AccessContextManagerClient create(AccessContextManagerStub stub) {
145143
return new AccessContextManagerClient(stub);
146144
}
@@ -156,7 +154,6 @@ protected AccessContextManagerClient(AccessContextManagerSettings settings) thro
156154
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
157155
}
158156

159-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
160157
protected AccessContextManagerClient(AccessContextManagerStub stub) {
161158
this.settings = null;
162159
this.stub = stub;
@@ -167,7 +164,6 @@ public final AccessContextManagerSettings getSettings() {
167164
return settings;
168165
}
169166

170-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
171167
public AccessContextManagerStub getStub() {
172168
return stub;
173169
}

java-accesscontextmanager/google-identity-accesscontextmanager/src/main/java/com/google/identity/accesscontextmanager/v1/stub/AccessContextManagerStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ public UnaryCallSettings<ReplaceAccessLevelsRequest, Operation> replaceAccessLev
749749
return deleteGcpUserAccessBindingOperationSettings;
750750
}
751751

752-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
753752
public AccessContextManagerStub createStub() throws IOException {
754753
if (getTransportChannelProvider()
755754
.getTransportName()

0 commit comments

Comments
 (0)