Class TermsOfServiceServiceGrpc.TermsOfServiceServiceBlockingV2Stub (0.18.0)

public static final class TermsOfServiceServiceGrpc.TermsOfServiceServiceBlockingV2Stub extends AbstractBlockingStub<TermsOfServiceServiceGrpc.TermsOfServiceServiceBlockingV2Stub>

A stub to allow clients to do synchronous rpc calls to service TermsOfServiceService.

Service to support TermsOfService API.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > TermsOfServiceServiceGrpc.TermsOfServiceServiceBlockingV2Stub

Methods

acceptTermsOfService(AcceptTermsOfServiceRequest request)

public Empty acceptTermsOfService(AcceptTermsOfServiceRequest request)

Accepts a TermsOfService. Executing this method requires admin access.

Parameter
Name Description
request AcceptTermsOfServiceRequest
Returns
Type Description
Empty

build(Channel channel, CallOptions callOptions)

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

getTermsOfService(GetTermsOfServiceRequest request)

public TermsOfService getTermsOfService(GetTermsOfServiceRequest request)

Retrieves the TermsOfService associated with the provided version.

Parameter
Name Description
request GetTermsOfServiceRequest
Returns
Type Description
TermsOfService

retrieveLatestTermsOfService(RetrieveLatestTermsOfServiceRequest request)

public 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
TermsOfService