Uses of Class
com.google.cloud.migrationcenter.v1.GetReportRequest
-
Packages that use GetReportRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of GetReportRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return GetReportRequest Modifier and Type Method Description GetReportRequest
GetReportRequest.Builder. build()
GetReportRequest
GetReportRequest.Builder. buildPartial()
static GetReportRequest
GetReportRequest. getDefaultInstance()
GetReportRequest
GetReportRequest.Builder. getDefaultInstanceForType()
GetReportRequest
GetReportRequest. getDefaultInstanceForType()
static GetReportRequest
GetReportRequest. parseDelimitedFrom(InputStream input)
static GetReportRequest
GetReportRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportRequest
GetReportRequest. parseFrom(byte[] data)
static GetReportRequest
GetReportRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportRequest
GetReportRequest. parseFrom(com.google.protobuf.ByteString data)
static GetReportRequest
GetReportRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportRequest
GetReportRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetReportRequest
GetReportRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportRequest
GetReportRequest. parseFrom(InputStream input)
static GetReportRequest
GetReportRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReportRequest
GetReportRequest. parseFrom(ByteBuffer data)
static GetReportRequest
GetReportRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type GetReportRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetReportRequest,Report>
MigrationCenterGrpc. getGetReportMethod()
com.google.protobuf.Parser<GetReportRequest>
GetReportRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetReportRequest,Report>
MigrationCenterClient. getReportCallable()
Gets details of a single Report.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetReportRequest,Report>
MigrationCenterSettings.Builder. getReportSettings()
Returns the builder for the settings used for calls to getReport.com.google.api.gax.rpc.UnaryCallSettings<GetReportRequest,Report>
MigrationCenterSettings. getReportSettings()
Returns the object with the settings used for calls to getReport.static com.google.protobuf.Parser<GetReportRequest>
GetReportRequest. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type GetReportRequest Modifier and Type Method Description Report
MigrationCenterClient. getReport(GetReportRequest request)
Gets details of a single Report.default void
MigrationCenterGrpc.AsyncService. getReport(GetReportRequest request, io.grpc.stub.StreamObserver<Report> responseObserver)
Gets details of a single Report.Report
MigrationCenterGrpc.MigrationCenterBlockingStub. getReport(GetReportRequest request)
Gets details of a single Report.com.google.common.util.concurrent.ListenableFuture<Report>
MigrationCenterGrpc.MigrationCenterFutureStub. getReport(GetReportRequest request)
Gets details of a single Report.void
MigrationCenterGrpc.MigrationCenterStub. getReport(GetReportRequest request, io.grpc.stub.StreamObserver<Report> responseObserver)
Gets details of a single Report.GetReportRequest.Builder
GetReportRequest.Builder. mergeFrom(GetReportRequest other)
static GetReportRequest.Builder
GetReportRequest. newBuilder(GetReportRequest prototype)
-
Uses of GetReportRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type GetReportRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetReportRequest,Report>
GrpcMigrationCenterStub. getReportCallable()
com.google.api.gax.rpc.UnaryCallable<GetReportRequest,Report>
HttpJsonMigrationCenterStub. getReportCallable()
com.google.api.gax.rpc.UnaryCallable<GetReportRequest,Report>
MigrationCenterStub. getReportCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetReportRequest,Report>
MigrationCenterStubSettings.Builder. getReportSettings()
Returns the builder for the settings used for calls to getReport.com.google.api.gax.rpc.UnaryCallSettings<GetReportRequest,Report>
MigrationCenterStubSettings. getReportSettings()
Returns the object with the settings used for calls to getReport.
-