Uses of Class
com.google.cloud.migrationcenter.v1.CreateReportRequest
-
Packages that use CreateReportRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of CreateReportRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return CreateReportRequest Modifier and Type Method Description CreateReportRequestCreateReportRequest.Builder. build()CreateReportRequestCreateReportRequest.Builder. buildPartial()static CreateReportRequestCreateReportRequest. getDefaultInstance()CreateReportRequestCreateReportRequest.Builder. getDefaultInstanceForType()CreateReportRequestCreateReportRequest. getDefaultInstanceForType()static CreateReportRequestCreateReportRequest. parseDelimitedFrom(InputStream input)static CreateReportRequestCreateReportRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReportRequestCreateReportRequest. parseFrom(byte[] data)static CreateReportRequestCreateReportRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReportRequestCreateReportRequest. parseFrom(com.google.protobuf.ByteString data)static CreateReportRequestCreateReportRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReportRequestCreateReportRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateReportRequestCreateReportRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReportRequestCreateReportRequest. parseFrom(InputStream input)static CreateReportRequestCreateReportRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateReportRequestCreateReportRequest. parseFrom(ByteBuffer data)static CreateReportRequestCreateReportRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type CreateReportRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateReportRequest,com.google.longrunning.Operation>MigrationCenterClient. createReportCallable()Creates a report.com.google.api.gax.rpc.OperationCallable<CreateReportRequest,Report,OperationMetadata>MigrationCenterClient. createReportOperationCallable()Creates a report.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateReportRequest,Report,OperationMetadata>MigrationCenterSettings.Builder. createReportOperationSettings()Returns the builder for the settings used for calls to createReport.com.google.api.gax.rpc.OperationCallSettings<CreateReportRequest,Report,OperationMetadata>MigrationCenterSettings. createReportOperationSettings()Returns the object with the settings used for calls to createReport.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateReportRequest,com.google.longrunning.Operation>MigrationCenterSettings.Builder. createReportSettings()Returns the builder for the settings used for calls to createReport.com.google.api.gax.rpc.UnaryCallSettings<CreateReportRequest,com.google.longrunning.Operation>MigrationCenterSettings. createReportSettings()Returns the object with the settings used for calls to createReport.static io.grpc.MethodDescriptor<CreateReportRequest,com.google.longrunning.Operation>MigrationCenterGrpc. getCreateReportMethod()com.google.protobuf.Parser<CreateReportRequest>CreateReportRequest. getParserForType()static com.google.protobuf.Parser<CreateReportRequest>CreateReportRequest. parser()Methods in com.google.cloud.migrationcenter.v1 with parameters of type CreateReportRequest Modifier and Type Method Description default voidMigrationCenterGrpc.AsyncService. createReport(CreateReportRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a report.com.google.longrunning.OperationMigrationCenterGrpc.MigrationCenterBlockingStub. createReport(CreateReportRequest request)Creates a report.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>MigrationCenterGrpc.MigrationCenterFutureStub. createReport(CreateReportRequest request)Creates a report.voidMigrationCenterGrpc.MigrationCenterStub. createReport(CreateReportRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a report.com.google.api.gax.longrunning.OperationFuture<Report,OperationMetadata>MigrationCenterClient. createReportAsync(CreateReportRequest request)Creates a report.CreateReportRequest.BuilderCreateReportRequest.Builder. mergeFrom(CreateReportRequest other)static CreateReportRequest.BuilderCreateReportRequest. newBuilder(CreateReportRequest prototype) -
Uses of CreateReportRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type CreateReportRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateReportRequest,com.google.longrunning.Operation>GrpcMigrationCenterStub. createReportCallable()com.google.api.gax.rpc.UnaryCallable<CreateReportRequest,com.google.longrunning.Operation>HttpJsonMigrationCenterStub. createReportCallable()com.google.api.gax.rpc.UnaryCallable<CreateReportRequest,com.google.longrunning.Operation>MigrationCenterStub. createReportCallable()com.google.api.gax.rpc.OperationCallable<CreateReportRequest,Report,OperationMetadata>GrpcMigrationCenterStub. createReportOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateReportRequest,Report,OperationMetadata>HttpJsonMigrationCenterStub. createReportOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateReportRequest,Report,OperationMetadata>MigrationCenterStub. createReportOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateReportRequest,Report,OperationMetadata>MigrationCenterStubSettings.Builder. createReportOperationSettings()Returns the builder for the settings used for calls to createReport.com.google.api.gax.rpc.OperationCallSettings<CreateReportRequest,Report,OperationMetadata>MigrationCenterStubSettings. createReportOperationSettings()Returns the object with the settings used for calls to createReport.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateReportRequest,com.google.longrunning.Operation>MigrationCenterStubSettings.Builder. createReportSettings()Returns the builder for the settings used for calls to createReport.com.google.api.gax.rpc.UnaryCallSettings<CreateReportRequest,com.google.longrunning.Operation>MigrationCenterStubSettings. createReportSettings()Returns the object with the settings used for calls to createReport.
-