OrganizationsApiproductsResource class
Methods
-
attributes(GoogleCloudApigeeV1Attributes request, String name, {String? $fields})
→ Future<GoogleCloudApigeeV1Attributes>
-
Updates or creates API product attributes.
-
create(GoogleCloudApigeeV1ApiProduct request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiProduct>
-
Creates an API product in an organization.
-
delete(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiProduct>
-
Deletes an API product from an organization.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiProduct>
-
Gets configuration details for an API product.
-
list(String parent, {String? attributename, String? attributevalue, String? count, bool? expand, String? startKey, String? $fields})
→ Future<GoogleCloudApigeeV1ListApiProductsResponse>
-
Lists all API product names for an organization.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(GoogleCloudApigeeV1ApiProduct request, String name, {String? $fields})
→ Future<GoogleCloudApigeeV1ApiProduct>
-
Updates an existing API product.