Interface FieldSelectorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FieldSelector,FieldSelector.Builder
public interface FieldSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()field name to log
string name = 1 [(.validate.rules) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()field name to log
string name = 1 [(.validate.rules) = { ... }- Returns:
- The bytes for name.
-
getId
int getId()field id to match
int32 id = 2 [(.validate.rules) = { ... }- Returns:
- The id.
-
hasChild
boolean hasChild()next node of the field selector
.envoy.extensions.filters.http.thrift_to_metadata.v3.FieldSelector child = 3;- Returns:
- Whether the child field is set.
-
getChild
FieldSelector getChild()next node of the field selector
.envoy.extensions.filters.http.thrift_to_metadata.v3.FieldSelector child = 3;- Returns:
- The child.
-
getChildOrBuilder
FieldSelectorOrBuilder getChildOrBuilder()next node of the field selector
.envoy.extensions.filters.http.thrift_to_metadata.v3.FieldSelector child = 3;
-