Class 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 type google.cloud.osconfig.v1alpha.Inventory.OsInfo
    See Also:
    Serialized Form
    • Field Detail

      • SHORT_NAME_FIELD_NUMBER

        public static final int SHORT_NAME_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:
        newInstance in class com.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 class com.google.protobuf.GeneratedMessageV3
      • getHostnameBytes

        public com.google.protobuf.ByteString getHostnameBytes()
         The VM hostname.
         
        string hostname = 9;
        Specified by:
        getHostnameBytes in interface Inventory.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:
        getLongName in interface Inventory.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:
        getLongNameBytes in interface Inventory.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:
        getShortName in interface Inventory.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:
        getShortNameBytes in interface Inventory.OsInfoOrBuilder
        Returns:
        The bytes for shortName.
      • getVersionBytes

        public com.google.protobuf.ByteString getVersionBytes()
         The version of the operating system.
         
        string version = 4;
        Specified by:
        getVersionBytes in interface Inventory.OsInfoOrBuilder
        Returns:
        The bytes for version.
      • getArchitectureBytes

        public com.google.protobuf.ByteString getArchitectureBytes()
         The system architecture of the operating system.
         
        string architecture = 5;
        Specified by:
        getArchitectureBytes in interface Inventory.OsInfoOrBuilder
        Returns:
        The bytes for architecture.
      • getKernelVersionBytes

        public com.google.protobuf.ByteString getKernelVersionBytes()
         The kernel version of the operating system.
         
        string kernel_version = 6;
        Specified by:
        getKernelVersionBytes in interface Inventory.OsInfoOrBuilder
        Returns:
        The bytes for kernelVersion.
      • getKernelReleaseBytes

        public com.google.protobuf.ByteString getKernelReleaseBytes()
         The kernel release of the operating system.
         
        string kernel_release = 7;
        Specified by:
        getKernelReleaseBytes in interface Inventory.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:
        getOsconfigAgentVersion in interface Inventory.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:
        getOsconfigAgentVersionBytes in interface Inventory.OsInfoOrBuilder
        Returns:
        The bytes for osconfigAgentVersion.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.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​(com.google.protobuf.CodedInputStream input,
                                                 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws IOException
        Throws:
        IOException
      • newBuilderForType

        public Inventory.OsInfo.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public Inventory.OsInfo.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected Inventory.OsInfo.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<Inventory.OsInfo> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public Inventory.OsInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder