Reference documentation and code samples for the Google Cloud Retail V2 Client class ExportAnalyticsMetricsRequest.
Request message for the ExportAnalyticsMetrics
method.
Generated from protobuf message google.cloud.retail.v2.ExportAnalyticsMetricsRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ catalog |
string
Required. Full resource name of the parent catalog. Expected format: |
↳ output_config |
Google\Cloud\Retail\V2\OutputConfig
Required. The output location of the data. |
↳ filter |
string
A filtering expression to specify restrictions on returned metrics. The expression is a sequence of terms. Each term applies a restriction to the returned metrics. Use this expression to restrict results to a specific time range. Currently we expect only one types of fields: * |
getCatalog
Required. Full resource name of the parent catalog.
Expected format: projects/*/locations/*/catalogs/*
Returns | |
---|---|
Type | Description |
string |
setCatalog
Required. Full resource name of the parent catalog.
Expected format: projects/*/locations/*/catalogs/*
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOutputConfig
Required. The output location of the data.
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\OutputConfig|null |
hasOutputConfig
clearOutputConfig
setOutputConfig
Required. The output location of the data.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Retail\V2\OutputConfig
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
A filtering expression to specify restrictions on returned metrics.
The expression is a sequence of terms. Each term applies a restriction to the returned metrics. Use this expression to restrict results to a specific time range. Currently we expect only one types of fields:
timestamp
: This can be specified twice, once with a less than operator and once with a greater than operator. Thetimestamp
restriction should result in one, contiguous, valid,timestamp
range. Some examples of valid filters expressions:- Example 1:
timestamp > "2012-04-23T18:25:43.511Z" timestamp < "2012-04-23T18:30:43.511Z"
- Example 2:
timestamp > "2012-04-23T18:25:43.511Z"
- Example 1:
Returns | |
---|---|
Type | Description |
string |
setFilter
A filtering expression to specify restrictions on returned metrics.
The expression is a sequence of terms. Each term applies a restriction to the returned metrics. Use this expression to restrict results to a specific time range. Currently we expect only one types of fields:
timestamp
: This can be specified twice, once with a less than operator and once with a greater than operator. Thetimestamp
restriction should result in one, contiguous, valid,timestamp
range. Some examples of valid filters expressions:- Example 1:
timestamp > "2012-04-23T18:25:43.511Z" timestamp < "2012-04-23T18:30:43.511Z"
- Example 2:
timestamp > "2012-04-23T18:25:43.511Z"
- Example 1:
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |