AccountsChannelPartnerLinksCustomersResource class

Constructors

AccountsChannelPartnerLinksCustomersResource(ApiRequester client)

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(GoogleCloudChannelV1Customer request, String parent, {String? $fields}) Future<GoogleCloudChannelV1Customer>
Creates a new Customer resource under the reseller or distributor account.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes the given Customer permanently.
get(String name, {String? $fields}) Future<GoogleCloudChannelV1Customer>
Returns the requested Customer resource.
import(GoogleCloudChannelV1ImportCustomerRequest request, String parent, {String? $fields}) Future<GoogleCloudChannelV1Customer>
Imports a Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudChannelV1ListCustomersResponse>
List Customers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudChannelV1Customer request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudChannelV1Customer>
Updates an existing Customer resource for the reseller or distributor.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited