Class ListConstraintsRequest (1.0.0)

public sealed class ListConstraintsRequest : IMessage<ListConstraintsRequest>, IEquatable<ListConstraintsRequest>, IDeepCloneable<ListConstraintsRequest>, IBufferMessage, IMessage, IPageRequest

The request sent to the [ListConstraints] [google.cloud.orgpolicy.v2.OrgPolicy.ListConstraints] method.

Inheritance

Object > ListConstraintsRequest

Namespace

Google.Cloud.OrgPolicy.V2

Assembly

Google.Cloud.OrgPolicy.V2.dll

Constructors

ListConstraintsRequest()

public ListConstraintsRequest()

ListConstraintsRequest(ListConstraintsRequest)

public ListConstraintsRequest(ListConstraintsRequest other)
Parameter
NameDescription
otherListConstraintsRequest

Properties

PageSize

public int PageSize { get; set; }

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.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

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.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The 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}
Property Value
TypeDescription
String

ParentAsFolderName

public FolderName ParentAsFolderName { get; set; }

FolderName-typed view over the Parent resource name property.

Property Value
TypeDescription
FolderName

ParentAsOrganizationName

public OrganizationName ParentAsOrganizationName { get; set; }

OrganizationName-typed view over the Parent resource name property.

Property Value
TypeDescription
OrganizationName

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName