GoogleApi.HealthCare.V1.Api.Projects.healthcare_projects_locations_datasets_consent_stores_consents_list_revisions
You're seeing just the function
healthcare_projects_locations_datasets_consent_stores_consents_list_revisions
, go back to GoogleApi.HealthCare.V1.Api.Projects module for more information.
Link to this function
healthcare_projects_locations_datasets_consent_stores_consents_list_revisions(connection, projects_id, locations_id, datasets_id, consent_stores_id, consents_id, optional_params \\ [], opts \\ [])
View SourceSpecs
healthcare_projects_locations_datasets_consent_stores_consents_list_revisions( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.HealthCare.V1.Model.ListConsentRevisionsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists the revisions of the specified Consent in reverse chronological order.
Parameters
-
connection
(type:GoogleApi.HealthCare.V1.Connection.t
) - Connection to server -
projects_id
(type:String.t
) - Part ofname
. Required. The resource name of the Consent to retrieve revisions for. -
locations_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
datasets_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
consent_stores_id
(type:String.t
) - Part ofname
. See documentation ofprojectsId
. -
consents_id
(type:String.t
) - Part ofname
. 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 revisions 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. Fields available for filtering are: - user_id. For example,filter='user_id="user123"'
. - consent_artifact - state - revision_create_time - metadata. For example,filter=Metadata(\"testkey\")=\"value\"
orfilter=HasMetadata(\"testkey\")
. -
:pageSize
(type:integer()
) - Optional. Limit on the number of revisions 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 if there are no more results in the list.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.HealthCare.V1.Model.ListConsentRevisionsResponse{}}
on success -
{:error, info}
on failure