OrganizationsEnvironmentsSharedflowsRevisionsResource class

Constructors

OrganizationsEnvironmentsSharedflowsRevisionsResource(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

deploy(String name, {bool? override, String? serviceAccount, String? $fields}) Future<GoogleCloudApigeeV1Deployment>
Deploys a revision of a shared flow.
getDeployments(String name, {String? $fields}) Future<GoogleCloudApigeeV1Deployment>
Gets the deployment of a shared flow revision and actual state reported by runtime pods.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
undeploy(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Undeploys a shared flow revision from an environment.

Operators

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