Reference documentation and code samples for the Google Analytics Admin V1beta Client class UpdateMeasurementProtocolSecretRequest.
Request message for UpdateMeasurementProtocolSecret RPC
Generated from protobuf message google.analytics.admin.v1beta.UpdateMeasurementProtocolSecretRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ measurement_protocol_secret | Google\Analytics\Admin\V1beta\MeasurementProtocolSecret Required. The measurement protocol secret to update. |
↳ update_mask | Google\Protobuf\FieldMask The list of fields to be updated. Omitted fields will not be updated. |
getMeasurementProtocolSecret
Required. The measurement protocol secret to update.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1beta\MeasurementProtocolSecret|null |
hasMeasurementProtocolSecret
clearMeasurementProtocolSecret
setMeasurementProtocolSecret
Required. The measurement protocol secret to update.
Parameter | |
---|---|
Name | Description |
var | Google\Analytics\Admin\V1beta\MeasurementProtocolSecret |
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
The list of fields to be updated. Omitted fields will not be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated. Omitted fields will not be updated.
Parameter | |
---|---|
Name | Description |
var | Google\Protobuf\FieldMask |
Returns | |
---|---|
Type | Description |
$this |