Class AddressesStub (1.23.0)

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.

java.lang.Object > AddressesStub
BackgroundResource

Constructors

AddressesStub()

public AddressesStub()

Methods

aggregatedListCallable()

public UnaryCallable<AggregatedListAddressesRequest,AddressAggregatedList> aggregatedListCallable()

aggregatedListPagedCallable()

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

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteAddressRequest,Operation> deleteCallable()

deleteOperationCallable()

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

getCallable()

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

insertCallable()

public UnaryCallable<InsertAddressRequest,Operation> insertCallable()

insertOperationCallable()

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

listCallable()

public UnaryCallable<ListAddressesRequest,AddressList> listCallable()

listPagedCallable()

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

setLabelsCallable()

public UnaryCallable<SetLabelsAddressRequest,Operation> setLabelsCallable()

setLabelsOperationCallable()

public OperationCallable<SetLabelsAddressRequest,Operation,Operation> setLabelsOperationCallable()