OrganizationsLocationsCustomersResource class
Methods
-
create(Customer request, String parent, {String? customerId, String? $fields})
→ Future<Customer>
-
Creates a new customer.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Delete details of a single customer
-
get(String name, {String? $fields})
→ Future<Customer>
-
Gets details of a single customer
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListCustomersResponse>
-
Lists customers of a partner identified by its Google Cloud organization
ID
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Customer request, String name, {String? updateMask, String? $fields})
→ Future<Customer>
-
Update details of a single customer
-
toString()
→ String
-
A string representation of this object.
inherited