Interface FieldMaskOrBuilder

    • Method Detail

      • getPathsList

        java.util.List<java.lang.String> getPathsList()
         The set of field mask paths.
         
        repeated string paths = 1;
        Returns:
        A list containing the paths.
      • getPathsCount

        int getPathsCount()
         The set of field mask paths.
         
        repeated string paths = 1;
        Returns:
        The count of paths.
      • getPaths

        java.lang.String getPaths​(int index)
         The set of field mask paths.
         
        repeated string paths = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The paths at the given index.
      • getPathsBytes

        ByteString getPathsBytes​(int index)
         The set of field mask paths.
         
        repeated string paths = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the paths at the given index.