Show / Hide Table of Contents

Class FoldersResource.ConstraintsResource.ListRequest

Lists constraints that could be applied on the specified resource.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>
FoldersResource.ConstraintsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>
IClientServiceRequest
Inherited Members
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.Xgafv
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.AccessToken
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.Alt
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.Callback
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.Fields
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.Key
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.OauthToken
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.PrettyPrint
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.QuotaUser
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.UploadType
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.Execute()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.GetBody()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.ETagAction
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.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.OrgPolicyAPI.v2
Assembly: Google.Apis.OrgPolicyAPI.v2.dll
Syntax
public class FoldersResource.ConstraintsResource.ListRequest : OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>, IClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>, 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
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Size of the pages to be returned. This is not used, but the server may at any point start using this field to limit page size.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Page token used to retrieve the next page. This is not used, but the server may at any point start using this field.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The Google Cloud resource that parents the constraint. 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
ClientServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListConstraintsResponse>.InitParameters()

Implements

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