Class ProjectsResource.GetSettingsRequest
Gets the Tool Results settings for a project. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read from project
Inheritance
ProjectsResource.GetSettingsRequest
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class ProjectsResource.GetSettingsRequest : ToolResultsBaseServiceRequest<ProjectSettings>, IClientServiceRequest<ProjectSettings>, IClientServiceRequest
Constructors
GetSettingsRequest(IClientService, string)
Constructs a new GetSettings request.
Declaration
public GetSettingsRequest(IClientService service, string projectId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | projectId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.ProjectSettings>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.ProjectSettings>.MethodName
ProjectId
A Project id. Required.
Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ToolResults.v1beta3.Data.ProjectSettings>.RestPath
Methods
InitParameters()
Initializes GetSettings parameter list.
Declaration
protected override void InitParameters()