Class RapidMigrationAssessmentGrpc
- java.lang.Object
-
- com.google.cloud.rapidmigrationassessment.v1.RapidMigrationAssessmentGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/rapidmigrationassessment/v1/rapidmigrationassessment.proto") public final class RapidMigrationAssessmentGrpc extends Object
Rapid Migration Assessment service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
RapidMigrationAssessmentGrpc.AsyncService
Rapid Migration Assessment servicestatic class
RapidMigrationAssessmentGrpc.RapidMigrationAssessmentBlockingStub
A stub to allow clients to do synchronous rpc calls to service RapidMigrationAssessment.static class
RapidMigrationAssessmentGrpc.RapidMigrationAssessmentFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service RapidMigrationAssessment.static class
RapidMigrationAssessmentGrpc.RapidMigrationAssessmentImplBase
Base class for the server implementation of the service RapidMigrationAssessment.static class
RapidMigrationAssessmentGrpc.RapidMigrationAssessmentStub
A stub to allow clients to do asynchronous rpc calls to service RapidMigrationAssessment.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(RapidMigrationAssessmentGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateAnnotationRequest,com.google.longrunning.Operation>
getCreateAnnotationMethod()
static io.grpc.MethodDescriptor<CreateCollectorRequest,com.google.longrunning.Operation>
getCreateCollectorMethod()
static io.grpc.MethodDescriptor<DeleteCollectorRequest,com.google.longrunning.Operation>
getDeleteCollectorMethod()
static io.grpc.MethodDescriptor<GetAnnotationRequest,Annotation>
getGetAnnotationMethod()
static io.grpc.MethodDescriptor<GetCollectorRequest,Collector>
getGetCollectorMethod()
static io.grpc.MethodDescriptor<ListCollectorsRequest,ListCollectorsResponse>
getListCollectorsMethod()
static io.grpc.MethodDescriptor<PauseCollectorRequest,com.google.longrunning.Operation>
getPauseCollectorMethod()
static io.grpc.MethodDescriptor<RegisterCollectorRequest,com.google.longrunning.Operation>
getRegisterCollectorMethod()
static io.grpc.MethodDescriptor<ResumeCollectorRequest,com.google.longrunning.Operation>
getResumeCollectorMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateCollectorRequest,com.google.longrunning.Operation>
getUpdateCollectorMethod()
static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic RapidMigrationAssessmentGrpc.RapidMigrationAssessmentFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic RapidMigrationAssessmentGrpc.RapidMigrationAssessmentStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateCollectorMethod
public static io.grpc.MethodDescriptor<CreateCollectorRequest,com.google.longrunning.Operation> getCreateCollectorMethod()
-
getCreateAnnotationMethod
public static io.grpc.MethodDescriptor<CreateAnnotationRequest,com.google.longrunning.Operation> getCreateAnnotationMethod()
-
getGetAnnotationMethod
public static io.grpc.MethodDescriptor<GetAnnotationRequest,Annotation> getGetAnnotationMethod()
-
getListCollectorsMethod
public static io.grpc.MethodDescriptor<ListCollectorsRequest,ListCollectorsResponse> getListCollectorsMethod()
-
getGetCollectorMethod
public static io.grpc.MethodDescriptor<GetCollectorRequest,Collector> getGetCollectorMethod()
-
getUpdateCollectorMethod
public static io.grpc.MethodDescriptor<UpdateCollectorRequest,com.google.longrunning.Operation> getUpdateCollectorMethod()
-
getDeleteCollectorMethod
public static io.grpc.MethodDescriptor<DeleteCollectorRequest,com.google.longrunning.Operation> getDeleteCollectorMethod()
-
getResumeCollectorMethod
public static io.grpc.MethodDescriptor<ResumeCollectorRequest,com.google.longrunning.Operation> getResumeCollectorMethod()
-
getRegisterCollectorMethod
public static io.grpc.MethodDescriptor<RegisterCollectorRequest,com.google.longrunning.Operation> getRegisterCollectorMethod()
-
getPauseCollectorMethod
public static io.grpc.MethodDescriptor<PauseCollectorRequest,com.google.longrunning.Operation> getPauseCollectorMethod()
-
newStub
public static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(RapidMigrationAssessmentGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-