ServicesResource class
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