Interface MetadataOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MetadataOptions, MetadataOptions.Builder

public interface MetadataOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Describes which typed or untyped dynamic metadata namespaces to forward to the external processing server.
    Describes which typed or untyped dynamic metadata namespaces to forward to the external processing server.
    boolean
    Describes which typed or untyped dynamic metadata namespaces to forward to the external processing server.

    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

    • hasForwardingNamespaces

      boolean hasForwardingNamespaces()
       Describes which typed or untyped dynamic metadata namespaces to forward to
       the external processing server.
       
      .envoy.extensions.filters.network.ext_proc.v3.MetadataOptions.MetadataNamespaces forwarding_namespaces = 1;
      Returns:
      Whether the forwardingNamespaces field is set.
    • getForwardingNamespaces

      MetadataOptions.MetadataNamespaces getForwardingNamespaces()
       Describes which typed or untyped dynamic metadata namespaces to forward to
       the external processing server.
       
      .envoy.extensions.filters.network.ext_proc.v3.MetadataOptions.MetadataNamespaces forwarding_namespaces = 1;
      Returns:
      The forwardingNamespaces.
    • getForwardingNamespacesOrBuilder

      MetadataOptions.MetadataNamespacesOrBuilder getForwardingNamespacesOrBuilder()
       Describes which typed or untyped dynamic metadata namespaces to forward to
       the external processing server.
       
      .envoy.extensions.filters.network.ext_proc.v3.MetadataOptions.MetadataNamespaces forwarding_namespaces = 1;