ProjectsPlatformsPoliciesResource 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
-
create(PlatformPolicy request, String parent, {String? policyId, String? $fields})
→ Future<PlatformPolicy>
-
Creates a platform policy, and returns a copy of it.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a platform policy.
-
get(String name, {String? $fields})
→ Future<PlatformPolicy>
-
Gets a platform policy.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListPlatformPoliciesResponse>
-
Lists platform policies owned by a project in the specified platform.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
replacePlatformPolicy(PlatformPolicy request, String name, {String? $fields})
→ Future<PlatformPolicy>
-
Replaces a platform policy.
-
toString()
→ String
-
A string representation of this object.
inherited