OrganizationsEnvironmentsApisRevisionsResource class

Constructors

OrganizationsEnvironmentsApisRevisionsResource(ApiRequester client)

Properties

debugsessions OrganizationsEnvironmentsApisRevisionsDebugsessionsResource
no setter
deployments OrganizationsEnvironmentsApisRevisionsDeploymentsResource
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

deploy(String name, {bool? override, bool? sequencedRollout, String? serviceAccount, String? $fields}) Future<GoogleCloudApigeeV1Deployment>
Deploys a revision of an API proxy.
getDeployments(String name, {String? $fields}) Future<GoogleCloudApigeeV1Deployment>
Gets the deployment of an API proxy revision and actual state reported by runtime pods.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
undeploy(String name, {bool? sequencedRollout, String? $fields}) Future<GoogleProtobufEmpty>
Undeploys an API proxy revision from an environment.

Operators

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