Interface Reports.ReportHeaderOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Reports.ReportHeader, Reports.ReportHeader.Builder
Enclosing class:
Reports

public static interface Reports.ReportHeaderOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    eg "engineproxy 0.1.0"
    com.google.protobuf.ByteString
    eg "engineproxy 0.1.0"
    eg "host-01.example.com"
    com.google.protobuf.ByteString
    eg "host-01.example.com"
    eg "node v4.6.0"
    com.google.protobuf.ByteString
    eg "node v4.6.0"
    The hex representation of the sha512 of the introspection response
    com.google.protobuf.ByteString
    The hex representation of the sha512 of the introspection response
    eg "current", "prod"
    com.google.protobuf.ByteString
    eg "current", "prod"
    string service = 3;
    com.google.protobuf.ByteString
    string service = 3;
    eg "prod-4279-20160804T065423Z-5-g3cf0aa8" (taken from `git describe --tags`)
    com.google.protobuf.ByteString
    eg "prod-4279-20160804T065423Z-5-g3cf0aa8" (taken from `git describe --tags`)
    eg "Linux box 4.6.5-1-ec2 #1 SMP Mon Aug 1 02:31:38 PDT 2016 x86_64 GNU/Linux"
    com.google.protobuf.ByteString
    eg "Linux box 4.6.5-1-ec2 #1 SMP Mon Aug 1 02:31:38 PDT 2016 x86_64 GNU/Linux"

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getService

      String getService()
      string service = 3;
      Returns:
      The service.
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
      string service = 3;
      Returns:
      The bytes for service.
    • getHostname

      String getHostname()
       eg "host-01.example.com"
       
      string hostname = 5;
      Returns:
      The hostname.
    • getHostnameBytes

      com.google.protobuf.ByteString getHostnameBytes()
       eg "host-01.example.com"
       
      string hostname = 5;
      Returns:
      The bytes for hostname.
    • getAgentVersion

      String getAgentVersion()
       eg "engineproxy 0.1.0"
       
      string agent_version = 6;
      Returns:
      The agentVersion.
    • getAgentVersionBytes

      com.google.protobuf.ByteString getAgentVersionBytes()
       eg "engineproxy 0.1.0"
       
      string agent_version = 6;
      Returns:
      The bytes for agentVersion.
    • getServiceVersion

      String getServiceVersion()
       eg "prod-4279-20160804T065423Z-5-g3cf0aa8" (taken from `git describe --tags`)
       
      string service_version = 7;
      Returns:
      The serviceVersion.
    • getServiceVersionBytes

      com.google.protobuf.ByteString getServiceVersionBytes()
       eg "prod-4279-20160804T065423Z-5-g3cf0aa8" (taken from `git describe --tags`)
       
      string service_version = 7;
      Returns:
      The bytes for serviceVersion.
    • getRuntimeVersion

      String getRuntimeVersion()
       eg "node v4.6.0"
       
      string runtime_version = 8;
      Returns:
      The runtimeVersion.
    • getRuntimeVersionBytes

      com.google.protobuf.ByteString getRuntimeVersionBytes()
       eg "node v4.6.0"
       
      string runtime_version = 8;
      Returns:
      The bytes for runtimeVersion.
    • getUname

      String getUname()
       eg "Linux box 4.6.5-1-ec2 #1 SMP Mon Aug 1 02:31:38 PDT 2016 x86_64 GNU/Linux"
       
      string uname = 9;
      Returns:
      The uname.
    • getUnameBytes

      com.google.protobuf.ByteString getUnameBytes()
       eg "Linux box 4.6.5-1-ec2 #1 SMP Mon Aug 1 02:31:38 PDT 2016 x86_64 GNU/Linux"
       
      string uname = 9;
      Returns:
      The bytes for uname.
    • getSchemaTag

      String getSchemaTag()
       eg "current", "prod"
       
      string schema_tag = 10;
      Returns:
      The schemaTag.
    • getSchemaTagBytes

      com.google.protobuf.ByteString getSchemaTagBytes()
       eg "current", "prod"
       
      string schema_tag = 10;
      Returns:
      The bytes for schemaTag.
    • getSchemaHash

      String getSchemaHash()
       The hex representation of the sha512 of the introspection response
       
      string schema_hash = 11;
      Returns:
      The schemaHash.
    • getSchemaHashBytes

      com.google.protobuf.ByteString getSchemaHashBytes()
       The hex representation of the sha512 of the introspection response
       
      string schema_hash = 11;
      Returns:
      The bytes for schemaHash.