Class GrpcRegistrationServiceStub (2.5.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
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcRegistrationServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcRegistrationServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcRegistrationServiceStub
Exceptions
TypeDescription
IOException

create(RegistrationServiceStubSettings settings)

public static final GrpcRegistrationServiceStub create(RegistrationServiceStubSettings settings)
Parameter
NameDescription
settingsRegistrationServiceStubSettings
Returns
TypeDescription
GrpcRegistrationServiceStub
Exceptions
TypeDescription
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
NameDescription
settingsRegistrationServiceStubSettings
clientContextClientContext

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
NameDescription
settingsRegistrationServiceStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createEndpointCallable()

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

createNamespaceCallable()

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

createServiceCallable()

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

deleteEndpointCallable()

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

deleteNamespaceCallable()

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

deleteServiceCallable()

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

getEndpointCallable()

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

getIamPolicyCallable()

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

getNamespaceCallable()

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

getServiceCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listEndpointsCallable()

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

listEndpointsPagedCallable()

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

listNamespacesCallable()

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

listNamespacesPagedCallable()

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

listServicesCallable()

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

listServicesPagedCallable()

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

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
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
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

updateEndpointCallable()

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

updateNamespaceCallable()

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

updateServiceCallable()

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