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

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

There is a newer version: v3-rev20240514-2.0.0
Show newest version






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












com.google.api.services.youtube

Class YouTube.Captions

  • Enclosing class:
    YouTube


    public class YouTube.Captions
    extends Object
    The "captions" collection of methods.
    • Constructor Detail

      • Captions

        public Captions()
    • Method Detail

      • delete

        public YouTube.Captions.Delete delete(String id)
                                       throws IOException
        Deletes a resource. Create a request for the method "captions.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.
        Parameters:
        id -
        Returns:
        the request
        Throws:
        IOException
      • download

        public YouTube.Captions.Download download(String id)
                                           throws IOException
        Downloads a caption track. Create a request for the method "captions.download". 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:
        id - The ID of the caption track to download, required for One Platform.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public YouTube.Captions.Insert insert(List<String> part,
                                              Caption content)
                                       throws IOException
        Inserts a new resource into this collection. Create a request for the method "captions.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:
        part - The *part* parameter specifies the caption resource parts that the API response will include. Set the parameter value to snippet.
        content - the Caption
        Returns:
        the request
        Throws:
        IOException
      • insert

        public YouTube.Captions.Insert insert(List<String> part,
                                              Caption content,
                                              com.google.api.client.http.AbstractInputStreamContent mediaContent)
                                       throws IOException
        Inserts a new resource into this collection. Create a request for the method "captions.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:
        part - The *part* parameter specifies the caption resource parts that the API response will include. Set the parameter value to snippet.
        content - the Caption 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.Captions.List list(List<String> part,
                                          String videoId)
                                   throws IOException
        Retrieves a list of resources, possibly filtered. Create a request for the method "captions.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.
        Parameters:
        part - The *part* parameter specifies a comma-separated list of one or more caption resource parts that the API response will include. The part names that you can include in the parameter value are id and snippet.
        videoId - Returns the captions for the specified video.
        Returns:
        the request
        Throws:
        IOException
      • update

        public YouTube.Captions.Update update(List<String> part,
                                              Caption content)
                                       throws IOException
        Updates an existing resource. Create a request for the method "captions.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:
        part - The *part* parameter specifies a comma-separated list of one or more caption resource parts that the API response will include. The part names that you can include in the parameter value are id and snippet.
        content - the Caption
        Returns:
        the request
        Throws:
        IOException
      • update

        public YouTube.Captions.Update update(List<String> part,
                                              Caption content,
                                              com.google.api.client.http.AbstractInputStreamContent mediaContent)
                                       throws IOException
        Updates an existing resource. Create a request for the method "captions.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:
        part - The *part* parameter specifies a comma-separated list of one or more caption resource parts that the API response will include. The part names that you can include in the parameter value are id and snippet.
        content - the Caption 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