Immutable. Identifier. The unique identifier for the data segment. Account ID corresponds to the account ID that created the segment. v1alpha format: buyers/{accountId}/dataSegments/{curatorDataSegmentId} v1beta format: curators/{curatorAccountId}/dataSegments/{curatorDataSegmentId}
Optional. List of fields to be updated. If empty or unspecified, the service will update all fields populated in the update request excluding the output only fields and primitive fields with default value. Note that explicit field mask is required in order to reset a primitive field back to its default value, for example, false for boolean fields, 0 for integer fields. A special field mask consisting of a single path "*" can be used to indicate full replacement(the equivalent of PUT method), updatable fields unset or unspecified in the input will be cleared or set to default value. Output only fields will be ignored regardless of the value of updateMask.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
Request body
The request body contains an instance of DataSegment.
Response body
If successful, the response body contains an instance of DataSegment.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This API endpoint updates a data segment using a PATCH request to a specific URL structure, utilizing gRPC Transcoding syntax."],["The `dataSegment.name` is a required path parameter, serving as the unique identifier for the data segment being updated, following the format `buyers/{accountId}/dataSegments/{curatorDataSegmentId}`."],["The `updateMask` is an optional query parameter used to specify which fields should be updated, or a single \"\\*\" to indicate full replacement, using FieldMask format."],["The request body and successful response body both utilize the `DataSegment` resource, which is used to update the data segment."],["The API request requires the OAuth scope: `https://www.googleapis.com/auth/authorized-buyers-marketplace` for proper authorization."]]],[]]