Interface PlatformInfoOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
PlatformInfo, PlatformInfo.Builder

public interface PlatformInfoOrBuilder extends MessageOrBuilder
  • Method Details

    • getBits

      String getBits()
      e.g. '64bit'
      
      string bits = 1;
      Returns:
      The bits.
    • getBitsBytes

      ByteString getBitsBytes()
      e.g. '64bit'
      
      string bits = 1;
      Returns:
      The bytes for bits.
    • getLinkage

      String getLinkage()
      e.g. 'ELF'
      
      string linkage = 2;
      Returns:
      The linkage.
    • getLinkageBytes

      ByteString getLinkageBytes()
      e.g. 'ELF'
      
      string linkage = 2;
      Returns:
      The bytes for linkage.
    • getMachine

      String getMachine()
      e.g. 'i386'
      
      string machine = 3;
      Returns:
      The machine.
    • getMachineBytes

      ByteString getMachineBytes()
      e.g. 'i386'
      
      string machine = 3;
      Returns:
      The bytes for machine.
    • getRelease

      String getRelease()
      e.g. '3.13.0-76-generic'
      
      string release = 4;
      Returns:
      The release.
    • getReleaseBytes

      ByteString getReleaseBytes()
      e.g. '3.13.0-76-generic'
      
      string release = 4;
      Returns:
      The bytes for release.
    • getSystem

      String getSystem()
      e.g. 'Linux'
      
      string system = 5;
      Returns:
      The system.
    • getSystemBytes

      ByteString getSystemBytes()
      e.g. 'Linux'
      
      string system = 5;
      Returns:
      The bytes for system.
    • getVersion

      String getVersion()
      e.g. '#120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
      
      string version = 6;
      Returns:
      The version.
    • getVersionBytes

      ByteString getVersionBytes()
      e.g. '#120-Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
      
      string version = 6;
      Returns:
      The bytes for version.