Class GlobalAddressesStub (1.6.0-beta)

public abstract class GlobalAddressesStub implements BackgroundResource

Base stub class for the GlobalAddresses service API.

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

Inheritance

java.lang.Object > GlobalAddressesStub

Implements

BackgroundResource

Constructors

GlobalAddressesStub()

public GlobalAddressesStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteGlobalAddressRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetGlobalAddressRequest,Address> getCallable()
Returns

insertCallable()

public UnaryCallable<InsertGlobalAddressRequest,Operation> insertCallable()
Returns

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListGlobalAddressesRequest,AddressList> listCallable()
Returns

listPagedCallable()

public UnaryCallable<ListGlobalAddressesRequest,GlobalAddressesClient.ListPagedResponse> listPagedCallable()
Returns