Interface MediaTypeFilterOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MediaTypeFilter.MediaType getMediaTypes​(int index)
      The types of media items to be included.
      int getMediaTypesCount()
      The types of media items to be included.
      java.util.List<MediaTypeFilter.MediaType> getMediaTypesList()
      The types of media items to be included.
      int getMediaTypesValue​(int index)
      The types of media items to be included.
      java.util.List<java.lang.Integer> getMediaTypesValueList()
      The types of media items to be included.
      • 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

      • getMediaTypesList

        java.util.List<MediaTypeFilter.MediaType> getMediaTypesList()
         The types of media items to be included. This field should be populated
         with only one media type. If you specify multiple media types, it results
         in an error.
         
        repeated .google.photos.library.v1.MediaTypeFilter.MediaType media_types = 1;
      • getMediaTypesCount

        int getMediaTypesCount()
         The types of media items to be included. This field should be populated
         with only one media type. If you specify multiple media types, it results
         in an error.
         
        repeated .google.photos.library.v1.MediaTypeFilter.MediaType media_types = 1;
      • getMediaTypes

        MediaTypeFilter.MediaType getMediaTypes​(int index)
         The types of media items to be included. This field should be populated
         with only one media type. If you specify multiple media types, it results
         in an error.
         
        repeated .google.photos.library.v1.MediaTypeFilter.MediaType media_types = 1;
      • getMediaTypesValueList

        java.util.List<java.lang.Integer> getMediaTypesValueList()
         The types of media items to be included. This field should be populated
         with only one media type. If you specify multiple media types, it results
         in an error.
         
        repeated .google.photos.library.v1.MediaTypeFilter.MediaType media_types = 1;
      • getMediaTypesValue

        int getMediaTypesValue​(int index)
         The types of media items to be included. This field should be populated
         with only one media type. If you specify multiple media types, it results
         in an error.
         
        repeated .google.photos.library.v1.MediaTypeFilter.MediaType media_types = 1;