OrganizationsApisResource class

Constructors

OrganizationsApisResource(ApiRequester client)

Properties

deployments OrganizationsApisDeploymentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
keyvaluemaps OrganizationsApisKeyvaluemapsResource
no setter
revisions OrganizationsApisRevisionsResource
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, 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

Operators

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