google_api_big_query v0.0.1 GoogleApi.BigQuery.V2.Api.Projects View Source
API calls for all endpoints tagged Projects.
Link to this section Summary
Functions
Lists all projects to which you have been granted any project role
Link to this section Functions
Link to this function
bigquery_projects_list(connection, opts \\ [])
View Source
bigquery_projects_list(Tesla.Env.client(), keyword()) :: {:ok, GoogleApi.BigQuery.V2.Model.ProjectList.t()} | {:error, Tesla.Env.t()}
Lists all projects to which you have been granted any project role.
Parameters
- connection (GoogleApi.BigQuery.V2.Connection): Connection to server
opts (KeywordList): [optional] Optional parameters
- :alt (String.t): Data format for the response.
- :fields (String.t): Selector specifying which fields to include in a partial response.
- :key (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 (String.t): OAuth 2.0 token for the current user.
- :pretty_print (boolean()): Returns response with indentations and line breaks.
- :quota_user (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. Overrides userIp if both are provided.
- :user_ip (String.t): IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- :max_results (integer()): Maximum number of results to return
- :page_token (String.t): Page token, returned by a previous call, to request the next page of results
Returns
{:ok, %GoogleApi.BigQuery.V2.Model.ProjectList{}} on success {:error, info} on failure