Class UrlMapsStub (1.53.0)

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

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteUrlMapRequest,Operation> deleteCallable()
Returns
Type Description
UnaryCallable<DeleteUrlMapRequest,Operation>

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetUrlMapRequest,UrlMap> getCallable()
Returns
Type Description
UnaryCallable<GetUrlMapRequest,UrlMap>

insertCallable()

public UnaryCallable<InsertUrlMapRequest,Operation> insertCallable()
Returns
Type Description
UnaryCallable<InsertUrlMapRequest,Operation>

insertOperationCallable()

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

invalidateCacheCallable()

public UnaryCallable<InvalidateCacheUrlMapRequest,Operation> invalidateCacheCallable()
Returns
Type Description
UnaryCallable<InvalidateCacheUrlMapRequest,Operation>

invalidateCacheOperationCallable()

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

listCallable()

public UnaryCallable<ListUrlMapsRequest,UrlMapList> listCallable()
Returns
Type Description
UnaryCallable<ListUrlMapsRequest,UrlMapList>

listPagedCallable()

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

patchCallable()

public UnaryCallable<PatchUrlMapRequest,Operation> patchCallable()
Returns
Type Description
UnaryCallable<PatchUrlMapRequest,Operation>

patchOperationCallable()

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

updateCallable()

public UnaryCallable<UpdateUrlMapRequest,Operation> updateCallable()
Returns
Type Description
UnaryCallable<UpdateUrlMapRequest,Operation>

updateOperationCallable()

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

validateCallable()

public UnaryCallable<ValidateUrlMapRequest,UrlMapsValidateResponse> validateCallable()
Returns
Type Description
UnaryCallable<ValidateUrlMapRequest,UrlMapsValidateResponse>