Interface DateFilterOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.type.Date getDates​(int index)
      List of dates that match the media items' creation date.
      int getDatesCount()
      List of dates that match the media items' creation date.
      java.util.List<com.google.type.Date> getDatesList()
      List of dates that match the media items' creation date.
      com.google.type.DateOrBuilder getDatesOrBuilder​(int index)
      List of dates that match the media items' creation date.
      java.util.List<? extends com.google.type.DateOrBuilder> getDatesOrBuilderList()
      List of dates that match the media items' creation date.
      DateRange getRanges​(int index)
      List of dates ranges that match the media items' creation date.
      int getRangesCount()
      List of dates ranges that match the media items' creation date.
      java.util.List<DateRange> getRangesList()
      List of dates ranges that match the media items' creation date.
      DateRangeOrBuilder getRangesOrBuilder​(int index)
      List of dates ranges that match the media items' creation date.
      java.util.List<? extends DateRangeOrBuilder> getRangesOrBuilderList()
      List of dates ranges that match the media items' creation date.
      • 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

      • getDatesList

        java.util.List<com.google.type.Date> getDatesList()
         List of dates that match the media items' creation date. A maximum of
         5 dates can be included per request.
         
        repeated .google.type.Date dates = 1;
      • getDates

        com.google.type.Date getDates​(int index)
         List of dates that match the media items' creation date. A maximum of
         5 dates can be included per request.
         
        repeated .google.type.Date dates = 1;
      • getDatesCount

        int getDatesCount()
         List of dates that match the media items' creation date. A maximum of
         5 dates can be included per request.
         
        repeated .google.type.Date dates = 1;
      • getDatesOrBuilderList

        java.util.List<? extends com.google.type.DateOrBuilder> getDatesOrBuilderList()
         List of dates that match the media items' creation date. A maximum of
         5 dates can be included per request.
         
        repeated .google.type.Date dates = 1;
      • getDatesOrBuilder

        com.google.type.DateOrBuilder getDatesOrBuilder​(int index)
         List of dates that match the media items' creation date. A maximum of
         5 dates can be included per request.
         
        repeated .google.type.Date dates = 1;
      • getRangesList

        java.util.List<DateRange> getRangesList()
         List of dates ranges that match the media items' creation date. A
         maximum of 5 dates ranges can be included per request.
         
        repeated .google.photos.types.DateRange ranges = 2;
      • getRanges

        DateRange getRanges​(int index)
         List of dates ranges that match the media items' creation date. A
         maximum of 5 dates ranges can be included per request.
         
        repeated .google.photos.types.DateRange ranges = 2;
      • getRangesCount

        int getRangesCount()
         List of dates ranges that match the media items' creation date. A
         maximum of 5 dates ranges can be included per request.
         
        repeated .google.photos.types.DateRange ranges = 2;
      • getRangesOrBuilderList

        java.util.List<? extends DateRangeOrBuilder> getRangesOrBuilderList()
         List of dates ranges that match the media items' creation date. A
         maximum of 5 dates ranges can be included per request.
         
        repeated .google.photos.types.DateRange ranges = 2;
      • getRangesOrBuilder

        DateRangeOrBuilder getRangesOrBuilder​(int index)
         List of dates ranges that match the media items' creation date. A
         maximum of 5 dates ranges can be included per request.
         
        repeated .google.photos.types.DateRange ranges = 2;