Class VmwarePlatformDetails (0.5.0)

public final class VmwarePlatformDetails extends GeneratedMessageV3 implements VmwarePlatformDetailsOrBuilder

VMware specific details.

Protobuf type google.cloud.migrationcenter.v1.VmwarePlatformDetails

Static Fields

ESX_VERSION_FIELD_NUMBER

public static final int ESX_VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

OSID_FIELD_NUMBER

public static final int OSID_FIELD_NUMBER
Field Value
TypeDescription
int

VCENTER_FOLDER_FIELD_NUMBER

public static final int VCENTER_FOLDER_FIELD_NUMBER
Field Value
TypeDescription
int

VCENTER_URI_FIELD_NUMBER

public static final int VCENTER_URI_FIELD_NUMBER
Field Value
TypeDescription
int

VCENTER_VERSION_FIELD_NUMBER

public static final int VCENTER_VERSION_FIELD_NUMBER
Field Value
TypeDescription
int

VCENTER_VM_ID_FIELD_NUMBER

public static final int VCENTER_VM_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VmwarePlatformDetails getDefaultInstance()
Returns
TypeDescription
VmwarePlatformDetails

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static VmwarePlatformDetails.Builder newBuilder()
Returns
TypeDescription
VmwarePlatformDetails.Builder

newBuilder(VmwarePlatformDetails prototype)

public static VmwarePlatformDetails.Builder newBuilder(VmwarePlatformDetails prototype)
Parameter
NameDescription
prototypeVmwarePlatformDetails
Returns
TypeDescription
VmwarePlatformDetails.Builder

parseDelimitedFrom(InputStream input)

public static VmwarePlatformDetails parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VmwarePlatformDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static VmwarePlatformDetails parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static VmwarePlatformDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static VmwarePlatformDetails parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static VmwarePlatformDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static VmwarePlatformDetails parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static VmwarePlatformDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static VmwarePlatformDetails parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static VmwarePlatformDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static VmwarePlatformDetails parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static VmwarePlatformDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VmwarePlatformDetails
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<VmwarePlatformDetails> parser()
Returns
TypeDescription
Parser<VmwarePlatformDetails>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public VmwarePlatformDetails getDefaultInstanceForType()
Returns
TypeDescription
VmwarePlatformDetails

getEsxVersion()

public String getEsxVersion()

ESX version.

string esx_version = 2;

Returns
TypeDescription
String

The esxVersion.

getEsxVersionBytes()

public ByteString getEsxVersionBytes()

ESX version.

string esx_version = 2;

Returns
TypeDescription
ByteString

The bytes for esxVersion.

getOsid()

public String getOsid()
Returns
TypeDescription
String

The osid.

getOsidBytes()

public ByteString getOsidBytes()
Returns
TypeDescription
ByteString

The bytes for osid.

getParserForType()

public Parser<VmwarePlatformDetails> getParserForType()
Returns
TypeDescription
Parser<VmwarePlatformDetails>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getVcenterFolder()

public String getVcenterFolder()

Folder name in vCenter where asset resides.

string vcenter_folder = 4;

Returns
TypeDescription
String

The vcenterFolder.

getVcenterFolderBytes()

public ByteString getVcenterFolderBytes()

Folder name in vCenter where asset resides.

string vcenter_folder = 4;

Returns
TypeDescription
ByteString

The bytes for vcenterFolder.

getVcenterUri()

public String getVcenterUri()

vCenter URI used in collection.

string vcenter_uri = 5;

Returns
TypeDescription
String

The vcenterUri.

getVcenterUriBytes()

public ByteString getVcenterUriBytes()

vCenter URI used in collection.

string vcenter_uri = 5;

Returns
TypeDescription
ByteString

The bytes for vcenterUri.

getVcenterVersion()

public String getVcenterVersion()

vCenter version.

string vcenter_version = 1;

Returns
TypeDescription
String

The vcenterVersion.

getVcenterVersionBytes()

public ByteString getVcenterVersionBytes()

vCenter version.

string vcenter_version = 1;

Returns
TypeDescription
ByteString

The bytes for vcenterVersion.

getVcenterVmId()

public String getVcenterVmId()

vCenter VM ID.

string vcenter_vm_id = 6;

Returns
TypeDescription
String

The vcenterVmId.

getVcenterVmIdBytes()

public ByteString getVcenterVmIdBytes()

vCenter VM ID.

string vcenter_vm_id = 6;

Returns
TypeDescription
ByteString

The bytes for vcenterVmId.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public VmwarePlatformDetails.Builder newBuilderForType()
Returns
TypeDescription
VmwarePlatformDetails.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected VmwarePlatformDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
VmwarePlatformDetails.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public VmwarePlatformDetails.Builder toBuilder()
Returns
TypeDescription
VmwarePlatformDetails.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException