public final class PlatformDetails extends com.google.protobuf.GeneratedMessageV3 implements PlatformDetailsOrBuilder
Information about the platform.Protobuf type
google.cloud.migrationcenter.v1.PlatformDetails| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformDetails.Builder
Information about the platform.
|
static class |
PlatformDetails.VendorDetailsCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
AWS_EC2_DETAILS_FIELD_NUMBER |
static int |
AZURE_VM_DETAILS_FIELD_NUMBER |
static int |
GENERIC_DETAILS_FIELD_NUMBER |
static int |
PHYSICAL_DETAILS_FIELD_NUMBER |
static int |
VMWARE_DETAILS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AwsEc2PlatformDetails |
getAwsEc2Details()
AWS EC2 specific details.
|
AwsEc2PlatformDetailsOrBuilder |
getAwsEc2DetailsOrBuilder()
AWS EC2 specific details.
|
AzureVmPlatformDetails |
getAzureVmDetails()
Azure VM specific details.
|
AzureVmPlatformDetailsOrBuilder |
getAzureVmDetailsOrBuilder()
Azure VM specific details.
|
static PlatformDetails |
getDefaultInstance() |
PlatformDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
GenericPlatformDetails |
getGenericDetails()
Generic platform details.
|
GenericPlatformDetailsOrBuilder |
getGenericDetailsOrBuilder()
Generic platform details.
|
com.google.protobuf.Parser<PlatformDetails> |
getParserForType() |
PhysicalPlatformDetails |
getPhysicalDetails()
Physical machines platform details.
|
PhysicalPlatformDetailsOrBuilder |
getPhysicalDetailsOrBuilder()
Physical machines platform details.
|
int |
getSerializedSize() |
PlatformDetails.VendorDetailsCase |
getVendorDetailsCase() |
VmwarePlatformDetails |
getVmwareDetails()
VMware specific details.
|
VmwarePlatformDetailsOrBuilder |
getVmwareDetailsOrBuilder()
VMware specific details.
|
boolean |
hasAwsEc2Details()
AWS EC2 specific details.
|
boolean |
hasAzureVmDetails()
Azure VM specific details.
|
boolean |
hasGenericDetails()
Generic platform details.
|
int |
hashCode() |
boolean |
hasPhysicalDetails()
Physical machines platform details.
|
boolean |
hasVmwareDetails()
VMware specific details.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PlatformDetails.Builder |
newBuilder() |
static PlatformDetails.Builder |
newBuilder(PlatformDetails prototype) |
PlatformDetails.Builder |
newBuilderForType() |
protected PlatformDetails.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PlatformDetails |
parseDelimitedFrom(InputStream input) |
static PlatformDetails |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformDetails |
parseFrom(byte[] data) |
static PlatformDetails |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformDetails |
parseFrom(ByteBuffer data) |
static PlatformDetails |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformDetails |
parseFrom(com.google.protobuf.ByteString data) |
static PlatformDetails |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformDetails |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PlatformDetails |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PlatformDetails |
parseFrom(InputStream input) |
static PlatformDetails |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PlatformDetails> |
parser() |
PlatformDetails.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int VMWARE_DETAILS_FIELD_NUMBER
public static final int AWS_EC2_DETAILS_FIELD_NUMBER
public static final int AZURE_VM_DETAILS_FIELD_NUMBER
public static final int GENERIC_DETAILS_FIELD_NUMBER
public static final int PHYSICAL_DETAILS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public PlatformDetails.VendorDetailsCase getVendorDetailsCase()
getVendorDetailsCase in interface PlatformDetailsOrBuilderpublic boolean hasVmwareDetails()
VMware specific details.
.google.cloud.migrationcenter.v1.VmwarePlatformDetails vmware_details = 1;hasVmwareDetails in interface PlatformDetailsOrBuilderpublic VmwarePlatformDetails getVmwareDetails()
VMware specific details.
.google.cloud.migrationcenter.v1.VmwarePlatformDetails vmware_details = 1;getVmwareDetails in interface PlatformDetailsOrBuilderpublic VmwarePlatformDetailsOrBuilder getVmwareDetailsOrBuilder()
VMware specific details.
.google.cloud.migrationcenter.v1.VmwarePlatformDetails vmware_details = 1;getVmwareDetailsOrBuilder in interface PlatformDetailsOrBuilderpublic boolean hasAwsEc2Details()
AWS EC2 specific details.
.google.cloud.migrationcenter.v1.AwsEc2PlatformDetails aws_ec2_details = 2;hasAwsEc2Details in interface PlatformDetailsOrBuilderpublic AwsEc2PlatformDetails getAwsEc2Details()
AWS EC2 specific details.
.google.cloud.migrationcenter.v1.AwsEc2PlatformDetails aws_ec2_details = 2;getAwsEc2Details in interface PlatformDetailsOrBuilderpublic AwsEc2PlatformDetailsOrBuilder getAwsEc2DetailsOrBuilder()
AWS EC2 specific details.
.google.cloud.migrationcenter.v1.AwsEc2PlatformDetails aws_ec2_details = 2;getAwsEc2DetailsOrBuilder in interface PlatformDetailsOrBuilderpublic boolean hasAzureVmDetails()
Azure VM specific details.
.google.cloud.migrationcenter.v1.AzureVmPlatformDetails azure_vm_details = 3;hasAzureVmDetails in interface PlatformDetailsOrBuilderpublic AzureVmPlatformDetails getAzureVmDetails()
Azure VM specific details.
.google.cloud.migrationcenter.v1.AzureVmPlatformDetails azure_vm_details = 3;getAzureVmDetails in interface PlatformDetailsOrBuilderpublic AzureVmPlatformDetailsOrBuilder getAzureVmDetailsOrBuilder()
Azure VM specific details.
.google.cloud.migrationcenter.v1.AzureVmPlatformDetails azure_vm_details = 3;getAzureVmDetailsOrBuilder in interface PlatformDetailsOrBuilderpublic boolean hasGenericDetails()
Generic platform details.
.google.cloud.migrationcenter.v1.GenericPlatformDetails generic_details = 4;hasGenericDetails in interface PlatformDetailsOrBuilderpublic GenericPlatformDetails getGenericDetails()
Generic platform details.
.google.cloud.migrationcenter.v1.GenericPlatformDetails generic_details = 4;getGenericDetails in interface PlatformDetailsOrBuilderpublic GenericPlatformDetailsOrBuilder getGenericDetailsOrBuilder()
Generic platform details.
.google.cloud.migrationcenter.v1.GenericPlatformDetails generic_details = 4;getGenericDetailsOrBuilder in interface PlatformDetailsOrBuilderpublic boolean hasPhysicalDetails()
Physical machines platform details.
.google.cloud.migrationcenter.v1.PhysicalPlatformDetails physical_details = 5;hasPhysicalDetails in interface PlatformDetailsOrBuilderpublic PhysicalPlatformDetails getPhysicalDetails()
Physical machines platform details.
.google.cloud.migrationcenter.v1.PhysicalPlatformDetails physical_details = 5;getPhysicalDetails in interface PlatformDetailsOrBuilderpublic PhysicalPlatformDetailsOrBuilder getPhysicalDetailsOrBuilder()
Physical machines platform details.
.google.cloud.migrationcenter.v1.PhysicalPlatformDetails physical_details = 5;getPhysicalDetailsOrBuilder in interface PlatformDetailsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PlatformDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PlatformDetails parseFrom(InputStream input) throws IOException
IOExceptionpublic static PlatformDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlatformDetails parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PlatformDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PlatformDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PlatformDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PlatformDetails.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PlatformDetails.Builder newBuilder()
public static PlatformDetails.Builder newBuilder(PlatformDetails prototype)
public PlatformDetails.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PlatformDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PlatformDetails getDefaultInstance()
public static com.google.protobuf.Parser<PlatformDetails> parser()
public com.google.protobuf.Parser<PlatformDetails> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PlatformDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.