Show / Hide Table of Contents

Class OrganizationsResource.CustomConstraintsResource.ListRequest

Retrieves all of the custom constraints that exist on a particular organization resource.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>
OrganizationsResource.CustomConstraintsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>
IClientServiceRequest
Inherited Members
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.Xgafv
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.AccessToken
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.Alt
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.Callback
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.Fields
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.Key
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.OauthToken
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.PrettyPrint
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.QuotaUser
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.UploadType
OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.Execute()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.GetBody()
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.ETagAction
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.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 OrganizationsResource.CustomConstraintsResource.ListRequest : OrgPolicyAPIBaseServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>, IClientServiceRequest<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>, 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<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Size of the pages to be returned. This is currently unsupported and will be ignored. 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 currently unsupported and will be ignored. 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 target Google Cloud resource that parents the set of custom constraints that will be returned from this call. Must be in one of the following forms: * 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<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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