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
TypeDescription
UnaryCallable<AggregatedListAddressesRequest,AddressAggregatedList>

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteAddressRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteAddressRequest,Operation>

deleteOperationCallable()

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

getCallable()

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

insertCallable()

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

insertOperationCallable()

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

listCallable()

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

listPagedCallable()

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