OrganizationsCustomConstraintsResource class

Constructors

OrganizationsCustomConstraintsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudOrgpolicyV2CustomConstraint request, String parent, {String? $fields}) Future<GoogleCloudOrgpolicyV2CustomConstraint>
Creates a custom constraint.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a custom constraint.
get(String name, {String? $fields}) Future<GoogleCloudOrgpolicyV2CustomConstraint>
Gets a custom constraint.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudOrgpolicyV2ListCustomConstraintsResponse>
Retrieves all of the custom constraints that exist on a particular organization resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudOrgpolicyV2CustomConstraint request, String name, {String? $fields}) Future<GoogleCloudOrgpolicyV2CustomConstraint>
Updates a custom constraint.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited