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