public class GrpcAccountLabelsServiceStub extends AccountLabelsServiceStub
gRPC stub implementation for the AccountLabelsService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcAccountLabelsServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcAccountLabelsServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcAccountLabelsServiceStub create(AccountLabelsServiceStubSettings settings)
Constructors
GrpcAccountLabelsServiceStub(AccountLabelsServiceStubSettings settings, ClientContext clientContext)
protected GrpcAccountLabelsServiceStub(AccountLabelsServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcAccountLabelsServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
GrpcAccountLabelsServiceStub(AccountLabelsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcAccountLabelsServiceStub(AccountLabelsServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcAccountLabelsServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Methods
public boolean awaitTermination(long duration, TimeUnit unit)
public final void close()
Overrides
public UnaryCallable<CreateAccountLabelRequest,AccountLabel> createAccountLabelCallable()
Overrides
public UnaryCallable<DeleteAccountLabelRequest,Empty> deleteAccountLabelCallable()
Overrides
public GrpcOperationsStub getOperationsStub()
public boolean isShutdown()
public boolean isTerminated()
public UnaryCallable<ListAccountLabelsRequest,ListAccountLabelsResponse> listAccountLabelsCallable()
Overrides
listAccountLabelsPagedCallable()
public UnaryCallable<ListAccountLabelsRequest,AccountLabelsServiceClient.ListAccountLabelsPagedResponse> listAccountLabelsPagedCallable()
Overrides
public void shutdownNow()
public UnaryCallable<UpdateAccountLabelRequest,AccountLabel> updateAccountLabelCallable()
Overrides