listCustomers
company
(お客様)は、ゼロタッチ アカウントを持つ一意の組織を表します。このメソッドは、販売パートナー アカウントに関連付けられているお客様を一覧表示します。
メソッド シグネチャ
public ListCustomersResponse listCustomers(ListCustomersRequest request) throws CommonException;
ListCustomersRequest
プロパティ名 |
値 |
必須 |
説明 |
pageSize |
int |
いいえ |
ページサイズ(最大 100 )。100 または null より大きい場合は、100 が使用されます。 |
pageToken |
string |
いいえ |
ページトークン。空の場合は、最初のページが返されます。 |
vendorParams |
map |
いいえ |
追加フィールド、ベンダー指定の Key-Value ペア。 |
ListCustomersResponse
プロパティ名 |
値 |
説明 |
customers |
object( Company ) のリスト |
販売パートナーに関連付けられているお客様のリスト。 |
totalCount |
int |
リクエストに一致するデバイスの合計数。 |
nextPageToken |
strong |
次のページトークン。最後のページの場合は空白です。 |
vendorParams |
map |
追加フィールド、ベンダー指定の Key-Value ペア。 |
エラーの動作
エラーが発生すると、ライブラリは次のいずれかのエラーコードを含む CommonException
をスローします。
エラーコード |
INTERNAL_SERVER_ERROR |
INVALID_PAGE_TOKEN |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-09 UTC。
[null,null,["最終更新日 2024-11-09 UTC。"],[[["A company, referred to as a customer, represents an organization with a zero-touch account."],["This method `listCustomers` is used to list customers associated with a reseller account."],["The request for the list of customers can be customized using `pageSize`, `pageToken`, and `vendorParams`."],["The `ListCustomersResponse` provides a list of customers, total customer count, the next page token, and extra vendor parameters."],["The `listCustomers` method can throw a `CommonException` with `INTERNAL_SERVER_ERROR` or `INVALID_PAGE_TOKEN` error codes."]]],[]]