ProjectsLocationsParametersResource class
Methods
-
create(Parameter request, String parent, {String? parameterId, String? requestId, String? $fields})
→ Future<Parameter>
-
Creates a new Parameter in a given project and location.
-
delete(String name, {String? requestId, String? $fields})
→ Future<Empty>
-
Deletes a single Parameter.
-
get(String name, {String? $fields})
→ Future<Parameter>
-
Gets details of a single Parameter.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListParametersResponse>
-
Lists Parameters in a given project and location.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Parameter request, String name, {String? requestId, String? updateMask, String? $fields})
→ Future<Parameter>
-
Updates a single Parameter.
-
toString()
→ String
-
A string representation of this object.
inherited