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

target.apidocs.com.google.api.services.transcoder.v1.Transcoder.Projects.Locations.JobTemplates.html Maven / Gradle / Ivy







Transcoder.Projects.Locations.JobTemplates (Transcoder API v1-rev20240124-2.0.0)












com.google.api.services.transcoder.v1

Class Transcoder.Projects.Locations.JobTemplates

  • java.lang.Object
    • com.google.api.services.transcoder.v1.Transcoder.Projects.Locations.JobTemplates
    • Constructor Detail

      • JobTemplates

        public JobTemplates()
    • Method Detail

      • create

        public Transcoder.Projects.Locations.JobTemplates.Create create(String parent,
                                                                        JobTemplate content)
                                                                 throws IOException
        Creates a job template in the specified region. Create a request for the method "jobTemplates.create". This request holds the parameters needed by the transcoder server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The parent location to create this job template. Format: `projects/{project}/locations/{location}`
        content - the JobTemplate
        Returns:
        the request
        Throws:
        IOException
      • delete

        public Transcoder.Projects.Locations.JobTemplates.Delete delete(String name)
                                                                 throws IOException
        Deletes a job template. Create a request for the method "jobTemplates.delete". This request holds the parameters needed by the transcoder server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name of the job template to delete. `projects/{project}/locations/{location}/jobTemplates/{job_template}`
        Returns:
        the request
        Throws:
        IOException
      • get

        public Transcoder.Projects.Locations.JobTemplates.Get get(String name)
                                                           throws IOException
        Returns the job template data. Create a request for the method "jobTemplates.get". This request holds the parameters needed by the transcoder server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The name of the job template to retrieve. Format: `projects/{project}/locations/{location}/jobTemplates/{job_template}`
        Returns:
        the request
        Throws:
        IOException
      • list

        public Transcoder.Projects.Locations.JobTemplates.List list(String parent)
                                                             throws IOException
        Lists job templates in the specified region. Create a request for the method "jobTemplates.list". This request holds the parameters needed by the transcoder server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. The parent location from which to retrieve the collection of job templates. Format: `projects/{project}/locations/{location}`
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy