public class AIPlatformNotebooks.Projects.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AIPlatformNotebooks.Projects.Locations.Environments
The "environments" collection of methods.
|
class |
AIPlatformNotebooks.Projects.Locations.Executions
The "executions" collection of methods.
|
class |
AIPlatformNotebooks.Projects.Locations.Get |
class |
AIPlatformNotebooks.Projects.Locations.Instances
The "instances" collection of methods.
|
class |
AIPlatformNotebooks.Projects.Locations.List |
class |
AIPlatformNotebooks.Projects.Locations.Operations
The "operations" collection of methods.
|
class |
AIPlatformNotebooks.Projects.Locations.Runtimes
The "runtimes" collection of methods.
|
class |
AIPlatformNotebooks.Projects.Locations.Schedules
The "schedules" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations.Environments |
environments()
An accessor for creating requests from the Environments collection.
|
AIPlatformNotebooks.Projects.Locations.Executions |
executions()
An accessor for creating requests from the Executions collection.
|
AIPlatformNotebooks.Projects.Locations.Get |
get(String name)
Gets information about a location.
|
AIPlatformNotebooks.Projects.Locations.Instances |
instances()
An accessor for creating requests from the Instances collection.
|
AIPlatformNotebooks.Projects.Locations.List |
list(String name)
Lists information about the supported locations for this service.
|
AIPlatformNotebooks.Projects.Locations.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
AIPlatformNotebooks.Projects.Locations.Runtimes |
runtimes()
An accessor for creating requests from the Runtimes collection.
|
AIPlatformNotebooks.Projects.Locations.Schedules |
schedules()
An accessor for creating requests from the Schedules collection.
|
public AIPlatformNotebooks.Projects.Locations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Resource name for the location.IOExceptionpublic AIPlatformNotebooks.Projects.Locations.List list(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource that owns the locations collection, if applicable.IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Environments environments()
The typical use is:
AIPlatformNotebooks notebooks = new AIPlatformNotebooks(...);AIPlatformNotebooks.Environments.List request = notebooks.environments().list(parameters ...)
public AIPlatformNotebooks.Projects.Locations.Executions executions()
The typical use is:
AIPlatformNotebooks notebooks = new AIPlatformNotebooks(...);AIPlatformNotebooks.Executions.List request = notebooks.executions().list(parameters ...)
public AIPlatformNotebooks.Projects.Locations.Instances instances()
The typical use is:
AIPlatformNotebooks notebooks = new AIPlatformNotebooks(...);AIPlatformNotebooks.Instances.List request = notebooks.instances().list(parameters ...)
public AIPlatformNotebooks.Projects.Locations.Operations operations()
The typical use is:
AIPlatformNotebooks notebooks = new AIPlatformNotebooks(...);AIPlatformNotebooks.Operations.List request = notebooks.operations().list(parameters ...)
public AIPlatformNotebooks.Projects.Locations.Runtimes runtimes()
The typical use is:
AIPlatformNotebooks notebooks = new AIPlatformNotebooks(...);AIPlatformNotebooks.Runtimes.List request = notebooks.runtimes().list(parameters ...)
public AIPlatformNotebooks.Projects.Locations.Schedules schedules()
The typical use is:
AIPlatformNotebooks notebooks = new AIPlatformNotebooks(...);AIPlatformNotebooks.Schedules.List request = notebooks.schedules().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.