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 Type
    Method
    Description
     
    The dynamic metadata namespace.
    com.google.protobuf.ByteString
    The dynamic metadata namespace.
    boolean
    The dynamic metadata namespace.

    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

    • 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