
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
-
- Enclosing class:
- Transcoder.Projects.Locations
public class Transcoder.Projects.Locations.Jobs
extends Object
The "jobs" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Transcoder.Projects.Locations.Jobs.Create
class
Transcoder.Projects.Locations.Jobs.Delete
class
Transcoder.Projects.Locations.Jobs.Get
class
Transcoder.Projects.Locations.Jobs.List
-
Constructor Summary
Constructors
Constructor and Description
Jobs()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Transcoder.Projects.Locations.Jobs.Create
create(String parent,
Job content)
Creates a job in the specified region.
Transcoder.Projects.Locations.Jobs.Delete
delete(String name)
Deletes a job.
Transcoder.Projects.Locations.Jobs.Get
get(String name)
Returns the job data.
Transcoder.Projects.Locations.Jobs.List
list(String parent)
Lists jobs in the specified region.
-
-
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