Class VSphereScan (0.3.0)

public final class VSphereScan extends GeneratedMessageV3 implements VSphereScanOrBuilder

Message describing a MC Source of type VSphere Scan.

Protobuf type google.cloud.rapidmigrationassessment.v1.VSphereScan

Static Fields

CORE_SOURCE_FIELD_NUMBER

public static final int CORE_SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static VSphereScan getDefaultInstance()
Returns
TypeDescription
VSphereScan

getDescriptor()

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

newBuilder()

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

newBuilder(VSphereScan prototype)

public static VSphereScan.Builder newBuilder(VSphereScan prototype)
Parameter
NameDescription
prototypeVSphereScan
Returns
TypeDescription
VSphereScan.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCoreSource()

public String getCoreSource()

reference to the corresponding VSphere Scan in MC Source.

string core_source = 1;

Returns
TypeDescription
String

The coreSource.

getCoreSourceBytes()

public ByteString getCoreSourceBytes()

reference to the corresponding VSphere Scan in MC Source.

string core_source = 1;

Returns
TypeDescription
ByteString

The bytes for coreSource.

getDefaultInstanceForType()

public VSphereScan getDefaultInstanceForType()
Returns
TypeDescription
VSphereScan

getParserForType()

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

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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