Class TermsOfServiceServiceGrpc.TermsOfServiceServiceFutureStub (0.14.0)

public static final class TermsOfServiceServiceGrpc.TermsOfServiceServiceFutureStub extends AbstractFutureStub<TermsOfServiceServiceGrpc.TermsOfServiceServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service TermsOfServiceService.

Service to support TermsOfService API.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > TermsOfServiceServiceGrpc.TermsOfServiceServiceFutureStub
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(java.time.Duration)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withOnReadyThreshold(int)
io.grpc.stub.AbstractStub.withWaitForReady()

Methods

acceptTermsOfService(AcceptTermsOfServiceRequest request)

public ListenableFuture<Empty> acceptTermsOfService(AcceptTermsOfServiceRequest request)

Accepts a TermsOfService. Executing this method requires admin access.

Parameter
Name Description
request AcceptTermsOfServiceRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Empty>

build(Channel channel, CallOptions callOptions)

protected TermsOfServiceServiceGrpc.TermsOfServiceServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getTermsOfService(GetTermsOfServiceRequest request)

public ListenableFuture<TermsOfService> getTermsOfService(GetTermsOfServiceRequest request)

Retrieves the TermsOfService associated with the provided version.

Parameter
Name Description
request GetTermsOfServiceRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<TermsOfService>

retrieveLatestTermsOfService(RetrieveLatestTermsOfServiceRequest request)

public ListenableFuture<TermsOfService> retrieveLatestTermsOfService(RetrieveLatestTermsOfServiceRequest request)

Retrieves the latest version of the TermsOfService for a given kind and region_code.

Parameter
Name Description
request RetrieveLatestTermsOfServiceRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<TermsOfService>