Interface JsonToMetadata.SelectorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
JsonToMetadata.Selector, JsonToMetadata.Selector.Builder
Enclosing class:
JsonToMetadata

public static interface JsonToMetadata.SelectorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    key to match
    com.google.protobuf.ByteString
    key to match
     
    boolean
    key to match

    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

    • hasKey

      boolean hasKey()
       key to match
       
      string key = 1 [(.validate.rules) = { ... }
      Returns:
      Whether the key field is set.
    • getKey

      String getKey()
       key to match
       
      string key = 1 [(.validate.rules) = { ... }
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       key to match
       
      string key = 1 [(.validate.rules) = { ... }
      Returns:
      The bytes for key.
    • getSelectorCase