Class OrganizationsResource.SettingsResource.ListRequest
Lists all the settings that are available on the Cloud resource parent
.
Inheritance
OrganizationsResource.SettingsResource.ListRequest
Implements
Inherited Members
ResourceSettingsBaseServiceRequest<GoogleCloudResourcesettingsV1ListSettingsResponse>.UploadProtocol
Namespace: Google.Apis.ResourceSettings.v1
Assembly: Google.Apis.ResourceSettings.v1.dll
Syntax
public class OrganizationsResource.SettingsResource.ListRequest : ResourceSettingsBaseServiceRequest<GoogleCloudResourcesettingsV1ListSettingsResponse>, IClientServiceRequest<GoogleCloudResourcesettingsV1ListSettingsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
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
PageSize
Unused. The size of the page to be returned.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Unused. A page token used to retrieve the next page.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The project, folder, or organization that is the parent resource for this setting. Must be
in one of the following forms: * projects/{project_number}
* projects/{project_id}
*
folders/{folder_id}
* organizations/{organization_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View
The SettingView for this request.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual OrganizationsResource.SettingsResource.ListRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
OrganizationsResource.SettingsResource.ListRequest.ViewEnum? |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()