Interface Points.PayloadExcludeSelectorOrBuilder

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

public static interface Points.PayloadExcludeSelectorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFields(int index)
    List of payload keys to exclude from the result
    com.google.protobuf.ByteString
    getFieldsBytes(int index)
    List of payload keys to exclude from the result
    int
    List of payload keys to exclude from the result
    List of payload keys to exclude from the result

    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

    • getFieldsList

      List<String> getFieldsList()
       List of payload keys to exclude from the result
       
      repeated string fields = 1;
      Returns:
      A list containing the fields.
    • getFieldsCount

      int getFieldsCount()
       List of payload keys to exclude from the result
       
      repeated string fields = 1;
      Returns:
      The count of fields.
    • getFields

      String getFields(int index)
       List of payload keys to exclude from the result
       
      repeated string fields = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fields at the given index.
    • getFieldsBytes

      com.google.protobuf.ByteString getFieldsBytes(int index)
       List of payload keys to exclude from the result
       
      repeated string fields = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the fields at the given index.