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

deleteOperationCallable()

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

getCallable()

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

insertCallable()

public UnaryCallable<InsertUrlMapRequest,Operation> insertCallable()

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

listPagedCallable()

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

patchCallable()

public UnaryCallable<PatchUrlMapRequest,Operation> patchCallable()

patchOperationCallable()

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

updateCallable()

public UnaryCallable<UpdateUrlMapRequest,Operation> updateCallable()

updateOperationCallable()

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

validateCallable()

public UnaryCallable<ValidateUrlMapRequest,UrlMapsValidateResponse> validateCallable()