Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

import com.google.api.core.ApiFuture;
import com.google.api.core.ApiFutures;
import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.longrunning.OperationFuture;
import com.google.api.gax.paging.AbstractFixedSizeCollection;
Expand Down Expand Up @@ -147,7 +146,6 @@ public static final CloudMemcacheClient create(CloudMemcacheSettings settings)
* Constructs an instance of CloudMemcacheClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(CloudMemcacheSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final CloudMemcacheClient create(CloudMemcacheStub stub) {
return new CloudMemcacheClient(stub);
}
Expand All @@ -163,7 +161,6 @@ protected CloudMemcacheClient(CloudMemcacheSettings settings) throws IOException
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected CloudMemcacheClient(CloudMemcacheStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -174,7 +171,6 @@ public final CloudMemcacheSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CloudMemcacheStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ public UnaryCallSettings<ApplyParametersRequest, Operation> applyParametersSetti
return applyParametersOperationSettings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CloudMemcacheStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ public static final CloudMemcacheClient create(CloudMemcacheSettings settings)
* Constructs an instance of CloudMemcacheClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(CloudMemcacheSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final CloudMemcacheClient create(CloudMemcacheStub stub) {
return new CloudMemcacheClient(stub);
}
Expand All @@ -164,7 +163,6 @@ protected CloudMemcacheClient(CloudMemcacheSettings settings) throws IOException
this.operationsClient = OperationsClient.create(this.stub.getOperationsStub());
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected CloudMemcacheClient(CloudMemcacheStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -175,7 +173,6 @@ public final CloudMemcacheSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public CloudMemcacheStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ public UnaryCallSettings<ApplySoftwareUpdateRequest, Operation> applySoftwareUpd
return applySoftwareUpdateOperationSettings;
}

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