OrganizationsApisRevisionsResource class
Constructors
- OrganizationsApisRevisionsResource(ApiRequester client)
Properties
- deployments → OrganizationsApisRevisionsDeploymentsResource
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
String name, {String? $fields}) → Future< GoogleCloudApigeeV1ApiProxyRevision> - Deletes an API proxy revision and all policies, resources, endpoints, and revisions associated with it.
-
get(
String name, {String? format, String? $fields}) → Future< GoogleApiHttpBody> - Gets an API proxy revision.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateApiProxyRevision(
GoogleApiHttpBody request, String name, {bool? validate, String? $fields}) → Future< GoogleCloudApigeeV1ApiProxyRevision> - Updates an existing API proxy revision by uploading the API proxy configuration bundle as a zip file from your local machine.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited