Class UrlMapsStub (1.6.0-beta)

public abstract class UrlMapsStub implements BackgroundResource

Base stub class for the UrlMaps service API.

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

Inheritance

java.lang.Object > UrlMapsStub

Implements

BackgroundResource

Constructors

UrlMapsStub()

public UrlMapsStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsAggregatedList> aggregatedListCallable()
Returns

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteUrlMapRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

public OperationCallable<DeleteUrlMapRequest,Operation,Operation> deleteOperationCallable()
Returns

getCallable()

public UnaryCallable<GetUrlMapRequest,UrlMap> getCallable()
Returns

insertCallable()

public UnaryCallable<InsertUrlMapRequest,Operation> insertCallable()
Returns

insertOperationCallable()

public OperationCallable<InsertUrlMapRequest,Operation,Operation> insertOperationCallable()
Returns

invalidateCacheCallable()

public UnaryCallable<InvalidateCacheUrlMapRequest,Operation> invalidateCacheCallable()
Returns

invalidateCacheOperationCallable()

public OperationCallable<InvalidateCacheUrlMapRequest,Operation,Operation> invalidateCacheOperationCallable()
Returns

listCallable()

public UnaryCallable<ListUrlMapsRequest,UrlMapList> listCallable()
Returns

listPagedCallable()

public UnaryCallable<ListUrlMapsRequest,UrlMapsClient.ListPagedResponse> listPagedCallable()
Returns

patchCallable()

public UnaryCallable<PatchUrlMapRequest,Operation> patchCallable()
Returns

patchOperationCallable()

public OperationCallable<PatchUrlMapRequest,Operation,Operation> patchOperationCallable()
Returns

updateCallable()

public UnaryCallable<UpdateUrlMapRequest,Operation> updateCallable()
Returns

updateOperationCallable()

public OperationCallable<UpdateUrlMapRequest,Operation,Operation> updateOperationCallable()
Returns

validateCallable()

public UnaryCallable<ValidateUrlMapRequest,UrlMapsValidateResponse> validateCallable()
Returns