public class GrpcAdminServiceStub extends AdminServiceStub
gRPC stub implementation for the AdminService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcAdminServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcAdminServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(AdminServiceStubSettings settings)
public static final GrpcAdminServiceStub create(AdminServiceStubSettings settings)
Constructors
GrpcAdminServiceStub(AdminServiceStubSettings settings, ClientContext clientContext)
protected GrpcAdminServiceStub(AdminServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcAdminServiceStub, 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.
GrpcAdminServiceStub(AdminServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcAdminServiceStub(AdminServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcAdminServiceStub, 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.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
createReservationCallable()
public UnaryCallable<CreateReservationRequest,Reservation> createReservationCallable()
Overrides
createSubscriptionCallable()
public UnaryCallable<CreateSubscriptionRequest,Subscription> createSubscriptionCallable()
Overrides
createTopicCallable()
public UnaryCallable<CreateTopicRequest,Topic> createTopicCallable()
Overrides
deleteReservationCallable()
public UnaryCallable<DeleteReservationRequest,Empty> deleteReservationCallable()
Overrides
deleteSubscriptionCallable()
public UnaryCallable<DeleteSubscriptionRequest,Empty> deleteSubscriptionCallable()
Overrides
deleteTopicCallable()
public UnaryCallable<DeleteTopicRequest,Empty> deleteTopicCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Overrides
getReservationCallable()
public UnaryCallable<GetReservationRequest,Reservation> getReservationCallable()
Overrides
getSubscriptionCallable()
public UnaryCallable<GetSubscriptionRequest,Subscription> getSubscriptionCallable()
Overrides
getTopicCallable()
public UnaryCallable<GetTopicRequest,Topic> getTopicCallable()
Overrides
getTopicPartitionsCallable()
public UnaryCallable<GetTopicPartitionsRequest,TopicPartitions> getTopicPartitionsCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listReservationTopicsCallable()
public UnaryCallable<ListReservationTopicsRequest,ListReservationTopicsResponse> listReservationTopicsCallable()
Overrides
listReservationTopicsPagedCallable()
public UnaryCallable<ListReservationTopicsRequest,AdminServiceClient.ListReservationTopicsPagedResponse> listReservationTopicsPagedCallable()
Overrides
listReservationsCallable()
public UnaryCallable<ListReservationsRequest,ListReservationsResponse> listReservationsCallable()
Overrides
listReservationsPagedCallable()
public UnaryCallable<ListReservationsRequest,AdminServiceClient.ListReservationsPagedResponse> listReservationsPagedCallable()
Overrides
listSubscriptionsCallable()
public UnaryCallable<ListSubscriptionsRequest,ListSubscriptionsResponse> listSubscriptionsCallable()
Overrides
listSubscriptionsPagedCallable()
public UnaryCallable<ListSubscriptionsRequest,AdminServiceClient.ListSubscriptionsPagedResponse> listSubscriptionsPagedCallable()
Overrides
listTopicSubscriptionsCallable()
public UnaryCallable<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> listTopicSubscriptionsCallable()
Overrides
listTopicSubscriptionsPagedCallable()
public UnaryCallable<ListTopicSubscriptionsRequest,AdminServiceClient.ListTopicSubscriptionsPagedResponse> listTopicSubscriptionsPagedCallable()
Overrides
listTopicsCallable()
public UnaryCallable<ListTopicsRequest,ListTopicsResponse> listTopicsCallable()
Overrides
listTopicsPagedCallable()
public UnaryCallable<ListTopicsRequest,AdminServiceClient.ListTopicsPagedResponse> listTopicsPagedCallable()
Overrides
seekSubscriptionCallable()
public UnaryCallable<SeekSubscriptionRequest,Operation> seekSubscriptionCallable()
Overrides
seekSubscriptionOperationCallable()
public OperationCallable<SeekSubscriptionRequest,SeekSubscriptionResponse,OperationMetadata> seekSubscriptionOperationCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateReservationCallable()
public UnaryCallable<UpdateReservationRequest,Reservation> updateReservationCallable()
Overrides
updateSubscriptionCallable()
public UnaryCallable<UpdateSubscriptionRequest,Subscription> updateSubscriptionCallable()
Overrides
updateTopicCallable()
public UnaryCallable<UpdateTopicRequest,Topic> updateTopicCallable()
Overrides