Interface FieldMaskOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FieldMask, FieldMask.Builder

public interface FieldMaskOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPaths(int index)
    The set of field mask paths.
    com.google.protobuf.ByteString
    getPathsBytes(int index)
    The set of field mask paths.
    int
    The set of field mask paths.
    The set of field mask paths.

    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

    • getPathsList

      List<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

      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

      com.google.protobuf.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.