Method: admin.directory.v1.customers.chrome.printers.patch

Printer リソースを更新します。

HTTP リクエスト

PATCH https://admin.googleapis.com/admin/directory/v1/{printer.name=customers/*/chrome/printers/*}

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
printer.name

string

ID。Printer オブジェクトのリソース名。形式は customers/{customer-id}/printers/{printer-id} です(プリンタの作成中は空白のままにします)。

クエリ パラメータ

パラメータ
updateMask

string (FieldMask format)

更新するフィールドのリスト。一部のフィールドは読み取り専用であり、更新できません。指定されていないフィールドの値はパッチされます。

完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo"

clearMask

string (FieldMask format)

消去するフィールドのリスト。一部のフィールドは読み取り専用であり、更新できません。指定されていないフィールドの値はパッチされます。

完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo"

リクエストの本文

リクエストの本文には Printer のインスタンスが含まれます。

レスポンスの本文

成功した場合、レスポンスの本文には Printer のインスタンスが含まれます。

認可スコープ

次の OAuth スコープが必要です。

  • https://www.googleapis.com/auth/admin.chrome.printers

詳しくは、認可ガイドをご覧ください。