Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ReorderEventEditRulesRequest.
Request message for ReorderEventEditRules RPC.
Generated from protobuf message google.analytics.admin.v1alpha.ReorderEventEditRulesRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Example format: properties/123/dataStreams/456 |
↳ event_edit_rules |
array
Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list. |
getParent
Required. Example format: properties/123/dataStreams/456
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Example format: properties/123/dataStreams/456
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEventEditRules
Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setEventEditRules
Required. EventEditRule resource names for the specified data stream, in the needed processing order. All EventEditRules for the stream must be present in the list.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |