Method: projects.locations.orders.hardwareGroups.patch

Updates the parameters of a hardware group.

HTTP request

PATCH https://gdchardwaremanagement.googleapis.com/v1alpha/{hardwareGroup.name=projects/*/locations/*/orders/*/hardwareGroups/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
hardwareGroup.name

string

Identifier. Name of this hardware group. Format: projects/{project}/locations/{location}/orders/{order}/hardwareGroups/{hardwareGroup}

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. A mask to specify the fields in the HardwareGroup to overwrite with this update. The fields specified in the updateMask are relative to the hardware group, not the full request. A field will be overwritten if it is in the mask. If you don't provide a mask then all fields will be overwritten.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

requestId

string

Optional. An optional unique identifier for this request. See AIP-155.

Request body

The request body contains an instance of HardwareGroup.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • gdchardwaremanagement.hardwareGroups.update

For more information, see the IAM documentation.