Skip to content
This repository was archived by the owner on Oct 2, 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 @@ -132,7 +131,6 @@ public static final TraceServiceClient create(TraceServiceSettings settings) thr
* Constructs an instance of TraceServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(TraceServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final TraceServiceClient create(TraceServiceStub stub) {
return new TraceServiceClient(stub);
}
Expand All @@ -147,7 +145,6 @@ protected TraceServiceClient(TraceServiceSettings settings) throws IOException {
this.stub = ((TraceServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected TraceServiceClient(TraceServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -157,7 +154,6 @@ public final TraceServiceSettings getSettings() {
return settings;
}

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

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public TraceServiceStub createStub() throws IOException {
if (getTransportChannelProvider()
.getTransportName()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package com.google.cloud.trace.v2;

import com.google.api.core.BetaApi;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.trace.v2.stub.TraceServiceStub;
Expand Down Expand Up @@ -122,7 +121,6 @@ public static final TraceServiceClient create(TraceServiceSettings settings) thr
* Constructs an instance of TraceServiceClient, using the given stub for making calls. This is
* for advanced usage - prefer using create(TraceServiceSettings).
*/
@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
public static final TraceServiceClient create(TraceServiceStub stub) {
return new TraceServiceClient(stub);
}
Expand All @@ -137,7 +135,6 @@ protected TraceServiceClient(TraceServiceSettings settings) throws IOException {
this.stub = ((TraceServiceStubSettings) settings.getStubSettings()).createStub();
}

@BetaApi("A restructuring of stub classes is planned, so this may break in the future")
protected TraceServiceClient(TraceServiceStub stub) {
this.settings = null;
this.stub = stub;
Expand All @@ -147,7 +144,6 @@ public final TraceServiceSettings getSettings() {
return settings;
}

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

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