public class AIPlatformNotebooks.Projects.Locations.Environments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AIPlatformNotebooks.Projects.Locations.Environments.Create |
class |
AIPlatformNotebooks.Projects.Locations.Environments.Delete |
class |
AIPlatformNotebooks.Projects.Locations.Environments.Get |
class |
AIPlatformNotebooks.Projects.Locations.Environments.List |
| Constructor and Description |
|---|
Environments() |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations.Environments.Create |
create(String parent,
Environment content)
Creates a new Environment.
|
AIPlatformNotebooks.Projects.Locations.Environments.Delete |
delete(String name)
Deletes a single Environment.
|
AIPlatformNotebooks.Projects.Locations.Environments.Get |
get(String name)
Gets details of a single Environment.
|
AIPlatformNotebooks.Projects.Locations.Environments.List |
list(String parent)
Lists environments in a project.
|
public AIPlatformNotebooks.Projects.Locations.Environments.Create create(String parent, Environment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Format: `projects/{project_id}/locations/{location}`content - the EnvironmentIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Environments.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/environments/{environment_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Environments.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/environments/{environment_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Environments.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Format: `projects/{project_id}/locations/{location}`IOExceptionCopyright © 2011–2024 Google. All rights reserved.