Class GrpcPhoneNumbersStub (4.64.0)

public class GrpcPhoneNumbersStub extends PhoneNumbersStub

gRPC stub implementation for the PhoneNumbers service API.

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

Inheritance

java.lang.Object > PhoneNumbersStub > GrpcPhoneNumbersStub

Static Methods

create(ClientContext clientContext)

public static final GrpcPhoneNumbersStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcPhoneNumbersStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcPhoneNumbersStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcPhoneNumbersStub
Exceptions
Type Description
IOException

create(PhoneNumbersStubSettings settings)

public static final GrpcPhoneNumbersStub create(PhoneNumbersStubSettings settings)
Parameter
Name Description
settings PhoneNumbersStubSettings
Returns
Type Description
GrpcPhoneNumbersStub
Exceptions
Type Description
IOException

Constructors

GrpcPhoneNumbersStub(PhoneNumbersStubSettings settings, ClientContext clientContext)

protected GrpcPhoneNumbersStub(PhoneNumbersStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcPhoneNumbersStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings PhoneNumbersStubSettings
clientContext ClientContext

GrpcPhoneNumbersStub(PhoneNumbersStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcPhoneNumbersStub(PhoneNumbersStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcPhoneNumbersStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings PhoneNumbersStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

deletePhoneNumberCallable()

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

getLocationCallable()

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listLocationsCallable()

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

listLocationsPagedCallable()

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

listPhoneNumbersCallable()

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

listPhoneNumbersPagedCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

undeletePhoneNumberCallable()

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

updatePhoneNumberCallable()

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