Interface MetadataFilter.SimpleFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getKey()
      bool key = 2;
      FilterOperation getOperation()
      .FilterOperation operation = 1;
      int getOperationValue()
      .FilterOperation operation = 1;
      java.lang.String getValue()
      string value = 3;
      com.google.protobuf.ByteString getValueBytes()
      string value = 3;
      • 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

      • getOperationValue

        int getOperationValue()
        .FilterOperation operation = 1;
        Returns:
        The enum numeric value on the wire for operation.
      • getOperation

        FilterOperation getOperation()
        .FilterOperation operation = 1;
        Returns:
        The operation.
      • getKey

        boolean getKey()
        bool key = 2;
        Returns:
        The key.
      • getValue

        java.lang.String getValue()
        string value = 3;
        Returns:
        The value.
      • getValueBytes

        com.google.protobuf.ByteString getValueBytes()
        string value = 3;
        Returns:
        The bytes for value.