All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(AdminServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<CreateReservationRequest,Reservation> |
getCreateReservationMethod() |
|
static io.grpc.MethodDescriptor<CreateSubscriptionRequest,Subscription> |
getCreateSubscriptionMethod() |
|
static io.grpc.MethodDescriptor<CreateTopicRequest,Topic> |
getCreateTopicMethod() |
|
static io.grpc.MethodDescriptor<DeleteReservationRequest,com.google.protobuf.Empty> |
getDeleteReservationMethod() |
|
static io.grpc.MethodDescriptor<DeleteSubscriptionRequest,com.google.protobuf.Empty> |
getDeleteSubscriptionMethod() |
|
static io.grpc.MethodDescriptor<DeleteTopicRequest,com.google.protobuf.Empty> |
getDeleteTopicMethod() |
|
static io.grpc.MethodDescriptor<GetReservationRequest,Reservation> |
getGetReservationMethod() |
|
static io.grpc.MethodDescriptor<GetSubscriptionRequest,Subscription> |
getGetSubscriptionMethod() |
|
static io.grpc.MethodDescriptor<GetTopicRequest,Topic> |
getGetTopicMethod() |
|
static io.grpc.MethodDescriptor<GetTopicPartitionsRequest,TopicPartitions> |
getGetTopicPartitionsMethod() |
|
static io.grpc.MethodDescriptor<ListReservationsRequest,ListReservationsResponse> |
getListReservationsMethod() |
|
static io.grpc.MethodDescriptor<ListReservationTopicsRequest,ListReservationTopicsResponse> |
getListReservationTopicsMethod() |
|
static io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse> |
getListSubscriptionsMethod() |
|
static io.grpc.MethodDescriptor<ListTopicsRequest,ListTopicsResponse> |
getListTopicsMethod() |
|
static io.grpc.MethodDescriptor<ListTopicSubscriptionsRequest,ListTopicSubscriptionsResponse> |
getListTopicSubscriptionsMethod() |
|
static io.grpc.MethodDescriptor<SeekSubscriptionRequest,com.google.longrunning.Operation> |
getSeekSubscriptionMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateReservationRequest,Reservation> |
getUpdateReservationMethod() |
|
static io.grpc.MethodDescriptor<UpdateSubscriptionRequest,Subscription> |
getUpdateSubscriptionMethod() |
|
static io.grpc.MethodDescriptor<UpdateTopicRequest,Topic> |
getUpdateTopicMethod() |
|
static AdminServiceGrpc.AdminServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AdminServiceGrpc.AdminServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AdminServiceGrpc.AdminServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|