Class GrpcRegistrationServiceStub (2.43.0)

public class GrpcRegistrationServiceStub extends RegistrationServiceStub

gRPC stub implementation for the RegistrationService service API.

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

Inheritance

java.lang.Object > RegistrationServiceStub > GrpcRegistrationServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(RegistrationServiceStubSettings settings)

public static final GrpcRegistrationServiceStub create(RegistrationServiceStubSettings settings)
Parameter
Name Description
settings RegistrationServiceStubSettings
Returns
Type Description
GrpcRegistrationServiceStub
Exceptions
Type Description
IOException

Constructors

GrpcRegistrationServiceStub(RegistrationServiceStubSettings settings, ClientContext clientContext)

protected GrpcRegistrationServiceStub(RegistrationServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcRegistrationServiceStub, 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 RegistrationServiceStubSettings
clientContext ClientContext

GrpcRegistrationServiceStub(RegistrationServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcRegistrationServiceStub(RegistrationServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcRegistrationServiceStub, 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 RegistrationServiceStubSettings
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

createEndpointCallable()

public UnaryCallable<CreateEndpointRequest,Endpoint> createEndpointCallable()
Returns
Type Description
UnaryCallable<CreateEndpointRequest,Endpoint>
Overrides

createNamespaceCallable()

public UnaryCallable<CreateNamespaceRequest,Namespace> createNamespaceCallable()
Returns
Type Description
UnaryCallable<CreateNamespaceRequest,Namespace>
Overrides

createServiceCallable()

public UnaryCallable<CreateServiceRequest,Service> createServiceCallable()
Returns
Type Description
UnaryCallable<CreateServiceRequest,Service>
Overrides

deleteEndpointCallable()

public UnaryCallable<DeleteEndpointRequest,Empty> deleteEndpointCallable()
Returns
Type Description
UnaryCallable<DeleteEndpointRequest,Empty>
Overrides

deleteNamespaceCallable()

public UnaryCallable<DeleteNamespaceRequest,Empty> deleteNamespaceCallable()
Returns
Type Description
UnaryCallable<DeleteNamespaceRequest,Empty>
Overrides

deleteServiceCallable()

public UnaryCallable<DeleteServiceRequest,Empty> deleteServiceCallable()
Returns
Type Description
UnaryCallable<DeleteServiceRequest,Empty>
Overrides

getEndpointCallable()

public UnaryCallable<GetEndpointRequest,Endpoint> getEndpointCallable()
Returns
Type Description
UnaryCallable<GetEndpointRequest,Endpoint>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

getLocationCallable()

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

getNamespaceCallable()

public UnaryCallable<GetNamespaceRequest,Namespace> getNamespaceCallable()
Returns
Type Description
UnaryCallable<GetNamespaceRequest,Namespace>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

getServiceCallable()

public UnaryCallable<GetServiceRequest,Service> getServiceCallable()
Returns
Type Description
UnaryCallable<GetServiceRequest,Service>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listEndpointsCallable()

public UnaryCallable<ListEndpointsRequest,ListEndpointsResponse> listEndpointsCallable()
Returns
Type Description
UnaryCallable<ListEndpointsRequest,ListEndpointsResponse>
Overrides

listEndpointsPagedCallable()

public UnaryCallable<ListEndpointsRequest,RegistrationServiceClient.ListEndpointsPagedResponse> listEndpointsPagedCallable()
Returns
Type Description
UnaryCallable<ListEndpointsRequest,ListEndpointsPagedResponse>
Overrides

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,RegistrationServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

listNamespacesCallable()

public UnaryCallable<ListNamespacesRequest,ListNamespacesResponse> listNamespacesCallable()
Returns
Type Description
UnaryCallable<ListNamespacesRequest,ListNamespacesResponse>
Overrides

listNamespacesPagedCallable()

public UnaryCallable<ListNamespacesRequest,RegistrationServiceClient.ListNamespacesPagedResponse> listNamespacesPagedCallable()
Returns
Type Description
UnaryCallable<ListNamespacesRequest,ListNamespacesPagedResponse>
Overrides

listServicesCallable()

public UnaryCallable<ListServicesRequest,ListServicesResponse> listServicesCallable()
Returns
Type Description
UnaryCallable<ListServicesRequest,ListServicesResponse>
Overrides

listServicesPagedCallable()

public UnaryCallable<ListServicesRequest,RegistrationServiceClient.ListServicesPagedResponse> listServicesPagedCallable()
Returns
Type Description
UnaryCallable<ListServicesRequest,ListServicesPagedResponse>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

updateEndpointCallable()

public UnaryCallable<UpdateEndpointRequest,Endpoint> updateEndpointCallable()
Returns
Type Description
UnaryCallable<UpdateEndpointRequest,Endpoint>
Overrides

updateNamespaceCallable()

public UnaryCallable<UpdateNamespaceRequest,Namespace> updateNamespaceCallable()
Returns
Type Description
UnaryCallable<UpdateNamespaceRequest,Namespace>
Overrides

updateServiceCallable()

public UnaryCallable<UpdateServiceRequest,Service> updateServiceCallable()
Returns
Type Description
UnaryCallable<UpdateServiceRequest,Service>
Overrides