public class AIPlatformNotebooks.Projects.Locations.Instances extends Object
| Constructor and Description |
|---|
Instances() |
public AIPlatformNotebooks.Projects.Locations.Instances.Create create(String parent, Instance content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Format: `parent=projects/{project_id}/locations/{location}`content - the InstanceIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Diagnose diagnose(String name, DiagnoseInstanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the DiagnoseInstanceRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.GetIamPolicy getIamPolicy(String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.GetInstanceHealth getInstanceHealth(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.IsUpgradeable isUpgradeable(String notebookInstance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.notebookInstance - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Format: `parent=projects/{project_id}/locations/{location}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Migrate migrate(String name, MigrateInstanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the MigrateInstanceRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Register register(String parent, RegisterInstanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Format: `parent=projects/{project_id}/locations/{location}`content - the RegisterInstanceRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Report report(String name, ReportInstanceInfoRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the ReportInstanceInfoRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.ReportEvent reportEvent(String name, ReportInstanceEventRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the ReportInstanceEventRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Reset reset(String name, ResetInstanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the ResetInstanceRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Rollback rollback(String name, RollbackInstanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the RollbackInstanceRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.SetAccelerator setAccelerator(String name, SetInstanceAcceleratorRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the SetInstanceAcceleratorRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.SetIamPolicy setIamPolicy(String resource, SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the SetIamPolicyRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.SetLabels setLabels(String name, SetInstanceLabelsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the SetInstanceLabelsRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.SetMachineType setMachineType(String name, SetInstanceMachineTypeRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the SetInstanceMachineTypeRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Start start(String name, StartInstanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the StartInstanceRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Stop stop(String name, StopInstanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the StopInstanceRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.TestIamPermissions testIamPermissions(String resource, TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the TestIamPermissionsRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.UpdateConfig updateConfig(String name, UpdateInstanceConfigRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the UpdateInstanceConfigRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.UpdateMetadataItems updateMetadataItems(String name, UpdateInstanceMetadataItemsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the UpdateInstanceMetadataItemsRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.UpdateShieldedInstanceConfig updateShieldedInstanceConfig(String name, UpdateShieldedInstanceConfigRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the UpdateShieldedInstanceConfigRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.Upgrade upgrade(String name, UpgradeInstanceRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the UpgradeInstanceRequestIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Instances.UpgradeInternal upgradeInternal(String name, UpgradeInstanceInternalRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/instances/{instance_id}`content - the UpgradeInstanceInternalRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.