Class HttpJsonKeyTrackingServiceStub (0.32.0)

public class HttpJsonKeyTrackingServiceStub extends KeyTrackingServiceStub

REST stub implementation for the KeyTrackingService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > KeyTrackingServiceStub > HttpJsonKeyTrackingServiceStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonKeyTrackingServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonKeyTrackingServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonKeyTrackingServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonKeyTrackingServiceStub
Exceptions
Type Description
IOException

create(KeyTrackingServiceStubSettings settings)

public static final HttpJsonKeyTrackingServiceStub create(KeyTrackingServiceStubSettings settings)
Parameter
Name Description
settings KeyTrackingServiceStubSettings
Returns
Type Description
HttpJsonKeyTrackingServiceStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonKeyTrackingServiceStub(KeyTrackingServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonKeyTrackingServiceStub(KeyTrackingServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonKeyTrackingServiceStub, 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.

Parameters
Name Description
settings KeyTrackingServiceStubSettings
clientContext ClientContext

HttpJsonKeyTrackingServiceStub(KeyTrackingServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonKeyTrackingServiceStub(KeyTrackingServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonKeyTrackingServiceStub, 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.

Parameters
Name Description
settings KeyTrackingServiceStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

getProtectedResourcesSummaryCallable()

public UnaryCallable<GetProtectedResourcesSummaryRequest,ProtectedResourcesSummary> getProtectedResourcesSummaryCallable()
Returns
Type Description
UnaryCallable<GetProtectedResourcesSummaryRequest,ProtectedResourcesSummary>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

searchProtectedResourcesCallable()

public UnaryCallable<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse> searchProtectedResourcesCallable()
Returns
Type Description
UnaryCallable<SearchProtectedResourcesRequest,SearchProtectedResourcesResponse>
Overrides

searchProtectedResourcesPagedCallable()

public UnaryCallable<SearchProtectedResourcesRequest,KeyTrackingServiceClient.SearchProtectedResourcesPagedResponse> searchProtectedResourcesPagedCallable()
Returns
Type Description
UnaryCallable<SearchProtectedResourcesRequest,SearchProtectedResourcesPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()