View Source GoogleApi.PlayDeveloperReporting.V1beta1.Api.Anomalies (google_api_play_developer_reporting v0.5.0)
API calls for all endpoints tagged Anomalies
.
Summary
Functions
Lists anomalies in any of the datasets.
Functions
Link to this function
playdeveloperreporting_anomalies_list(connection, parent, optional_params \\ [], opts \\ [])
View Source@spec playdeveloperreporting_anomalies_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists anomalies in any of the datasets.
Parameters
-
connection
(type:GoogleApi.PlayDeveloperReporting.V1beta1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. Parent app for which anomalies were detected. Format: apps/{app} -
optional_params
(type:keyword()
) - Optional parameters-
:"$.xgafv"
(type:String.t
) - V1 error format. -
:access_token
(type:String.t
) - OAuth access token. -
:alt
(type:String.t
) - Data format for response. -
:callback
(type:String.t
) - JSONP -
:fields
(type:String.t
) - Selector specifying which fields to include in a partial response. -
:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. -
:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user. -
:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks. -
:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. -
:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart"). -
:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart"). -
:filter
(type:String.t
) - Filtering criteria for anomalies. For basic filter guidance, please check: https://google.aip.dev/160. Supported functions:activeBetween(startTime, endTime)
: If specified, only list anomalies that were active in betweenstartTime
(inclusive) andendTime
(exclusive). Both parameters are expected to conform to an RFC-3339 formatted string (e.g.2012-04-21T11:30:00-04:00
). UTC offsets are supported. BothstartTime
andendTime
accept the special valueUNBOUNDED
, to signify intervals with no lower or upper bound, respectively. Examples:activeBetween("2021-04-21T11:30:00Z", "2021-07-21T00:00:00Z")
activeBetween(UNBOUNDED, "2021-11-21T00:00:00-04:00")
activeBetween("2021-07-21T00:00:00-04:00", UNBOUNDED)
-
:pageSize
(type:integer()
) - Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. The maximum value is 100; values above 100 will be coerced to 100. -
:pageToken
(type:String.t
) - A page token, received from a previousListErrorReports
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListErrorReports
must match the call that provided the page token.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.PlayDeveloperReporting.V1beta1.Model.GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse{}}
on success -
{:error, info}
on failure