Class HttpJsonKeyTrackingServiceStub (0.28.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
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonKeyTrackingServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonKeyTrackingServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonKeyTrackingServiceStub
Exceptions
TypeDescription
IOException

create(KeyTrackingServiceStubSettings settings)

public static final HttpJsonKeyTrackingServiceStub create(KeyTrackingServiceStubSettings settings)
Parameter
NameDescription
settingsKeyTrackingServiceStubSettings
Returns
TypeDescription
HttpJsonKeyTrackingServiceStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
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
NameDescription
settingsKeyTrackingServiceStubSettings
clientContextClientContext

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
NameDescription
settingsKeyTrackingServiceStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

getProtectedResourcesSummaryCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

searchProtectedResourcesCallable()

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

searchProtectedResourcesPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()