OrganizationsApisResource class
Methods
-
create(GoogleApiHttpBody request, String parent, {String? action, String? name, bool? validate, String? $fields})
→ Future<GoogleCloudApigeeV1ApiProxyRevision>
-
Creates an API proxy.
-
delete(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiProxy>
-
Deletes an API proxy and all associated endpoints, policies, resources,
and revisions.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiProxy>
-
Gets an API proxy including a list of existing revisions.
-
list(String parent, {bool? includeMetaData, bool? includeRevisions, String? $fields})
→ Future<GoogleCloudApigeeV1ListApiProxiesResponse>
-
Lists the names of all API proxies in an organization.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudApigeeV1ApiProxy request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudApigeeV1ApiProxy>
-
Updates an existing API proxy.
-
toString()
→ String
-
A string representation of this object.
inherited