OrganizationsEnvironmentsDeploymentsResource class

Constructors

OrganizationsEnvironmentsDeploymentsResource.new(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

get(String name, {String? $fields}) Future<GoogleCloudApigeeV1Deployment>
Gets a particular deployment of Api proxy or a shared flow in an environment
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields}) Future<GoogleIamV1Policy>
Gets the IAM policy on a deployment.
list(String parent, {bool? sharedFlows, String? $fields}) Future<GoogleCloudApigeeV1ListDeploymentsResponse>
Lists all deployments of API proxies or shared flows in an environment.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields}) Future<GoogleIamV1Policy>
Sets the IAM policy on a deployment, if the policy already exists it will be replaced.
testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields}) Future<GoogleIamV1TestIamPermissionsResponse>
Tests the permissions of a user on a deployment, and returns a subset of permissions that the user has on the deployment.
toString() String
A string representation of this object.
inherited

Operators

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