Class AzureVmPlatformDetails (0.24.0)

public final class AzureVmPlatformDetails extends GeneratedMessageV3 implements AzureVmPlatformDetailsOrBuilder

Azure VM specific details.

Protobuf type google.cloud.migrationcenter.v1.AzureVmPlatformDetails

Static Fields

LOCATION_FIELD_NUMBER

public static final int LOCATION_FIELD_NUMBER
Field Value
TypeDescription
int

MACHINE_TYPE_LABEL_FIELD_NUMBER

public static final int MACHINE_TYPE_LABEL_FIELD_NUMBER
Field Value
TypeDescription
int

PROVISIONING_STATE_FIELD_NUMBER

public static final int PROVISIONING_STATE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AzureVmPlatformDetails getDefaultInstance()
Returns
TypeDescription
AzureVmPlatformDetails

getDescriptor()

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

newBuilder()

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

newBuilder(AzureVmPlatformDetails prototype)

public static AzureVmPlatformDetails.Builder newBuilder(AzureVmPlatformDetails prototype)
Parameter
NameDescription
prototypeAzureVmPlatformDetails
Returns
TypeDescription
AzureVmPlatformDetails.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public AzureVmPlatformDetails getDefaultInstanceForType()
Returns
TypeDescription
AzureVmPlatformDetails

getLocation()

public String getLocation()

The location of the machine in the Azure format.

string location = 2;

Returns
TypeDescription
String

The location.

getLocationBytes()

public ByteString getLocationBytes()

The location of the machine in the Azure format.

string location = 2;

Returns
TypeDescription
ByteString

The bytes for location.

getMachineTypeLabel()

public String getMachineTypeLabel()

Azure platform's machine type label.

string machine_type_label = 1;

Returns
TypeDescription
String

The machineTypeLabel.

getMachineTypeLabelBytes()

public ByteString getMachineTypeLabelBytes()

Azure platform's machine type label.

string machine_type_label = 1;

Returns
TypeDescription
ByteString

The bytes for machineTypeLabel.

getParserForType()

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

getProvisioningState()

public String getProvisioningState()

Azure platform's provisioning state.

string provisioning_state = 3;

Returns
TypeDescription
String

The provisioningState.

getProvisioningStateBytes()

public ByteString getProvisioningStateBytes()

Azure platform's provisioning state.

string provisioning_state = 3;

Returns
TypeDescription
ByteString

The bytes for provisioningState.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 AzureVmPlatformDetails.Builder newBuilderForType()
Returns
TypeDescription
AzureVmPlatformDetails.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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