Interface JsonToMetadata.SelectorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getKey()
      key to match
      com.google.protobuf.ByteString getKeyBytes()
      key to match
      JsonToMetadata.Selector.SelectorCase getSelectorCase()  
      boolean hasKey()
      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 Detail

      • 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.