CustomersConfigurationsResourceApi class
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
create(Configuration request, String parent, {String $fields})
→ Future<Configuration>
-
Creates a new configuration. Once created, a customer can apply the
configuration to devices. [...]
-
delete(String name, {String $fields})
→ Future<Empty>
-
Deletes an unused configuration. The API call fails if the customer has
devices with the configuration applied. [...]
-
get(String name, {String $fields})
→ Future<Configuration>
-
Gets the details of a configuration. [...]
-
list(String parent, {String $fields})
→ Future<CustomerListConfigurationsResponse>
-
Lists a customer's configurations. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
patch(Configuration request, String name, {String updateMask, String $fields})
→ Future<Configuration>
-
Updates a configuration's field values. [...]
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited