Interface RequestFieldValueDispositionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RequestFieldValueDisposition,RequestFieldValueDisposition.Builder
public interface RequestFieldValueDispositionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe dynamic metadata namespace.com.google.protobuf.ByteStringThe dynamic metadata namespace.booleanThe dynamic metadata namespace.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
-
hasDynamicMetadata
boolean hasDynamicMetadata()The dynamic metadata namespace. If empty, "envoy.filters.http.grpc_field_extraction" will be used by default. Unimplemented. Uses "envoy.filters.http.grpc_field_extraction" for now.
string dynamic_metadata = 1;- Returns:
- Whether the dynamicMetadata field is set.
-
getDynamicMetadata
String getDynamicMetadata()The dynamic metadata namespace. If empty, "envoy.filters.http.grpc_field_extraction" will be used by default. Unimplemented. Uses "envoy.filters.http.grpc_field_extraction" for now.
string dynamic_metadata = 1;- Returns:
- The dynamicMetadata.
-
getDynamicMetadataBytes
com.google.protobuf.ByteString getDynamicMetadataBytes()The dynamic metadata namespace. If empty, "envoy.filters.http.grpc_field_extraction" will be used by default. Unimplemented. Uses "envoy.filters.http.grpc_field_extraction" for now.
string dynamic_metadata = 1;- Returns:
- The bytes for dynamicMetadata.
-
getDispositionCase
RequestFieldValueDisposition.DispositionCase getDispositionCase()
-