public static interface Span.Tracestate.EntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The key must begin with a lowercase letter, and can only contain
lowercase letters 'a'-'z', digits '0'-'9', underscores '_', dashes
'-', asterisks '*', and forward slashes '/'.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key must begin with a lowercase letter, and can only contain
lowercase letters 'a'-'z', digits '0'-'9', underscores '_', dashes
'-', asterisks '*', and forward slashes '/'.
|
String |
getValue()
The value is opaque string up to 256 characters printable ASCII
RFC0020 characters (i.e., the range 0x20 to 0x7E) except ',' and '='.
|
com.google.protobuf.ByteString |
getValueBytes()
The value is opaque string up to 256 characters printable ASCII
RFC0020 characters (i.e., the range 0x20 to 0x7E) except ',' and '='.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
The key must begin with a lowercase letter, and can only contain lowercase letters 'a'-'z', digits '0'-'9', underscores '_', dashes '-', asterisks '*', and forward slashes '/'.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
The key must begin with a lowercase letter, and can only contain lowercase letters 'a'-'z', digits '0'-'9', underscores '_', dashes '-', asterisks '*', and forward slashes '/'.
string key = 1;String getValue()
The value is opaque string up to 256 characters printable ASCII RFC0020 characters (i.e., the range 0x20 to 0x7E) except ',' and '='. Note that this also excludes tabs, newlines, carriage returns, etc.
string value = 2;com.google.protobuf.ByteString getValueBytes()
The value is opaque string up to 256 characters printable ASCII RFC0020 characters (i.e., the range 0x20 to 0x7E) except ',' and '='. Note that this also excludes tabs, newlines, carriage returns, etc.
string value = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.