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.paging.AbstractFixedSizeCollection;
import com.google.api.gax.paging.AbstractPage;
Expand Down Expand Up @@ -130,7 +129,6 @@ public static final EssentialContactsServiceClient create(
* Constructs an instance of EssentialContactsServiceClient, using the given stub for making
* calls. This is for advanced usage - prefer using create(EssentialContactsServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final EssentialContactsServiceClient create(EssentialContactsServiceStub stub) {
return new EssentialContactsServiceClient(stub);
}
Expand All @@ -146,7 +144,6 @@ protected EssentialContactsServiceClient(EssentialContactsServiceSettings settin
this.stub = ((EssentialContactsServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected EssentialContactsServiceClient(EssentialContactsServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -156,7 +153,6 @@ public final EssentialContactsServiceSettings getSettings() {
return settings;
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public EssentialContactsServiceStub getStub() {
return stub;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ public UnaryCallSettings<SendTestMessageRequest, Empty> sendTestMessageSettings(
return sendTestMessageSettings;
}

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