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.Jobs.html Maven / Gradle / Ivy







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












com.google.api.services.transcoder.v1

Class Transcoder.Projects.Locations.Jobs

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

      • Jobs

        public Jobs()
    • Method Detail

      • create

        public Transcoder.Projects.Locations.Jobs.Create create(String parent,
                                                                Job content)
                                                         throws IOException
        Creates a job in the specified region. Create a request for the method "jobs.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 and process this job. Format: `projects/{project}/locations/{location}`
        content - the Job
        Returns:
        the request
        Throws:
        IOException
      • delete

        public Transcoder.Projects.Locations.Jobs.Delete delete(String name)
                                                         throws IOException
        Deletes a job. Create a request for the method "jobs.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 to delete. Format: `projects/{project}/locations/{location}/jobs/{job}`
        Returns:
        the request
        Throws:
        IOException
      • get

        public Transcoder.Projects.Locations.Jobs.Get get(String name)
                                                   throws IOException
        Returns the job data. Create a request for the method "jobs.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 to retrieve. Format: `projects/{project}/locations/{location}/jobs/{job}`
        Returns:
        the request
        Throws:
        IOException
      • list

        public Transcoder.Projects.Locations.Jobs.List list(String parent)
                                                     throws IOException
        Lists jobs in the specified region. Create a request for the method "jobs.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. Format: `projects/{project}/locations/{location}`
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy