Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.InstancesResource.IsUpgradeableRequest

Checks whether a notebook instance is upgradable.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<IsInstanceUpgradeableResponse>
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>
ProjectsResource.LocationsResource.InstancesResource.IsUpgradeableRequest
Implements
IClientServiceRequest<IsInstanceUpgradeableResponse>
IClientServiceRequest
Inherited Members
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.Xgafv
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.AccessToken
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.Alt
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.Callback
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.Fields
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.Key
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.OauthToken
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.PrettyPrint
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.QuotaUser
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.UploadType
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.UploadProtocol
ClientServiceRequest<IsInstanceUpgradeableResponse>.Execute()
ClientServiceRequest<IsInstanceUpgradeableResponse>.ExecuteAsStream()
ClientServiceRequest<IsInstanceUpgradeableResponse>.ExecuteAsync()
ClientServiceRequest<IsInstanceUpgradeableResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<IsInstanceUpgradeableResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<IsInstanceUpgradeableResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<IsInstanceUpgradeableResponse>.CreateRequest(bool?)
ClientServiceRequest<IsInstanceUpgradeableResponse>.GenerateRequestUri()
ClientServiceRequest<IsInstanceUpgradeableResponse>.GetBody()
ClientServiceRequest<IsInstanceUpgradeableResponse>.GetDefaultETagAction(string)
ClientServiceRequest<IsInstanceUpgradeableResponse>.ETagAction
ClientServiceRequest<IsInstanceUpgradeableResponse>.ModifyRequest
ClientServiceRequest<IsInstanceUpgradeableResponse>.ValidateParameters
ClientServiceRequest<IsInstanceUpgradeableResponse>.ApiVersion
ClientServiceRequest<IsInstanceUpgradeableResponse>.RequestParameters
ClientServiceRequest<IsInstanceUpgradeableResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<IsInstanceUpgradeableResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<IsInstanceUpgradeableResponse>.MethodName

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
ClientServiceRequest<IsInstanceUpgradeableResponse>.RestPath

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()
Overrides
AIPlatformNotebooksBaseServiceRequest<IsInstanceUpgradeableResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX