
target.apidocs.com.google.api.services.transcoder.v1.Transcoder.Projects.Locations.html Maven / Gradle / Ivy
Transcoder.Projects.Locations (Transcoder API v1-rev20240124-2.0.0)
com.google.api.services.transcoder.v1
Class Transcoder.Projects.Locations
- java.lang.Object
-
- com.google.api.services.transcoder.v1.Transcoder.Projects.Locations
-
- Enclosing class:
- Transcoder.Projects
public class Transcoder.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Transcoder.Projects.Locations.Jobs
The "jobs" collection of methods.
class
Transcoder.Projects.Locations.JobTemplates
The "jobTemplates" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Transcoder.Projects.Locations.Jobs
jobs()
An accessor for creating requests from the Jobs collection.
Transcoder.Projects.Locations.JobTemplates
jobTemplates()
An accessor for creating requests from the JobTemplates collection.
-
-
Method Detail
-
jobTemplates
public Transcoder.Projects.Locations.JobTemplates jobTemplates()
An accessor for creating requests from the JobTemplates collection.
The typical use is:
Transcoder transcoder = new Transcoder(...);
Transcoder.JobTemplates.List request = transcoder.jobTemplates().list(parameters ...)
- Returns:
- the resource collection
-
jobs
public Transcoder.Projects.Locations.Jobs jobs()
An accessor for creating requests from the Jobs collection.
The typical use is:
Transcoder transcoder = new Transcoder(...);
Transcoder.Jobs.List request = transcoder.jobs().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy