Class ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource
The "sandboxEnvironmentSnapshots" collection of methods.
Inherited Members
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource
Constructors
SandboxEnvironmentSnapshotsResource(IClientService)
Constructs a new resource.
Declaration
public SandboxEnvironmentSnapshotsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
Operations
Gets the Operations resource.
Declaration
public virtual ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource.OperationsResource Operations { get; }
Property Value
| Type | Description |
|---|---|
| ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource.OperationsResource |
Methods
Delete(string)
Deletes the specific SandboxEnvironmentSnapshot.
Declaration
public virtual ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the SandboxEnvironmentSnapshot to delete. Format:
|
Returns
| Type | Description |
|---|---|
| ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource.DeleteRequest |
Get(string)
Gets details of the specific SandboxEnvironmentSnapshot.
Declaration
public virtual ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the sandbox environment snapshot. Format:
|
Returns
| Type | Description |
|---|---|
| ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource.GetRequest |
List(string)
Lists SandboxEnvironmentSnapshots in a given reasoning engine.
Declaration
public virtual ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The resource name of the reasoning engine to list sandbox environments from. Format:
|
Returns
| Type | Description |
|---|---|
| ReasoningEnginesResource.SandboxEnvironmentSnapshotsResource.ListRequest |