Uses of Class
com.google.cloud.rapidmigrationassessment.v1.GetAnnotationRequest
-
Packages that use GetAnnotationRequest Package Description com.google.cloud.rapidmigrationassessment.v1 A client to Rapid Migration Assessment APIcom.google.cloud.rapidmigrationassessment.v1.stub -
-
Uses of GetAnnotationRequest in com.google.cloud.rapidmigrationassessment.v1
Methods in com.google.cloud.rapidmigrationassessment.v1 that return GetAnnotationRequest Modifier and Type Method Description GetAnnotationRequest
GetAnnotationRequest.Builder. build()
GetAnnotationRequest
GetAnnotationRequest.Builder. buildPartial()
static GetAnnotationRequest
GetAnnotationRequest. getDefaultInstance()
GetAnnotationRequest
GetAnnotationRequest.Builder. getDefaultInstanceForType()
GetAnnotationRequest
GetAnnotationRequest. getDefaultInstanceForType()
static GetAnnotationRequest
GetAnnotationRequest. parseDelimitedFrom(InputStream input)
static GetAnnotationRequest
GetAnnotationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(byte[] data)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(com.google.protobuf.ByteString data)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(InputStream input)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(ByteBuffer data)
static GetAnnotationRequest
GetAnnotationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.rapidmigrationassessment.v1 that return types with arguments of type GetAnnotationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAnnotationRequest,Annotation>
RapidMigrationAssessmentClient. getAnnotationCallable()
Gets details of a single Annotation.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationRequest,Annotation>
RapidMigrationAssessmentSettings.Builder. getAnnotationSettings()
Returns the builder for the settings used for calls to getAnnotation.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationRequest,Annotation>
RapidMigrationAssessmentSettings. getAnnotationSettings()
Returns the object with the settings used for calls to getAnnotation.static io.grpc.MethodDescriptor<GetAnnotationRequest,Annotation>
RapidMigrationAssessmentGrpc. getGetAnnotationMethod()
com.google.protobuf.Parser<GetAnnotationRequest>
GetAnnotationRequest. getParserForType()
static com.google.protobuf.Parser<GetAnnotationRequest>
GetAnnotationRequest. parser()
Methods in com.google.cloud.rapidmigrationassessment.v1 with parameters of type GetAnnotationRequest Modifier and Type Method Description Annotation
RapidMigrationAssessmentClient. getAnnotation(GetAnnotationRequest request)
Gets details of a single Annotation.default void
RapidMigrationAssessmentGrpc.AsyncService. getAnnotation(GetAnnotationRequest request, io.grpc.stub.StreamObserver<Annotation> responseObserver)
Gets details of a single Annotation.Annotation
RapidMigrationAssessmentGrpc.RapidMigrationAssessmentBlockingStub. getAnnotation(GetAnnotationRequest request)
Gets details of a single Annotation.com.google.common.util.concurrent.ListenableFuture<Annotation>
RapidMigrationAssessmentGrpc.RapidMigrationAssessmentFutureStub. getAnnotation(GetAnnotationRequest request)
Gets details of a single Annotation.void
RapidMigrationAssessmentGrpc.RapidMigrationAssessmentStub. getAnnotation(GetAnnotationRequest request, io.grpc.stub.StreamObserver<Annotation> responseObserver)
Gets details of a single Annotation.GetAnnotationRequest.Builder
GetAnnotationRequest.Builder. mergeFrom(GetAnnotationRequest other)
static GetAnnotationRequest.Builder
GetAnnotationRequest. newBuilder(GetAnnotationRequest prototype)
-
Uses of GetAnnotationRequest in com.google.cloud.rapidmigrationassessment.v1.stub
Methods in com.google.cloud.rapidmigrationassessment.v1.stub that return types with arguments of type GetAnnotationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAnnotationRequest,Annotation>
GrpcRapidMigrationAssessmentStub. getAnnotationCallable()
com.google.api.gax.rpc.UnaryCallable<GetAnnotationRequest,Annotation>
HttpJsonRapidMigrationAssessmentStub. getAnnotationCallable()
com.google.api.gax.rpc.UnaryCallable<GetAnnotationRequest,Annotation>
RapidMigrationAssessmentStub. getAnnotationCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAnnotationRequest,Annotation>
RapidMigrationAssessmentStubSettings.Builder. getAnnotationSettings()
Returns the builder for the settings used for calls to getAnnotation.com.google.api.gax.rpc.UnaryCallSettings<GetAnnotationRequest,Annotation>
RapidMigrationAssessmentStubSettings. getAnnotationSettings()
Returns the object with the settings used for calls to getAnnotation.
-