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
TypeDescription
UnaryCallable<AggregatedListUrlMapsRequest,UrlMapsAggregatedList>

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteUrlMapRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteUrlMapRequest,Operation>

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetUrlMapRequest,UrlMap> getCallable()
Returns
TypeDescription
UnaryCallable<GetUrlMapRequest,UrlMap>

insertCallable()

public UnaryCallable<InsertUrlMapRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertUrlMapRequest,Operation>

insertOperationCallable()

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

invalidateCacheCallable()

public UnaryCallable<InvalidateCacheUrlMapRequest,Operation> invalidateCacheCallable()
Returns
TypeDescription
UnaryCallable<InvalidateCacheUrlMapRequest,Operation>

invalidateCacheOperationCallable()

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

listCallable()

public UnaryCallable<ListUrlMapsRequest,UrlMapList> listCallable()
Returns
TypeDescription
UnaryCallable<ListUrlMapsRequest,UrlMapList>

listPagedCallable()

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

patchCallable()

public UnaryCallable<PatchUrlMapRequest,Operation> patchCallable()
Returns
TypeDescription
UnaryCallable<PatchUrlMapRequest,Operation>

patchOperationCallable()

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

updateCallable()

public UnaryCallable<UpdateUrlMapRequest,Operation> updateCallable()
Returns
TypeDescription
UnaryCallable<UpdateUrlMapRequest,Operation>

updateOperationCallable()

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

validateCallable()

public UnaryCallable<ValidateUrlMapRequest,UrlMapsValidateResponse> validateCallable()
Returns
TypeDescription
UnaryCallable<ValidateUrlMapRequest,UrlMapsValidateResponse>