Uses of Class
com.google.cloud.migrationcenter.v1.UploadFileInfo
-
Packages that use UploadFileInfo Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of UploadFileInfo in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return UploadFileInfo Modifier and Type Method Description UploadFileInfo
UploadFileInfo.Builder. build()
UploadFileInfo
UploadFileInfo.Builder. buildPartial()
static UploadFileInfo
UploadFileInfo. getDefaultInstance()
UploadFileInfo
UploadFileInfo.Builder. getDefaultInstanceForType()
UploadFileInfo
UploadFileInfo. getDefaultInstanceForType()
UploadFileInfo
ImportDataFile.Builder. getUploadFileInfo()
Information about a file that is uploaded to a storage service.UploadFileInfo
ImportDataFile. getUploadFileInfo()
Information about a file that is uploaded to a storage service.UploadFileInfo
ImportDataFileOrBuilder. getUploadFileInfo()
Information about a file that is uploaded to a storage service.static UploadFileInfo
UploadFileInfo. parseDelimitedFrom(InputStream input)
static UploadFileInfo
UploadFileInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadFileInfo
UploadFileInfo. parseFrom(byte[] data)
static UploadFileInfo
UploadFileInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadFileInfo
UploadFileInfo. parseFrom(com.google.protobuf.ByteString data)
static UploadFileInfo
UploadFileInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadFileInfo
UploadFileInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static UploadFileInfo
UploadFileInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadFileInfo
UploadFileInfo. parseFrom(InputStream input)
static UploadFileInfo
UploadFileInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UploadFileInfo
UploadFileInfo. parseFrom(ByteBuffer data)
static UploadFileInfo
UploadFileInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type UploadFileInfo Modifier and Type Method Description com.google.protobuf.Parser<UploadFileInfo>
UploadFileInfo. getParserForType()
static com.google.protobuf.Parser<UploadFileInfo>
UploadFileInfo. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type UploadFileInfo Modifier and Type Method Description UploadFileInfo.Builder
UploadFileInfo.Builder. mergeFrom(UploadFileInfo other)
ImportDataFile.Builder
ImportDataFile.Builder. mergeUploadFileInfo(UploadFileInfo value)
Information about a file that is uploaded to a storage service.static UploadFileInfo.Builder
UploadFileInfo. newBuilder(UploadFileInfo prototype)
ImportDataFile.Builder
ImportDataFile.Builder. setUploadFileInfo(UploadFileInfo value)
Information about a file that is uploaded to a storage service.
-