public static interface Reports.ReportHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAgentVersion()
eg "engineproxy 0.1.0"
|
com.google.protobuf.ByteString |
getAgentVersionBytes()
eg "engineproxy 0.1.0"
|
java.lang.String |
getHostname()
eg "host-01.example.com"
|
com.google.protobuf.ByteString |
getHostnameBytes()
eg "host-01.example.com"
|
java.lang.String |
getRuntimeVersion()
eg "node v4.6.0"
|
com.google.protobuf.ByteString |
getRuntimeVersionBytes()
eg "node v4.6.0"
|
java.lang.String |
getSchemaHash()
The hex representation of the sha512 of the introspection response
|
com.google.protobuf.ByteString |
getSchemaHashBytes()
The hex representation of the sha512 of the introspection response
|
java.lang.String |
getSchemaTag()
eg "current", "prod"
|
com.google.protobuf.ByteString |
getSchemaTagBytes()
eg "current", "prod"
|
java.lang.String |
getService()
string service = 3; |
com.google.protobuf.ByteString |
getServiceBytes()
string service = 3; |
java.lang.String |
getServiceVersion()
eg "prod-4279-20160804T065423Z-5-g3cf0aa8" (taken from `git describe --tags`)
|
com.google.protobuf.ByteString |
getServiceVersionBytes()
eg "prod-4279-20160804T065423Z-5-g3cf0aa8" (taken from `git describe --tags`)
|
java.lang.String |
getUname()
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 |
getUnameBytes()
eg "Linux box 4.6.5-1-ec2 #1 SMP Mon Aug 1 02:31:38 PDT 2016 x86_64 GNU/Linux"
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getService()
string service = 3;com.google.protobuf.ByteString getServiceBytes()
string service = 3;java.lang.String getHostname()
eg "host-01.example.com"
string hostname = 5;com.google.protobuf.ByteString getHostnameBytes()
eg "host-01.example.com"
string hostname = 5;java.lang.String getAgentVersion()
eg "engineproxy 0.1.0"
string agent_version = 6;com.google.protobuf.ByteString getAgentVersionBytes()
eg "engineproxy 0.1.0"
string agent_version = 6;java.lang.String getServiceVersion()
eg "prod-4279-20160804T065423Z-5-g3cf0aa8" (taken from `git describe --tags`)
string service_version = 7;com.google.protobuf.ByteString getServiceVersionBytes()
eg "prod-4279-20160804T065423Z-5-g3cf0aa8" (taken from `git describe --tags`)
string service_version = 7;java.lang.String getRuntimeVersion()
eg "node v4.6.0"
string runtime_version = 8;com.google.protobuf.ByteString getRuntimeVersionBytes()
eg "node v4.6.0"
string runtime_version = 8;java.lang.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;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;java.lang.String getSchemaTag()
eg "current", "prod"
string schema_tag = 10;com.google.protobuf.ByteString getSchemaTagBytes()
eg "current", "prod"
string schema_tag = 10;java.lang.String getSchemaHash()
The hex representation of the sha512 of the introspection response
string schema_hash = 11;com.google.protobuf.ByteString getSchemaHashBytes()
The hex representation of the sha512 of the introspection response
string schema_hash = 11;