Class ProjectsResource.LocationsResource.InstancesResource.CheckAuthorizationRequest
Initiated by Cloud Console for Oauth consent flow for Workbench Instances. Do not use this method directly. Design doc: go/wbi-euc:auth-dd
Inheritance
ProjectsResource.LocationsResource.InstancesResource.CheckAuthorizationRequest
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.CheckAuthorizationRequest : AIPlatformNotebooksBaseServiceRequest<CheckAuthorizationResponse>, IClientServiceRequest<CheckAuthorizationResponse>, IClientServiceRequest
Constructors
CheckAuthorizationRequest(IClientService, CheckAuthorizationRequest, string)
Constructs a new CheckAuthorization request.
Declaration
public CheckAuthorizationRequest(IClientService service, CheckAuthorizationRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| CheckAuthorizationRequest | body | |
| string | name |
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
Name
Required. The name of the Notebook Instance resource. Format:
projects/{project}/locations/{location}/instances/{instance}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes CheckAuthorization parameter list.
Declaration
protected override void InitParameters()