All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.youtube.YouTube.PlaylistImages.html Maven / Gradle / Ivy







YouTube.PlaylistImages (YouTube Data API v3 v3-rev20240303-2.0.0)












com.google.api.services.youtube

Class YouTube.PlaylistImages

  • Enclosing class:
    YouTube


    public class YouTube.PlaylistImages
    extends Object
    The "playlistImages" collection of methods.
    • Constructor Detail

      • PlaylistImages

        public PlaylistImages()
    • Method Detail

      • delete

        public YouTube.PlaylistImages.Delete delete()
                                             throws IOException
        Deletes a resource. Create a request for the method "playlistImages.delete". This request holds the parameters needed by the youtube server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public YouTube.PlaylistImages.Insert insert(PlaylistImage content)
                                             throws IOException
        Inserts a new resource into this collection. Create a request for the method "playlistImages.insert". This request holds the parameters needed by the youtube server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        content - the PlaylistImage
        Returns:
        the request
        Throws:
        IOException
      • insert

        public YouTube.PlaylistImages.Insert insert(PlaylistImage content,
                                                    com.google.api.client.http.AbstractInputStreamContent mediaContent)
                                             throws IOException
        Inserts a new resource into this collection. Create a request for the method "playlistImages.insert". This request holds the parameters needed by the the youtube server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        This method should be used for uploading media content.

        Parameters:
        content - the PlaylistImage media metadata or null if none
        mediaContent - The media HTTP content.
        Returns:
        the request
        Throws:
        IOException - if the initialization of the request fails
      • list

        public YouTube.PlaylistImages.List list()
                                         throws IOException
        Retrieves a list of resources, possibly filtered. Create a request for the method "playlistImages.list". This request holds the parameters needed by the youtube server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Returns:
        the request
        Throws:
        IOException
      • update

        public YouTube.PlaylistImages.Update update(PlaylistImage content)
                                             throws IOException
        Updates an existing resource. Create a request for the method "playlistImages.update". This request holds the parameters needed by the youtube server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        content - the PlaylistImage
        Returns:
        the request
        Throws:
        IOException
      • update

        public YouTube.PlaylistImages.Update update(PlaylistImage content,
                                                    com.google.api.client.http.AbstractInputStreamContent mediaContent)
                                             throws IOException
        Updates an existing resource. Create a request for the method "playlistImages.update". This request holds the parameters needed by the the youtube server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

        This method should be used for uploading media content.

        Parameters:
        content - the PlaylistImage media metadata or null if none
        mediaContent - The media HTTP content.
        Returns:
        the request
        Throws:
        IOException - if the initialization of the request fails

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy