ProjectsLocationsEkmConnectionsResource 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(EkmConnection request, String parent, {String? ekmConnectionId, String? $fields})
→ Future<EkmConnection>
-
Creates a new EkmConnection in a given Project and Location.
-
get(String name, {String? $fields})
→ Future<EkmConnection>
-
Returns metadata for a given EkmConnection.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListEkmConnectionsResponse>
-
Lists EkmConnections.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(EkmConnection request, String name, {String? updateMask, String? $fields})
→ Future<EkmConnection>
-
Updates an EkmConnection's metadata.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited
-
verifyConnectivity(String name, {String? $fields})
→ Future<VerifyConnectivityResponse>
-
Verifies that Cloud KMS can successfully connect to the external key
manager specified by an EkmConnection.