ServicesServiceLevelObjectivesResource class
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
-
create(ServiceLevelObjective request, String parent, {String? serviceLevelObjectiveId, String? $fields})
→ Future<ServiceLevelObjective>
-
Create a ServiceLevelObjective for the given Service.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Delete the given ServiceLevelObjective.
-
get(String name, {String? view, String? $fields})
→ Future<ServiceLevelObjective>
-
Get a ServiceLevelObjective by name.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<ListServiceLevelObjectivesResponse>
-
List the ServiceLevelObjectives for the given Service.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(ServiceLevelObjective request, String name, {String? updateMask, String? $fields})
→ Future<ServiceLevelObjective>
-
Update the given ServiceLevelObjective.
-
toString()
→ String
-
A string representation of this object.
inherited