GoogleApi.Area120Tables.V1alpha1.Api.Tables.area120tables_tables_rows_list
You're seeing just the function
area120tables_tables_rows_list
, go back to GoogleApi.Area120Tables.V1alpha1.Api.Tables module for more information.
Link to this function
area120tables_tables_rows_list(connection, parent, optional_params \\ [], opts \\ [])
View SourceSpecs
area120tables_tables_rows_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Area120Tables.V1alpha1.Model.ListRowsResponse.t()} | {:ok, Tesla.Env.t()} | {:ok, list()} | {:error, any()}
Lists rows in a table. Returns NOT_FOUND if the table does not exist.
Parameters
-
connection
(type:GoogleApi.Area120Tables.V1alpha1.Connection.t
) - Connection to server -
parent
(type:String.t
) - Required. The parent table. Format: tables/{table} -
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. Filter to only include resources matching the requirements. For more information, see Filtering list results. -
:orderBy
(type:String.t
) - Optional. Sorting order for the list of rows on createTime/updateTime. -
:pageSize
(type:integer()
) - The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 50 rows are returned. The maximum value is 1,000; values above 1,000 are coerced to 1,000. -
:pageToken
(type:String.t
) - A page token, received from a previousListRows
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided toListRows
must match the call that provided the page token. -
:view
(type:String.t
) - Optional. Column key to use for values in the row. Defaults to user entered name.
-
-
opts
(type:keyword()
) - Call options
Returns
-
{:ok, %GoogleApi.Area120Tables.V1alpha1.Model.ListRowsResponse{}}
on success -
{:error, info}
on failure