OrganizationsSharedflowsResource class

Constructors

OrganizationsSharedflowsResource(ApiRequester client)

Properties

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

Methods

create(GoogleApiHttpBody request, String parent, {String? action, String? name, String? $fields}) Future<GoogleCloudApigeeV1SharedFlowRevision>
Uploads a ZIP-formatted shared flow configuration bundle to an organization.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1SharedFlow>
Deletes a shared flow and all it's revisions.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1SharedFlow>
Gets a shared flow by name, including a list of its revisions.
list(String parent, {bool? includeMetaData, bool? includeRevisions, String? $fields}) Future<GoogleCloudApigeeV1ListSharedFlowsResponse>
Lists all shared flows in the organization.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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