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
TypeDescription
UnaryCallable<DeleteGlobalAddressRequest,Operation>

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetGlobalAddressRequest,Address> getCallable()
Returns
TypeDescription
UnaryCallable<GetGlobalAddressRequest,Address>

insertCallable()

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

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListGlobalAddressesRequest,AddressList> listCallable()
Returns
TypeDescription
UnaryCallable<ListGlobalAddressesRequest,AddressList>

listPagedCallable()

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