Class GuestOsScan (0.11.0)

public final class GuestOsScan extends GeneratedMessageV3 implements GuestOsScanOrBuilder

Message describing a MC Source of type Guest OS Scan.

Protobuf type google.cloud.rapidmigrationassessment.v1.GuestOsScan

Static Fields

CORE_SOURCE_FIELD_NUMBER

public static final int CORE_SOURCE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static GuestOsScan getDefaultInstance()
Returns
TypeDescription
GuestOsScan

getDescriptor()

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

newBuilder()

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

newBuilder(GuestOsScan prototype)

public static GuestOsScan.Builder newBuilder(GuestOsScan prototype)
Parameter
NameDescription
prototypeGuestOsScan
Returns
TypeDescription
GuestOsScan.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCoreSource()

public String getCoreSource()

reference to the corresponding Guest OS Scan in MC Source.

string core_source = 1;

Returns
TypeDescription
String

The coreSource.

getCoreSourceBytes()

public ByteString getCoreSourceBytes()

reference to the corresponding Guest OS Scan in MC Source.

string core_source = 1;

Returns
TypeDescription
ByteString

The bytes for coreSource.

getDefaultInstanceForType()

public GuestOsScan getDefaultInstanceForType()
Returns
TypeDescription
GuestOsScan

getParserForType()

public Parser<GuestOsScan> getParserForType()
Returns
TypeDescription
Parser<GuestOsScan>
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 GuestOsScan.Builder newBuilderForType()
Returns
TypeDescription
GuestOsScan.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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