Class AdminServiceGrpc
java.lang.Object
com.google.cloud.pubsublite.proto.AdminServiceGrpc
@Generated(value="by gRPC proto compiler",
comments="Source: google/cloud/pubsublite/v1/admin.proto")
public final class AdminServiceGrpc
extends Object
The service that a client application uses to manage topics and subscriptions, such creating, listing, and deleting topics and subscriptions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA stub to allow clients to do synchronous rpc calls to service AdminService.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service AdminService.static classBase class for the server implementation of the service AdminService.static final classA stub to allow clients to do asynchronous rpc calls to service AdminService.static interfaceThe service that a client application uses to manage topics and subscriptions, such creating, listing, and deleting topics and subscriptions. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(AdminServiceGrpc.AsyncService service) static io.grpc.MethodDescriptor<CreateReservationRequest,Reservation> static io.grpc.MethodDescriptor<CreateSubscriptionRequest,Subscription> static io.grpc.MethodDescriptor<CreateTopicRequest,Topic> static io.grpc.MethodDescriptor<DeleteReservationRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<DeleteSubscriptionRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<GetReservationRequest,Reservation> static io.grpc.MethodDescriptor<GetSubscriptionRequest,Subscription> static io.grpc.MethodDescriptor<GetTopicRequest,Topic> static io.grpc.MethodDescriptor<GetTopicPartitionsRequest,TopicPartitions> static io.grpc.MethodDescriptor<ListReservationsRequest,ListReservationsResponse> static io.grpc.MethodDescriptor<ListReservationTopicsRequest,ListReservationTopicsResponse> static io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse> static io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse> static io.grpc.MethodDescriptor<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> static io.grpc.MethodDescriptor<SeekSubscriptionRequest,com.google.longrunning.Operation> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<UpdateReservationRequest,Reservation> static io.grpc.MethodDescriptor<UpdateSubscriptionRequest,Subscription> static io.grpc.MethodDescriptor<UpdateTopicRequest,Topic> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCreateTopicMethod
-
getGetTopicMethod
-
getGetTopicPartitionsMethod
public static io.grpc.MethodDescriptor<GetTopicPartitionsRequest,TopicPartitions> getGetTopicPartitionsMethod() -
getListTopicsMethod
-
getUpdateTopicMethod
-
getDeleteTopicMethod
public static io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty> getDeleteTopicMethod() -
getListTopicSubscriptionsMethod
public static io.grpc.MethodDescriptor<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> getListTopicSubscriptionsMethod() -
getCreateSubscriptionMethod
public static io.grpc.MethodDescriptor<CreateSubscriptionRequest,Subscription> getCreateSubscriptionMethod() -
getGetSubscriptionMethod
public static io.grpc.MethodDescriptor<GetSubscriptionRequest,Subscription> getGetSubscriptionMethod() -
getListSubscriptionsMethod
public static io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse> getListSubscriptionsMethod() -
getUpdateSubscriptionMethod
public static io.grpc.MethodDescriptor<UpdateSubscriptionRequest,Subscription> getUpdateSubscriptionMethod() -
getDeleteSubscriptionMethod
public static io.grpc.MethodDescriptor<DeleteSubscriptionRequest,com.google.protobuf.Empty> getDeleteSubscriptionMethod() -
getSeekSubscriptionMethod
public static io.grpc.MethodDescriptor<SeekSubscriptionRequest,com.google.longrunning.Operation> getSeekSubscriptionMethod() -
getCreateReservationMethod
public static io.grpc.MethodDescriptor<CreateReservationRequest,Reservation> getCreateReservationMethod() -
getGetReservationMethod
-
getListReservationsMethod
public static io.grpc.MethodDescriptor<ListReservationsRequest,ListReservationsResponse> getListReservationsMethod() -
getUpdateReservationMethod
public static io.grpc.MethodDescriptor<UpdateReservationRequest,Reservation> getUpdateReservationMethod() -
getDeleteReservationMethod
public static io.grpc.MethodDescriptor<DeleteReservationRequest,com.google.protobuf.Empty> getDeleteReservationMethod() -
getListReservationTopicsMethod
public static io.grpc.MethodDescriptor<ListReservationTopicsRequest,ListReservationTopicsResponse> getListReservationTopicsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
public static final io.grpc.ServerServiceDefinition bindService(AdminServiceGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-