ProjectsLocationsOsPolicyAssignmentsResource class

Constructors

ProjectsLocationsOsPolicyAssignmentsResource(ApiRequester client)

Properties

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

Methods

create(OSPolicyAssignment request, String parent, {String? osPolicyAssignmentId, String? $fields}) Future<Operation>
Create an OS policy assignment.
delete(String name, {String? $fields}) Future<Operation>
Delete the OS policy assignment.
get(String name, {String? $fields}) Future<OSPolicyAssignment>
Retrieve an existing OS policy assignment.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListOSPolicyAssignmentsResponse>
List the OS policy assignments under the parent resource.
listRevisions(String name, {int? pageSize, String? pageToken, String? $fields}) Future<ListOSPolicyAssignmentRevisionsResponse>
List the OS policy assignment revisions for a given OS policy assignment.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(OSPolicyAssignment request, String name, {String? updateMask, String? $fields}) Future<Operation>
Update an existing OS policy assignment.
toString() String
A string representation of this object.
inherited

Operators

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