Class ProjectsResource.LocationsResource.InstancesResource.CheckUpgradabilityRequest
Checks whether a notebook instance is upgradable.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.CheckUpgradabilityRequest
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.CheckUpgradabilityRequest : AIPlatformNotebooksBaseServiceRequest<CheckInstanceUpgradabilityResponse>, IClientServiceRequest<CheckInstanceUpgradabilityResponse>, IClientServiceRequest
Constructors
CheckUpgradabilityRequest(IClientService, string)
Constructs a new CheckUpgradability request.
Declaration
public CheckUpgradabilityRequest(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
Methods
InitParameters()
Initializes CheckUpgradability parameter list.
Declaration
protected override void InitParameters()