Class UrlMapsStub (1.68.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()

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

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

deleteOperationCallable()

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

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()

invalidateCacheCallable()

public UnaryCallable<InvalidateCacheUrlMapRequest,Operation> invalidateCacheCallable()

invalidateCacheOperationCallable()

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

listCallable()

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

listPagedCallable()

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

patchCallable()

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

patchOperationCallable()

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

updateCallable()

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

updateOperationCallable()

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

validateCallable()

public UnaryCallable<ValidateUrlMapRequest,UrlMapsValidateResponse> validateCallable()