public class HttpJsonUrlMapsStub extends UrlMapsStub
REST stub implementation for the UrlMaps service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonUrlMapsStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonUrlMapsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(UrlMapsStubSettings settings)
public static final HttpJsonUrlMapsStub create(UrlMapsStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Constructors
HttpJsonUrlMapsStub(UrlMapsStubSettings settings, ClientContext clientContext)
protected HttpJsonUrlMapsStub(UrlMapsStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonUrlMapsStub, 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.
HttpJsonUrlMapsStub(UrlMapsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonUrlMapsStub(UrlMapsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonUrlMapsStub, 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.
Methods
aggregatedListCallable()
public UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsAggregatedList> aggregatedListCallable()
Overrides
aggregatedListPagedCallable()
public UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Overrides
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
deleteCallable()
public UnaryCallable<DeleteUrlMapRequest,Operation> deleteCallable()
Overrides
deleteOperationCallable()
public OperationCallable<DeleteUrlMapRequest,Operation,Operation> deleteOperationCallable()
Overrides
getCallable()
public UnaryCallable<GetUrlMapRequest,UrlMap> getCallable()
Overrides
insertCallable()
public UnaryCallable<InsertUrlMapRequest,Operation> insertCallable()
Overrides
insertOperationCallable()
public OperationCallable<InsertUrlMapRequest,Operation,Operation> insertOperationCallable()
Overrides
invalidateCacheCallable()
public UnaryCallable<InvalidateCacheUrlMapRequest,Operation> invalidateCacheCallable()
Overrides
invalidateCacheOperationCallable()
public OperationCallable<InvalidateCacheUrlMapRequest,Operation,Operation> invalidateCacheOperationCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listCallable()
public UnaryCallable<ListUrlMapsRequest,UrlMapList> listCallable()
Overrides
listPagedCallable()
public UnaryCallable<ListUrlMapsRequest,UrlMapsClient.ListPagedResponse> listPagedCallable()
Overrides
patchCallable()
public UnaryCallable<PatchUrlMapRequest,Operation> patchCallable()
Overrides
patchOperationCallable()
public OperationCallable<PatchUrlMapRequest,Operation,Operation> patchOperationCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateCallable()
public UnaryCallable<UpdateUrlMapRequest,Operation> updateCallable()
Overrides
updateOperationCallable()
public OperationCallable<UpdateUrlMapRequest,Operation,Operation> updateOperationCallable()
Overrides
validateCallable()
public UnaryCallable<ValidateUrlMapRequest,UrlMapsValidateResponse> validateCallable()
Overrides