Interface BatchGetMediaItemsRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMediaItemIds​(int index)
      Identifiers of the media items to be requested.
      com.google.protobuf.ByteString getMediaItemIdsBytes​(int index)
      Identifiers of the media items to be requested.
      int getMediaItemIdsCount()
      Identifiers of the media items to be requested.
      java.util.List<java.lang.String> getMediaItemIdsList()
      Identifiers of the media items to be requested.
      • 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

      • getMediaItemIdsList

        java.util.List<java.lang.String> getMediaItemIdsList()
         Identifiers of the media items to be requested.
         Must not contain repeated identifiers and cannot be empty. The maximum
         number of media items that can be retrieved in one call is 50.
         
        repeated string media_item_ids = 1;
        Returns:
        A list containing the mediaItemIds.
      • getMediaItemIdsCount

        int getMediaItemIdsCount()
         Identifiers of the media items to be requested.
         Must not contain repeated identifiers and cannot be empty. The maximum
         number of media items that can be retrieved in one call is 50.
         
        repeated string media_item_ids = 1;
        Returns:
        The count of mediaItemIds.
      • getMediaItemIds

        java.lang.String getMediaItemIds​(int index)
         Identifiers of the media items to be requested.
         Must not contain repeated identifiers and cannot be empty. The maximum
         number of media items that can be retrieved in one call is 50.
         
        repeated string media_item_ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The mediaItemIds at the given index.
      • getMediaItemIdsBytes

        com.google.protobuf.ByteString getMediaItemIdsBytes​(int index)
         Identifiers of the media items to be requested.
         Must not contain repeated identifiers and cannot be empty. The maximum
         number of media items that can be retrieved in one call is 50.
         
        repeated string media_item_ids = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the mediaItemIds at the given index.