Uses of Class
com.google.cloud.migrationcenter.v1.PlatformDetails
-
Packages that use PlatformDetails Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of PlatformDetails in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return PlatformDetails Modifier and Type Method Description PlatformDetails
PlatformDetails.Builder. build()
PlatformDetails
PlatformDetails.Builder. buildPartial()
static PlatformDetails
PlatformDetails. getDefaultInstance()
PlatformDetails
PlatformDetails.Builder. getDefaultInstanceForType()
PlatformDetails
PlatformDetails. getDefaultInstanceForType()
PlatformDetails
MachineDetails.Builder. getPlatform()
Platform specific information.PlatformDetails
MachineDetails. getPlatform()
Platform specific information.PlatformDetails
MachineDetailsOrBuilder. getPlatform()
Platform specific information.static PlatformDetails
PlatformDetails. parseDelimitedFrom(InputStream input)
static PlatformDetails
PlatformDetails. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlatformDetails
PlatformDetails. parseFrom(byte[] data)
static PlatformDetails
PlatformDetails. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlatformDetails
PlatformDetails. parseFrom(com.google.protobuf.ByteString data)
static PlatformDetails
PlatformDetails. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlatformDetails
PlatformDetails. parseFrom(com.google.protobuf.CodedInputStream input)
static PlatformDetails
PlatformDetails. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlatformDetails
PlatformDetails. parseFrom(InputStream input)
static PlatformDetails
PlatformDetails. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PlatformDetails
PlatformDetails. parseFrom(ByteBuffer data)
static PlatformDetails
PlatformDetails. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type PlatformDetails Modifier and Type Method Description com.google.protobuf.Parser<PlatformDetails>
PlatformDetails. getParserForType()
static com.google.protobuf.Parser<PlatformDetails>
PlatformDetails. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type PlatformDetails Modifier and Type Method Description PlatformDetails.Builder
PlatformDetails.Builder. mergeFrom(PlatformDetails other)
MachineDetails.Builder
MachineDetails.Builder. mergePlatform(PlatformDetails value)
Platform specific information.static PlatformDetails.Builder
PlatformDetails. newBuilder(PlatformDetails prototype)
MachineDetails.Builder
MachineDetails.Builder. setPlatform(PlatformDetails value)
Platform specific information.
-