Class GlobalAddressesStub (1.51.0)

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>

moveCallable()

public UnaryCallable<MoveGlobalAddressRequest,Operation> moveCallable()
Returns
TypeDescription
UnaryCallable<MoveGlobalAddressRequest,Operation>

moveOperationCallable()

public OperationCallable<MoveGlobalAddressRequest,Operation,Operation> moveOperationCallable()
Returns
TypeDescription
OperationCallable<MoveGlobalAddressRequest,Operation,Operation>

setLabelsCallable()

public UnaryCallable<SetLabelsGlobalAddressRequest,Operation> setLabelsCallable()
Returns
TypeDescription
UnaryCallable<SetLabelsGlobalAddressRequest,Operation>

setLabelsOperationCallable()

public OperationCallable<SetLabelsGlobalAddressRequest,Operation,Operation> setLabelsOperationCallable()
Returns
TypeDescription
OperationCallable<SetLabelsGlobalAddressRequest,Operation,Operation>