GoogleApi.HealthCare.V1beta1.Api.Projects.healthcare_projects_locations_datasets_consent_stores_user_data_mappings_list
You're seeing just the function
healthcare_projects_locations_datasets_consent_stores_user_data_mappings_list
, go back to GoogleApi.HealthCare.V1beta1.Api.Projects module for more information.
Link to this function
healthcare_projects_locations_datasets_consent_stores_user_data_mappings_list(connection, projects_id, locations_id, datasets_id, consent_stores_id, optional_params \\ [], opts \\ [])
View SourceSpecs
healthcare_projects_locations_datasets_consent_stores_user_data_mappings_list( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.HealthCare.V1beta1.Model.ListUserDataMappingsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the User data mappings in the specified consent store.
Parameters
-
connection
(type:GoogleApi.HealthCare.V1beta1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofparent
. Required. Name of the consent store to retrieve User data mappings from. -
locations_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
datasets_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
consent_stores_id
(type:String.t
) - Part ofparent
. See documentation ofprojectsId
. -
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
) - Optional. Restricts the user data mappings returned to those matching a filter. The following syntax is available: A string field value can be written as text inside quotation marks, for example"query text"
. The only valid relational operation for text fields is equality (=
), where text is searched within the field, rather than having the field be equal to the text. For example,"Comment = great"
returns messages withgreat
in the comment field. A number field value can be written as an integer, a decimal, or an exponential. The valid relational operators for number fields are the equality operator (=
), along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. A date field value must be written inyyyy-mm-dd
form. Fields with date and time use the RFC3339 time format. Leading zeros are required for one-digit months and days. The valid relational operators for date fields are the equality operator (=
) , along with the less than/greater than operators (<
,<=
,>
,>=
). Note that there is no inequality (!=
) operator. You can prepend theNOT
operator to an expression to negate it. Multiple field query expressions can be combined in one query by addingAND
orOR
operators between the expressions. If a boolean operator appears within a quoted string, it is not treated as special, it's just another part of the character string to be matched. You can prepend theNOT
operator to an expression to negate it. The fields available for filtering are: - data_id - user_id. For example,filter=user_id=\"user123\"
. - archived - archive_time -
:pageSize
(type:integer()
) - Optional. Limit on the number of User data mappings to return in a single response. If not specified, 100 is used. May not be larger than 1000. -
:pageToken
(type:String.t
) - Optional. Token to retrieve the next page of results, or empty to get the first page.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.HealthCare.V1beta1.Model.ListUserDataMappingsResponse{}}
on success -
{:error, info}
on failure