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