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

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

    Modifier and Type
    Method
    Description
    boolean
    If true, the match result will be inverted.
    The Metadata is matched if the value retrieved by metadata matching input is matched to this value.
    The Metadata is matched if the value retrieved by metadata matching input is matched to this value.
    boolean
    The Metadata is matched if the value retrieved by metadata matching input is matched to this value.

    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

    • hasValue

      boolean hasValue()
       The Metadata is matched if the value retrieved by metadata matching input is matched to this value.
       
      .envoy.type.matcher.v3.ValueMatcher value = 1 [(.validate.rules) = { ... }
      Returns:
      Whether the value field is set.
    • getValue

      ValueMatcher getValue()
       The Metadata is matched if the value retrieved by metadata matching input is matched to this value.
       
      .envoy.type.matcher.v3.ValueMatcher value = 1 [(.validate.rules) = { ... }
      Returns:
      The value.
    • getValueOrBuilder

      ValueMatcherOrBuilder getValueOrBuilder()
       The Metadata is matched if the value retrieved by metadata matching input is matched to this value.
       
      .envoy.type.matcher.v3.ValueMatcher value = 1 [(.validate.rules) = { ... }
    • getInvert

      boolean getInvert()
       If true, the match result will be inverted.
       
      bool invert = 4;
      Returns:
      The invert.