Class RegistrationServiceStub

public abstract class RegistrationServiceStub implements BackgroundResource

Base stub class for the RegistrationService service API.

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

Inheritance

java.lang.Object > RegistrationServiceStub

Implements

BackgroundResource

Constructors

RegistrationServiceStub()

public RegistrationServiceStub()

Methods

close()

public abstract void close()

createEndpointCallable()

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

createNamespaceCallable()

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

createServiceCallable()

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

deleteEndpointCallable()

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

deleteNamespaceCallable()

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

deleteServiceCallable()

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

getEndpointCallable()

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

getIamPolicyCallable()

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

getNamespaceCallable()

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

getServiceCallable()

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

listEndpointsCallable()

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

listEndpointsPagedCallable()

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

listNamespacesCallable()

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

listNamespacesPagedCallable()

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

listServicesCallable()

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

listServicesPagedCallable()

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

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

updateEndpointCallable()

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

updateNamespaceCallable()

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

updateServiceCallable()

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