Class TermsOfServiceAgreementStateServiceGrpc.TermsOfServiceAgreementStateServiceFutureStub (0.5.0)

public static final class TermsOfServiceAgreementStateServiceGrpc.TermsOfServiceAgreementStateServiceFutureStub extends AbstractFutureStub<TermsOfServiceAgreementStateServiceGrpc.TermsOfServiceAgreementStateServiceFutureStub>

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

Service to support TermsOfServiceAgreementState API.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > TermsOfServiceAgreementStateServiceGrpc.TermsOfServiceAgreementStateServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected TermsOfServiceAgreementStateServiceGrpc.TermsOfServiceAgreementStateServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
TermsOfServiceAgreementStateServiceGrpc.TermsOfServiceAgreementStateServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getTermsOfServiceAgreementState(GetTermsOfServiceAgreementStateRequest request)

public ListenableFuture<TermsOfServiceAgreementState> getTermsOfServiceAgreementState(GetTermsOfServiceAgreementStateRequest request)

Returns the state of a terms of service agreement.

Parameter
Name Description
request GetTermsOfServiceAgreementStateRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<TermsOfServiceAgreementState>

retrieveForApplicationTermsOfServiceAgreementState(RetrieveForApplicationTermsOfServiceAgreementStateRequest request)

public ListenableFuture<TermsOfServiceAgreementState> retrieveForApplicationTermsOfServiceAgreementState(RetrieveForApplicationTermsOfServiceAgreementStateRequest request)

Retrieves the state of the agreement for the application terms of service.

Parameter
Name Description
request RetrieveForApplicationTermsOfServiceAgreementStateRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<TermsOfServiceAgreementState>