2023-05-04
▼ ▲ analyticsadmin.properties.dataStreams.eventCreateRules.list
Flat Path : v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventCreateRules
Scopes :
HTTP Method : GET
Path : v1alpha/{+parent}/eventCreateRules
Description : Lists EventCreateRules on a web data stream.
Parameter Order : parent
Parameters :
pageToken
Type : string
Location : query
Description : A page token, received from a previous `ListEventCreateRules` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListEventCreateRules` must match the call that provided the page token.
parent
Required : Yes
Description : Required. Example format: properties/123/dataStreams/456
Pattern : ^properties/[^/]+/dataStreams/[^/]+$
Type : string
Location : path
pageSize
Location : query
Format : int32
Description : The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
Type : integer
▼ ▲ analyticsadmin.properties.dataStreams.eventCreateRules.patch
Flat Path : v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventCreateRules/{eventCreateRulesId}
Scopes : https://www.googleapis.com/auth/analytics.edit
Path : v1alpha/{+name}
Description : Updates an EventCreateRule.
HTTP Method : PATCH
Parameters :
updateMask
Type : string
Location : query
Description : Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
Format : google-fieldmask
name
Location : path
Type : string
Description : Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules
Pattern : ^properties/[^/]+/dataStreams/[^/]+/eventCreateRules/[^/]+$
Required : Yes
Parameter Order : name
▼ ▲ analyticsadmin.properties.dataStreams.eventCreateRules.delete
Flat Path : v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventCreateRules/{eventCreateRulesId}
Parameter Order : name
Parameters :
name
Description : Required. Example format: properties/123/dataStreams/456/eventCreateRules/789
Required : Yes
Pattern : ^properties/[^/]+/dataStreams/[^/]+/eventCreateRules/[^/]+$
Location : path
Type : string
Description : Deletes an EventCreateRule.
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/analytics.edit
Path : v1alpha/{+name}
▼ ▲ analyticsadmin.properties.dataStreams.eventCreateRules.create
HTTP Method : POST
Path : v1alpha/{+parent}/eventCreateRules
Parameters :
parent
Pattern : ^properties/[^/]+/dataStreams/[^/]+$
Required : Yes
Description : Required. Example format: properties/123/dataStreams/456
Type : string
Location : path
Flat Path : v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventCreateRules
Scopes : https://www.googleapis.com/auth/analytics.edit
Description : Creates an EventCreateRule.
Parameter Order : parent
▼ ▲ analyticsadmin.properties.dataStreams.eventCreateRules.get
Parameters :
name
Required : Yes
Location : path
Type : string
Pattern : ^properties/[^/]+/dataStreams/[^/]+/eventCreateRules/[^/]+$
Description : Required. The name of the EventCreateRule to get. Example format: properties/123/dataStreams/456/eventCreateRules/789
HTTP Method : GET
Parameter Order : name
Flat Path : v1alpha/properties/{propertiesId}/dataStreams/{dataStreamsId}/eventCreateRules/{eventCreateRulesId}
Path : v1alpha/{+name}
Scopes :
Description : Lookup for a single EventCreateRule.