Interface FieldMaskOrBuilder

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

    @Generated
    public interface FieldMaskOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPaths​(int index)
      repeated string paths = 1 [json_name = "paths"];
      com.google.protobuf.ByteString getPathsBytes​(int index)
      repeated string paths = 1 [json_name = "paths"];
      int getPathsCount()
      repeated string paths = 1 [json_name = "paths"];
      java.util.List<java.lang.String> getPathsList()
      repeated string paths = 1 [json_name = "paths"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPathsList

        java.util.List<java.lang.String> getPathsList()
        repeated string paths = 1 [json_name = "paths"];
        Returns:
        A list containing the paths.
      • getPathsCount

        int getPathsCount()
        repeated string paths = 1 [json_name = "paths"];
        Returns:
        The count of paths.
      • getPaths

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

        com.google.protobuf.ByteString getPathsBytes​(int index)
        repeated string paths = 1 [json_name = "paths"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The paths at the given index.