Google Analytics Admin V1alpha Client - Class UpdateSubpropertySyncConfigRequest (0.29.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class UpdateSubpropertySyncConfigRequest.

Request message for UpdateSubpropertySyncConfig RPC.

Generated from protobuf message google.analytics.admin.v1alpha.UpdateSubpropertySyncConfigRequest

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ subproperty_sync_config SubpropertySyncConfig

Required. The SubpropertySyncConfig to update.

↳ update_mask Google\Protobuf\FieldMask

Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

getSubpropertySyncConfig

Required. The SubpropertySyncConfig to update.

Returns
Type Description
SubpropertySyncConfig|null

hasSubpropertySyncConfig

clearSubpropertySyncConfig

setSubpropertySyncConfig

Required. The SubpropertySyncConfig to update.

Parameter
Name Description
var SubpropertySyncConfig
Returns
Type Description
$this

getUpdateMask

Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
subpropertySyncConfig SubpropertySyncConfig

Required. The SubpropertySyncConfig to update.

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.

Returns
Type Description
UpdateSubpropertySyncConfigRequest