OrganizationsSharedflowsRevisionsResource class

Constructors

OrganizationsSharedflowsRevisionsResource(ApiRequester client)

Properties

deployments OrganizationsSharedflowsRevisionsDeploymentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1SharedFlowRevision>
Deletes a shared flow and all associated policies, resources, and revisions.
get(String name, {String? format, String? $fields}) Future<GoogleApiHttpBody>
Gets a revision of a shared flow.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSharedFlowRevision(GoogleApiHttpBody request, String name, {bool? validate, String? $fields}) Future<GoogleCloudApigeeV1SharedFlowRevision>
Updates a shared flow revision.

Operators

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