ServicesResource class

Constructors

ServicesResource(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
serviceLevelObjectives ServicesServiceLevelObjectivesResource
no setter

Methods

create(Service request, String parent, {String? serviceId, String? $fields}) Future<Service>
Create a Service.
delete(String name, {String? $fields}) Future<Empty>
Soft delete this Service.
get(String name, {String? $fields}) Future<Service>
Get the named Service.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListServicesResponse>
List Services for this Metrics Scope.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Service request, String name, {String? updateMask, String? $fields}) Future<Service>
Update this Service.
toString() String
A string representation of this object.
inherited

Operators

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