Class ProjectsResource.LocationsResource.InstancesResource.IsUpgradeableRequest
Checks whether a notebook instance is upgradable.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.IsUpgradeableRequest
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v1
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.IsUpgradeableRequest : AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>, IClientServiceRequest<IsInstanceUpgradeableResponse>, IClientServiceRequest
Constructors
IsUpgradeableRequest(IClientService, string)
Constructs a new IsUpgradeable request.
Declaration
public IsUpgradeableRequest(IClientService service, string notebookInstance)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | notebookInstance |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
NotebookInstance
Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}
Declaration
[RequestParameter("notebookInstance", RequestParameterType.Path)]
public virtual string NotebookInstance { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Type
Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.
Declaration
[RequestParameter("type", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.InstancesResource.IsUpgradeableRequest.TypeEnum? Type { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.InstancesResource.IsUpgradeableRequest.TypeEnum? |
Methods
InitParameters()
Initializes IsUpgradeable parameter list.
Declaration
protected override void InitParameters()