Class PhoneNumbersStub (4.64.0)

public abstract class PhoneNumbersStub implements BackgroundResource

Base stub class for the PhoneNumbers service API.

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

Inheritance

java.lang.Object > PhoneNumbersStub

Implements

BackgroundResource

Constructors

PhoneNumbersStub()

public PhoneNumbersStub()

Methods

close()

public abstract void close()

deletePhoneNumberCallable()

public UnaryCallable<DeletePhoneNumberRequest,PhoneNumber> deletePhoneNumberCallable()
Returns
Type Description
UnaryCallable<DeletePhoneNumberRequest,PhoneNumber>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,PhoneNumbersClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listPhoneNumbersCallable()

public UnaryCallable<ListPhoneNumbersRequest,ListPhoneNumbersResponse> listPhoneNumbersCallable()
Returns
Type Description
UnaryCallable<ListPhoneNumbersRequest,ListPhoneNumbersResponse>

listPhoneNumbersPagedCallable()

public UnaryCallable<ListPhoneNumbersRequest,PhoneNumbersClient.ListPhoneNumbersPagedResponse> listPhoneNumbersPagedCallable()
Returns
Type Description
UnaryCallable<ListPhoneNumbersRequest,ListPhoneNumbersPagedResponse>

undeletePhoneNumberCallable()

public UnaryCallable<UndeletePhoneNumberRequest,PhoneNumber> undeletePhoneNumberCallable()
Returns
Type Description
UnaryCallable<UndeletePhoneNumberRequest,PhoneNumber>

updatePhoneNumberCallable()

public UnaryCallable<UpdatePhoneNumberRequest,PhoneNumber> updatePhoneNumberCallable()
Returns
Type Description
UnaryCallable<UpdatePhoneNumberRequest,PhoneNumber>