Skip to content

Commit 482458b

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

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

java-storage-transfer/google-cloud-storage-transfer/src/main/java/com/google/storagetransfer/v1/proto/StorageTransferServiceClient.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;
@@ -138,7 +137,6 @@ public static final StorageTransferServiceClient create(StorageTransferServiceSe
138137
* Constructs an instance of StorageTransferServiceClient, using the given stub for making calls.
139138
* This is for advanced usage - prefer using create(StorageTransferServiceSettings).
140139
*/
141-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
142140
public static final StorageTransferServiceClient create(StorageTransferServiceStub stub) {
143141
return new StorageTransferServiceClient(stub);
144142
}
@@ -155,7 +153,6 @@ protected StorageTransferServiceClient(StorageTransferServiceSettings settings)
155153
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
156154
}
157155

158-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
159156
protected StorageTransferServiceClient(StorageTransferServiceStub stub) {
160157
this.settings = null;
161158
this.stub = stub;
@@ -166,7 +163,6 @@ public final StorageTransferServiceSettings getSettings() {
166163
return settings;
167164
}
168165

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

java-storage-transfer/google-cloud-storage-transfer/src/main/java/com/google/storagetransfer/v1/proto/stub/StorageTransferServiceStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ public UnaryCallSettings<TransferProto.DeleteAgentPoolRequest, Empty> deleteAgen
384384
return deleteAgentPoolSettings;
385385
}
386386

387-
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
388387
public StorageTransferServiceStub createStub() throws IOException {
389388
if (getTransportChannelProvider()
390389
.getTransportName()

0 commit comments

Comments
 (0)