Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class UpdateRegionRequest.
Request message for the UpdateRegion
method.
Generated from protobuf message google.shopping.merchant.accounts.v1.UpdateRegionRequest
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ region
↳ update_mask
Google\Protobuf\FieldMask
Optional. The comma-separated field mask indicating the fields to update. Example: "displayName,postalCodeArea.regionCode"
.
getRegion
Required. The updated region.
hasRegion
clearRegion
setRegion
Required. The updated region.
$this
getUpdateMask
Optional. The comma-separated field mask indicating the fields to update.
Example: "displayName,postalCodeArea.regionCode"
.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The comma-separated field mask indicating the fields to update.
Example: "displayName,postalCodeArea.regionCode"
.
$this
static::build
region
updateMask
Google\Protobuf\FieldMask
Optional. The comma-separated field mask indicating the fields to update.
Example: "displayName,postalCodeArea.regionCode"
.