OrganizationsApiproductsResource class

Constructors

OrganizationsApiproductsResource(ApiRequester client)

Properties

attributes_1 OrganizationsApiproductsAttributesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
rateplans OrganizationsApiproductsRateplansResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.

Operators

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