All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(ReservationServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<CreateAssignmentRequest,Assignment> |
getCreateAssignmentMethod() |
|
static io.grpc.MethodDescriptor<CreateCapacityCommitmentRequest,CapacityCommitment> |
getCreateCapacityCommitmentMethod() |
|
static io.grpc.MethodDescriptor<CreateReservationRequest,Reservation> |
getCreateReservationMethod() |
|
static io.grpc.MethodDescriptor<DeleteAssignmentRequest,com.google.protobuf.Empty> |
getDeleteAssignmentMethod() |
|
static io.grpc.MethodDescriptor<DeleteCapacityCommitmentRequest,com.google.protobuf.Empty> |
getDeleteCapacityCommitmentMethod() |
|
static io.grpc.MethodDescriptor<DeleteReservationRequest,com.google.protobuf.Empty> |
getDeleteReservationMethod() |
|
static io.grpc.MethodDescriptor<GetBiReservationRequest,BiReservation> |
getGetBiReservationMethod() |
|
static io.grpc.MethodDescriptor<GetCapacityCommitmentRequest,CapacityCommitment> |
getGetCapacityCommitmentMethod() |
|
static io.grpc.MethodDescriptor<GetReservationRequest,Reservation> |
getGetReservationMethod() |
|
static io.grpc.MethodDescriptor<ListAssignmentsRequest,ListAssignmentsResponse> |
getListAssignmentsMethod() |
|
static io.grpc.MethodDescriptor<ListCapacityCommitmentsRequest,ListCapacityCommitmentsResponse> |
getListCapacityCommitmentsMethod() |
|
static io.grpc.MethodDescriptor<ListReservationsRequest,ListReservationsResponse> |
getListReservationsMethod() |
|
static io.grpc.MethodDescriptor<MergeCapacityCommitmentsRequest,CapacityCommitment> |
getMergeCapacityCommitmentsMethod() |
|
static io.grpc.MethodDescriptor<MoveAssignmentRequest,Assignment> |
getMoveAssignmentMethod() |
|
static io.grpc.MethodDescriptor<SearchAllAssignmentsRequest,SearchAllAssignmentsResponse> |
getSearchAllAssignmentsMethod() |
|
static io.grpc.MethodDescriptor<SearchAssignmentsRequest,SearchAssignmentsResponse> |
getSearchAssignmentsMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<SplitCapacityCommitmentRequest,SplitCapacityCommitmentResponse> |
getSplitCapacityCommitmentMethod() |
|
static io.grpc.MethodDescriptor<UpdateAssignmentRequest,Assignment> |
getUpdateAssignmentMethod() |
|
static io.grpc.MethodDescriptor<UpdateBiReservationRequest,BiReservation> |
getUpdateBiReservationMethod() |
|
static io.grpc.MethodDescriptor<UpdateCapacityCommitmentRequest,CapacityCommitment> |
getUpdateCapacityCommitmentMethod() |
|
static io.grpc.MethodDescriptor<UpdateReservationRequest,Reservation> |
getUpdateReservationMethod() |
|
static ReservationServiceGrpc.ReservationServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ReservationServiceGrpc.ReservationServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ReservationServiceGrpc.ReservationServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|