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