OrganizationsSharedflowsResource class
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