Class AddressesStub (1.6.0-beta)

public abstract class AddressesStub implements BackgroundResource

Base stub class for the Addresses service API.

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

Inheritance

java.lang.Object > AddressesStub

Implements

BackgroundResource

Constructors

AddressesStub()

public AddressesStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListAddressesRequest,AddressAggregatedList> aggregatedListCallable()
Returns

aggregatedListPagedCallable()

public UnaryCallable<AggregatedListAddressesRequest,AddressesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
Returns

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteAddressRequest,Operation> deleteCallable()
Returns

deleteOperationCallable()

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

getCallable()

public UnaryCallable<GetAddressRequest,Address> getCallable()
Returns

insertCallable()

public UnaryCallable<InsertAddressRequest,Operation> insertCallable()
Returns

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListAddressesRequest,AddressList> listCallable()
Returns

listPagedCallable()

public UnaryCallable<ListAddressesRequest,AddressesClient.ListPagedResponse> listPagedCallable()
Returns