public static final class TermsOfServiceServiceGrpc.TermsOfServiceServiceStub extends AbstractAsyncStub<TermsOfServiceServiceGrpc.TermsOfServiceServiceStub>A stub to allow clients to do asynchronous rpc calls to service TermsOfServiceService.
Service to support TermsOfService API.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > TermsOfServiceServiceGrpc.TermsOfServiceServiceStubMethods
acceptTermsOfService(AcceptTermsOfServiceRequest request, StreamObserver<AcceptTermsOfServiceResponse> responseObserver)
public void acceptTermsOfService(AcceptTermsOfServiceRequest request, StreamObserver<AcceptTermsOfServiceResponse> responseObserver) Accepts a TermsOfService. Executing this method requires admin access.
| Parameters | |
|---|---|
| Name | Description |
request |
AcceptTermsOfServiceRequest |
responseObserver |
io.grpc.stub.StreamObserver<AcceptTermsOfServiceResponse> |
build(Channel channel, CallOptions callOptions)
protected TermsOfServiceServiceGrpc.TermsOfServiceServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
TermsOfServiceServiceGrpc.TermsOfServiceServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
getTermsOfService(GetTermsOfServiceRequest request, StreamObserver<TermsOfService> responseObserver)
public void getTermsOfService(GetTermsOfServiceRequest request, StreamObserver<TermsOfService> responseObserver) Retrieves the TermsOfService associated with the provided version.
| Parameters | |
|---|---|
| Name | Description |
request |
GetTermsOfServiceRequest |
responseObserver |
io.grpc.stub.StreamObserver<TermsOfService> |
retrieveLatestTermsOfService(RetrieveLatestTermsOfServiceRequest request, StreamObserver<TermsOfService> responseObserver)
public void retrieveLatestTermsOfService(RetrieveLatestTermsOfServiceRequest request, StreamObserver<TermsOfService> responseObserver) Retrieves the latest version of the TermsOfService for a given kind and
region_code.
| Parameters | |
|---|---|
| Name | Description |
request |
RetrieveLatestTermsOfServiceRequest |
responseObserver |
io.grpc.stub.StreamObserver<TermsOfService> |