@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/rapidmigrationassessment/v1/rapidmigrationassessment.proto") public final class RapidMigrationAssessmentGrpc extends Object
Service describing handlers for resources.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RapidMigrationAssessmentGrpc.AsyncService
Service describing handlers for resources.
|
static 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateCollectorRequest,com.google.longrunning.Operation> getCreateCollectorMethod()
public static io.grpc.MethodDescriptor<CreateAnnotationRequest,com.google.longrunning.Operation> getCreateAnnotationMethod()
public static io.grpc.MethodDescriptor<GetAnnotationRequest,Annotation> getGetAnnotationMethod()
public static io.grpc.MethodDescriptor<ListCollectorsRequest,ListCollectorsResponse> getListCollectorsMethod()
public static io.grpc.MethodDescriptor<GetCollectorRequest,Collector> getGetCollectorMethod()
public static io.grpc.MethodDescriptor<UpdateCollectorRequest,com.google.longrunning.Operation> getUpdateCollectorMethod()
public static io.grpc.MethodDescriptor<DeleteCollectorRequest,com.google.longrunning.Operation> getDeleteCollectorMethod()
public static io.grpc.MethodDescriptor<ResumeCollectorRequest,com.google.longrunning.Operation> getResumeCollectorMethod()
public static io.grpc.MethodDescriptor<RegisterCollectorRequest,com.google.longrunning.Operation> getRegisterCollectorMethod()
public static io.grpc.MethodDescriptor<PauseCollectorRequest,com.google.longrunning.Operation> getPauseCollectorMethod()
public static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentStub newStub(io.grpc.Channel channel)
public static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentBlockingStub newBlockingStub(io.grpc.Channel channel)
public static RapidMigrationAssessmentGrpc.RapidMigrationAssessmentFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(RapidMigrationAssessmentGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.