AppsServicesResource class

Constructors

AppsServicesResource(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
versions AppsServicesVersionsResource
no setter

Methods

delete(String appsId, String servicesId, {String? $fields}) Future<Operation>
Deletes the specified service and all enclosed versions.
get(String appsId, String servicesId, {String? $fields}) Future<Service>
Gets the current configuration of the specified service.
list(String appsId, {int? pageSize, String? pageToken, String? $fields}) Future<ListServicesResponse>
Lists all the services in the application.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Service request, String appsId, String servicesId, {bool? migrateTraffic, String? updateMask, String? $fields}) Future<Operation>
Updates the configuration of the specified service.
toString() String
A string representation of this object.
inherited

Operators

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