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 GetReportRequestGetReportRequest.Builder. build()GetReportRequestGetReportRequest.Builder. buildPartial()static GetReportRequestGetReportRequest. getDefaultInstance()GetReportRequestGetReportRequest.Builder. getDefaultInstanceForType()GetReportRequestGetReportRequest. getDefaultInstanceForType()static GetReportRequestGetReportRequest. parseDelimitedFrom(InputStream input)static GetReportRequestGetReportRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportRequestGetReportRequest. parseFrom(byte[] data)static GetReportRequestGetReportRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportRequestGetReportRequest. parseFrom(com.google.protobuf.ByteString data)static GetReportRequestGetReportRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportRequestGetReportRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetReportRequestGetReportRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportRequestGetReportRequest. parseFrom(InputStream input)static GetReportRequestGetReportRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReportRequestGetReportRequest. parseFrom(ByteBuffer data)static GetReportRequestGetReportRequest. 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 ReportMigrationCenterClient. getReport(GetReportRequest request)Gets details of a single Report.default voidMigrationCenterGrpc.AsyncService. getReport(GetReportRequest request, io.grpc.stub.StreamObserver<Report> responseObserver)Gets details of a single Report.ReportMigrationCenterGrpc.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.voidMigrationCenterGrpc.MigrationCenterStub. getReport(GetReportRequest request, io.grpc.stub.StreamObserver<Report> responseObserver)Gets details of a single Report.GetReportRequest.BuilderGetReportRequest.Builder. mergeFrom(GetReportRequest other)static GetReportRequest.BuilderGetReportRequest. 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.
-