Package com.google.cloud.osconfig.v1
Class Inventory.OsInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.osconfig.v1.Inventory.OsInfo
-
- All Implemented Interfaces:
Inventory.OsInfoOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- Inventory
public static final class Inventory.OsInfo extends com.google.protobuf.GeneratedMessageV3 implements Inventory.OsInfoOrBuilder
Operating system information for the VM.
Protobuf typegoogle.cloud.osconfig.v1.Inventory.OsInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInventory.OsInfo.BuilderOperating system information for the VM.-
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 intARCHITECTURE_FIELD_NUMBERstatic intHOSTNAME_FIELD_NUMBERstatic intKERNEL_RELEASE_FIELD_NUMBERstatic intKERNEL_VERSION_FIELD_NUMBERstatic intLONG_NAME_FIELD_NUMBERstatic intOSCONFIG_AGENT_VERSION_FIELD_NUMBERstatic intSHORT_NAME_FIELD_NUMBERstatic intVERSION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetArchitecture()The system architecture of the operating system.com.google.protobuf.ByteStringgetArchitectureBytes()The system architecture of the operating system.static Inventory.OsInfogetDefaultInstance()Inventory.OsInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetHostname()The VM hostname.com.google.protobuf.ByteStringgetHostnameBytes()The VM hostname.StringgetKernelRelease()The kernel release of the operating system.com.google.protobuf.ByteStringgetKernelReleaseBytes()The kernel release of the operating system.StringgetKernelVersion()The kernel version of the operating system.com.google.protobuf.ByteStringgetKernelVersionBytes()The kernel version of the operating system.StringgetLongName()The operating system long name.com.google.protobuf.ByteStringgetLongNameBytes()The operating system long name.StringgetOsconfigAgentVersion()The current version of the OS Config agent running on the VM.com.google.protobuf.ByteStringgetOsconfigAgentVersionBytes()The current version of the OS Config agent running on the VM.com.google.protobuf.Parser<Inventory.OsInfo>getParserForType()intgetSerializedSize()StringgetShortName()The operating system short name.com.google.protobuf.ByteStringgetShortNameBytes()The operating system short name.StringgetVersion()The version of the operating system.com.google.protobuf.ByteStringgetVersionBytes()The version of the operating system.inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Inventory.OsInfo.BuildernewBuilder()static Inventory.OsInfo.BuildernewBuilder(Inventory.OsInfo prototype)Inventory.OsInfo.BuildernewBuilderForType()protected Inventory.OsInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Inventory.OsInfoparseDelimitedFrom(InputStream input)static Inventory.OsInfoparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Inventory.OsInfoparseFrom(byte[] data)static Inventory.OsInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Inventory.OsInfoparseFrom(com.google.protobuf.ByteString data)static Inventory.OsInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Inventory.OsInfoparseFrom(com.google.protobuf.CodedInputStream input)static Inventory.OsInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Inventory.OsInfoparseFrom(InputStream input)static Inventory.OsInfoparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Inventory.OsInfoparseFrom(ByteBuffer data)static Inventory.OsInfoparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Inventory.OsInfo>parser()Inventory.OsInfo.BuildertoBuilder()voidwriteTo(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
-
HOSTNAME_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LONG_NAME_FIELD_NUMBER
public static final int LONG_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHORT_NAME_FIELD_NUMBER
public static final int SHORT_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ARCHITECTURE_FIELD_NUMBER
public static final int ARCHITECTURE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERNEL_VERSION_FIELD_NUMBER
public static final int KERNEL_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERNEL_RELEASE_FIELD_NUMBER
public static final int KERNEL_RELEASE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OSCONFIG_AGENT_VERSION_FIELD_NUMBER
public static final int OSCONFIG_AGENT_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getHostname
public String getHostname()
The VM hostname.
string hostname = 9;- Specified by:
getHostnamein interfaceInventory.OsInfoOrBuilder- Returns:
- The hostname.
-
getHostnameBytes
public com.google.protobuf.ByteString getHostnameBytes()
The VM hostname.
string hostname = 9;- Specified by:
getHostnameBytesin interfaceInventory.OsInfoOrBuilder- Returns:
- The bytes for hostname.
-
getLongName
public String getLongName()
The operating system long name. For example 'Debian GNU/Linux 9' or 'Microsoft Window Server 2019 Datacenter'.
string long_name = 2;- Specified by:
getLongNamein interfaceInventory.OsInfoOrBuilder- Returns:
- The longName.
-
getLongNameBytes
public com.google.protobuf.ByteString getLongNameBytes()
The operating system long name. For example 'Debian GNU/Linux 9' or 'Microsoft Window Server 2019 Datacenter'.
string long_name = 2;- Specified by:
getLongNameBytesin interfaceInventory.OsInfoOrBuilder- Returns:
- The bytes for longName.
-
getShortName
public String getShortName()
The operating system short name. For example, 'windows' or 'debian'.
string short_name = 3;- Specified by:
getShortNamein interfaceInventory.OsInfoOrBuilder- Returns:
- The shortName.
-
getShortNameBytes
public com.google.protobuf.ByteString getShortNameBytes()
The operating system short name. For example, 'windows' or 'debian'.
string short_name = 3;- Specified by:
getShortNameBytesin interfaceInventory.OsInfoOrBuilder- Returns:
- The bytes for shortName.
-
getVersion
public String getVersion()
The version of the operating system.
string version = 4;- Specified by:
getVersionin interfaceInventory.OsInfoOrBuilder- Returns:
- The version.
-
getVersionBytes
public com.google.protobuf.ByteString getVersionBytes()
The version of the operating system.
string version = 4;- Specified by:
getVersionBytesin interfaceInventory.OsInfoOrBuilder- Returns:
- The bytes for version.
-
getArchitecture
public String getArchitecture()
The system architecture of the operating system.
string architecture = 5;- Specified by:
getArchitecturein interfaceInventory.OsInfoOrBuilder- Returns:
- The architecture.
-
getArchitectureBytes
public com.google.protobuf.ByteString getArchitectureBytes()
The system architecture of the operating system.
string architecture = 5;- Specified by:
getArchitectureBytesin interfaceInventory.OsInfoOrBuilder- Returns:
- The bytes for architecture.
-
getKernelVersion
public String getKernelVersion()
The kernel version of the operating system.
string kernel_version = 6;- Specified by:
getKernelVersionin interfaceInventory.OsInfoOrBuilder- Returns:
- The kernelVersion.
-
getKernelVersionBytes
public com.google.protobuf.ByteString getKernelVersionBytes()
The kernel version of the operating system.
string kernel_version = 6;- Specified by:
getKernelVersionBytesin interfaceInventory.OsInfoOrBuilder- Returns:
- The bytes for kernelVersion.
-
getKernelRelease
public String getKernelRelease()
The kernel release of the operating system.
string kernel_release = 7;- Specified by:
getKernelReleasein interfaceInventory.OsInfoOrBuilder- Returns:
- The kernelRelease.
-
getKernelReleaseBytes
public com.google.protobuf.ByteString getKernelReleaseBytes()
The kernel release of the operating system.
string kernel_release = 7;- Specified by:
getKernelReleaseBytesin interfaceInventory.OsInfoOrBuilder- Returns:
- The bytes for kernelRelease.
-
getOsconfigAgentVersion
public String getOsconfigAgentVersion()
The current version of the OS Config agent running on the VM.
string osconfig_agent_version = 8;- Specified by:
getOsconfigAgentVersionin interfaceInventory.OsInfoOrBuilder- Returns:
- The osconfigAgentVersion.
-
getOsconfigAgentVersionBytes
public com.google.protobuf.ByteString getOsconfigAgentVersionBytes()
The current version of the OS Config agent running on the VM.
string osconfig_agent_version = 8;- Specified by:
getOsconfigAgentVersionBytesin interfaceInventory.OsInfoOrBuilder- Returns:
- The bytes for osconfigAgentVersion.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Inventory.OsInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.OsInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.OsInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.OsInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.OsInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.OsInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Inventory.OsInfo parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Inventory.OsInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Inventory.OsInfo parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Inventory.OsInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Inventory.OsInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Inventory.OsInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Inventory.OsInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Inventory.OsInfo.Builder newBuilder()
-
newBuilder
public static Inventory.OsInfo.Builder newBuilder(Inventory.OsInfo prototype)
-
toBuilder
public Inventory.OsInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Inventory.OsInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Inventory.OsInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Inventory.OsInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<Inventory.OsInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Inventory.OsInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-