AccessPoliciesServicePerimetersResource class
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
-
commit(CommitServicePerimetersRequest request, String parent, {String? $fields})
→ Future<Operation>
-
Commits the dry-run specification for all the service perimeters in an
access policy.
-
create(ServicePerimeter request, String parent, {String? $fields})
→ Future<Operation>
-
Creates a service perimeter.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes a service perimeter based on the resource name.
-
get(String name, {String? $fields})
→ Future<ServicePerimeter>
-
Gets a service perimeter based on the resource name.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListServicePerimetersResponse>
-
Lists all service perimeters for an access policy.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ServicePerimeter request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates a service perimeter.
-
replaceAll(ReplaceServicePerimetersRequest request, String parent, {String? $fields})
→ Future<Operation>
-
Replace all existing service perimeters in an access policy with the
service perimeters provided.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns the IAM permissions that the caller has on the specified Access
Context Manager resource.
-
toString()
→ String
-
A string representation of this object.
inherited