Class ProjectsResource.LocationsResource.InstancesResource.GetConfigRequest
Gets general backend configurations that might also affect the frontend. Location is required by CCFE. Although we could bypass it to send location- less request directly to the backend job, we would need CPE (go/cloud-cpe). Having the location might also be useful depending on the query.
Inheritance
ProjectsResource.LocationsResource.InstancesResource.GetConfigRequest
Inherited Members
Namespace: Google.Apis.AIPlatformNotebooks.v2
Assembly: Google.Apis.AIPlatformNotebooks.v2.dll
Syntax
public class ProjectsResource.LocationsResource.InstancesResource.GetConfigRequest : AIPlatformNotebooksBaseServiceRequest<Config>, IClientServiceRequest<Config>, IClientServiceRequest
Constructors
GetConfigRequest(IClientService, string)
Constructs a new GetConfig request.
Declaration
public GetConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
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. Format: projects/{project_id}/locations/{location}
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
InitParameters()
Initializes GetConfig parameter list.
Declaration
protected override void InitParameters()