Class GuestOsDetails
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.migrationcenter.v1.GuestOsDetails
-
- All Implemented Interfaces:
GuestOsDetailsOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class GuestOsDetails extends com.google.protobuf.GeneratedMessageV3 implements GuestOsDetailsOrBuilder
Information from Guest-level collections.
Protobuf typegoogle.cloud.migrationcenter.v1.GuestOsDetails
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GuestOsDetails.Builder
Information from Guest-level collections.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONFIG_FIELD_NUMBER
static int
FAMILY_FIELD_NUMBER
static int
OS_NAME_FIELD_NUMBER
static int
RUNTIME_FIELD_NUMBER
static int
VERSION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
GuestConfigDetails
getConfig()
OS and app configuration.GuestConfigDetailsOrBuilder
getConfigOrBuilder()
OS and app configuration.static GuestOsDetails
getDefaultInstance()
GuestOsDetails
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
OperatingSystemFamily
getFamily()
What family the OS belong to, if known.int
getFamilyValue()
What family the OS belong to, if known.String
getOsName()
The name of the operating system.com.google.protobuf.ByteString
getOsNameBytes()
The name of the operating system.com.google.protobuf.Parser<GuestOsDetails>
getParserForType()
GuestRuntimeDetails
getRuntime()
Runtime information.GuestRuntimeDetailsOrBuilder
getRuntimeOrBuilder()
Runtime information.int
getSerializedSize()
String
getVersion()
The version of the operating system.com.google.protobuf.ByteString
getVersionBytes()
The version of the operating system.boolean
hasConfig()
OS and app configuration.int
hashCode()
boolean
hasRuntime()
Runtime information.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static GuestOsDetails.Builder
newBuilder()
static GuestOsDetails.Builder
newBuilder(GuestOsDetails prototype)
GuestOsDetails.Builder
newBuilderForType()
protected GuestOsDetails.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static GuestOsDetails
parseDelimitedFrom(InputStream input)
static GuestOsDetails
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
parseFrom(byte[] data)
static GuestOsDetails
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
parseFrom(com.google.protobuf.ByteString data)
static GuestOsDetails
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
parseFrom(com.google.protobuf.CodedInputStream input)
static GuestOsDetails
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
parseFrom(InputStream input)
static GuestOsDetails
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GuestOsDetails
parseFrom(ByteBuffer data)
static GuestOsDetails
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<GuestOsDetails>
parser()
GuestOsDetails.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
OS_NAME_FIELD_NUMBER
public static final int OS_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FAMILY_FIELD_NUMBER
public static final int FAMILY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONFIG_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RUNTIME_FIELD_NUMBER
public static final int RUNTIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getOsName
public String getOsName()
The name of the operating system.
string os_name = 1;
- Specified by:
getOsName
in interfaceGuestOsDetailsOrBuilder
- Returns:
- The osName.
-
getOsNameBytes
public com.google.protobuf.ByteString getOsNameBytes()
The name of the operating system.
string os_name = 1;
- Specified by:
getOsNameBytes
in interfaceGuestOsDetailsOrBuilder
- Returns:
- The bytes for osName.
-
getFamilyValue
public int getFamilyValue()
What family the OS belong to, if known.
.google.cloud.migrationcenter.v1.OperatingSystemFamily family = 2;
- Specified by:
getFamilyValue
in interfaceGuestOsDetailsOrBuilder
- Returns:
- The enum numeric value on the wire for family.
-
getFamily
public OperatingSystemFamily getFamily()
What family the OS belong to, if known.
.google.cloud.migrationcenter.v1.OperatingSystemFamily family = 2;
- Specified by:
getFamily
in interfaceGuestOsDetailsOrBuilder
- Returns:
- The family.
-
getVersion
public String getVersion()
The version of the operating system.
string version = 3;
- Specified by:
getVersion
in interfaceGuestOsDetailsOrBuilder
- Returns:
- The version.
-
getVersionBytes
public com.google.protobuf.ByteString getVersionBytes()
The version of the operating system.
string version = 3;
- Specified by:
getVersionBytes
in interfaceGuestOsDetailsOrBuilder
- Returns:
- The bytes for version.
-
hasConfig
public boolean hasConfig()
OS and app configuration.
.google.cloud.migrationcenter.v1.GuestConfigDetails config = 4;
- Specified by:
hasConfig
in interfaceGuestOsDetailsOrBuilder
- Returns:
- Whether the config field is set.
-
getConfig
public GuestConfigDetails getConfig()
OS and app configuration.
.google.cloud.migrationcenter.v1.GuestConfigDetails config = 4;
- Specified by:
getConfig
in interfaceGuestOsDetailsOrBuilder
- Returns:
- The config.
-
getConfigOrBuilder
public GuestConfigDetailsOrBuilder getConfigOrBuilder()
OS and app configuration.
.google.cloud.migrationcenter.v1.GuestConfigDetails config = 4;
- Specified by:
getConfigOrBuilder
in interfaceGuestOsDetailsOrBuilder
-
hasRuntime
public boolean hasRuntime()
Runtime information.
.google.cloud.migrationcenter.v1.GuestRuntimeDetails runtime = 5;
- Specified by:
hasRuntime
in interfaceGuestOsDetailsOrBuilder
- Returns:
- Whether the runtime field is set.
-
getRuntime
public GuestRuntimeDetails getRuntime()
Runtime information.
.google.cloud.migrationcenter.v1.GuestRuntimeDetails runtime = 5;
- Specified by:
getRuntime
in interfaceGuestOsDetailsOrBuilder
- Returns:
- The runtime.
-
getRuntimeOrBuilder
public GuestRuntimeDetailsOrBuilder getRuntimeOrBuilder()
Runtime information.
.google.cloud.migrationcenter.v1.GuestRuntimeDetails runtime = 5;
- Specified by:
getRuntimeOrBuilder
in interfaceGuestOsDetailsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static GuestOsDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestOsDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestOsDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestOsDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestOsDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestOsDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GuestOsDetails parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GuestOsDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GuestOsDetails parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GuestOsDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static GuestOsDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GuestOsDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public GuestOsDetails.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static GuestOsDetails.Builder newBuilder()
-
newBuilder
public static GuestOsDetails.Builder newBuilder(GuestOsDetails prototype)
-
toBuilder
public GuestOsDetails.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected GuestOsDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static GuestOsDetails getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<GuestOsDetails> parser()
-
getParserForType
public com.google.protobuf.Parser<GuestOsDetails> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public GuestOsDetails getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-