AppsServicesVersionsInstancesResource class

Constructors

AppsServicesVersionsInstancesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debug(DebugInstanceRequest request, String appsId, String servicesId, String versionsId, String instancesId, {String? $fields}) Future<Operation>
Enables debugging on a VM instance.
delete(String appsId, String servicesId, String versionsId, String instancesId, {String? $fields}) Future<Operation>
Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version.
get(String appsId, String servicesId, String versionsId, String instancesId, {String? $fields}) Future<Instance>
Gets instance information.
list(String appsId, String servicesId, String versionsId, {int? pageSize, String? pageToken, String? $fields}) Future<ListInstancesResponse>
Lists the instances of a version.Tip: To aggregate details about instances over time, see the Stackdriver Monitoring API (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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