public final class VmwarePlatformDetails extends GeneratedMessageV3 implements VmwarePlatformDetailsOrBuilder
VMware specific details.
Protobuf type google.cloud.migrationcenter.v1.VmwarePlatformDetails
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > VmwarePlatformDetailsImplements
VmwarePlatformDetailsOrBuilderStatic Fields
ESX_VERSION_FIELD_NUMBER
public static final int ESX_VERSION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
OSID_FIELD_NUMBER
public static final int OSID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
VCENTER_FOLDER_FIELD_NUMBER
public static final int VCENTER_FOLDER_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
VCENTER_URI_FIELD_NUMBER
public static final int VCENTER_URI_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
VCENTER_VERSION_FIELD_NUMBER
public static final int VCENTER_VERSION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
VCENTER_VM_ID_FIELD_NUMBER
public static final int VCENTER_VM_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static VmwarePlatformDetails getDefaultInstance()
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static VmwarePlatformDetails.Builder newBuilder()
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails.Builder |
newBuilder(VmwarePlatformDetails prototype)
public static VmwarePlatformDetails.Builder newBuilder(VmwarePlatformDetails prototype)
Parameter | |
---|---|
Name | Description |
prototype |
VmwarePlatformDetails |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails.Builder |
parseDelimitedFrom(InputStream input)
public static VmwarePlatformDetails parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VmwarePlatformDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static VmwarePlatformDetails parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VmwarePlatformDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static VmwarePlatformDetails parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VmwarePlatformDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static VmwarePlatformDetails parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static VmwarePlatformDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static VmwarePlatformDetails parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static VmwarePlatformDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static VmwarePlatformDetails parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VmwarePlatformDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<VmwarePlatformDetails> parser()
Returns | |
---|---|
Type | Description |
Parser<VmwarePlatformDetails> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public VmwarePlatformDetails getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails |
getEsxVersion()
public String getEsxVersion()
ESX version.
string esx_version = 2;
Returns | |
---|---|
Type | Description |
String |
The esxVersion. |
getEsxVersionBytes()
public ByteString getEsxVersionBytes()
ESX version.
string esx_version = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for esxVersion. |
getOsid()
public String getOsid()
string osid = 3;
Returns | |
---|---|
Type | Description |
String |
The osid. |
getOsidBytes()
public ByteString getOsidBytes()
string osid = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for osid. |
getParserForType()
public Parser<VmwarePlatformDetails> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<VmwarePlatformDetails> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getVcenterFolder()
public String getVcenterFolder()
Folder name in vCenter where asset resides.
string vcenter_folder = 4;
Returns | |
---|---|
Type | Description |
String |
The vcenterFolder. |
getVcenterFolderBytes()
public ByteString getVcenterFolderBytes()
Folder name in vCenter where asset resides.
string vcenter_folder = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for vcenterFolder. |
getVcenterUri()
public String getVcenterUri()
vCenter URI used in collection.
string vcenter_uri = 5;
Returns | |
---|---|
Type | Description |
String |
The vcenterUri. |
getVcenterUriBytes()
public ByteString getVcenterUriBytes()
vCenter URI used in collection.
string vcenter_uri = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for vcenterUri. |
getVcenterVersion()
public String getVcenterVersion()
vCenter version.
string vcenter_version = 1;
Returns | |
---|---|
Type | Description |
String |
The vcenterVersion. |
getVcenterVersionBytes()
public ByteString getVcenterVersionBytes()
vCenter version.
string vcenter_version = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for vcenterVersion. |
getVcenterVmId()
public String getVcenterVmId()
vCenter VM ID.
string vcenter_vm_id = 6;
Returns | |
---|---|
Type | Description |
String |
The vcenterVmId. |
getVcenterVmIdBytes()
public ByteString getVcenterVmIdBytes()
vCenter VM ID.
string vcenter_vm_id = 6;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for vcenterVmId. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public VmwarePlatformDetails.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VmwarePlatformDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public VmwarePlatformDetails.Builder toBuilder()
Returns | |
---|---|
Type | Description |
VmwarePlatformDetails.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |