google_api_cloud_billing v0.0.1 GoogleApi.CloudBilling.V1.Api.BillingAccounts View Source

API calls for all endpoints tagged BillingAccounts.

Link to this section Summary

Functions

Gets information about a billing account. The current authenticated user must be an owner of the billing account

Lists the billing accounts that the current authenticated user owns

Lists the projects associated with a billing account. The current authenticated user must be an owner of the billing account

Link to this section Functions

Link to this function cloudbilling_billing_accounts_get(connection, name, opts \\ []) View Source
cloudbilling_billing_accounts_get(Tesla.Env.client, String.t, keyword) ::
  {:ok, GoogleApi.CloudBilling.V1.Model.BillingAccount.t} |
  {:error, Tesla.Env.t}

Gets information about a billing account. The current authenticated user must be an owner of the billing account.

Parameters

  • connection (GoogleApi.CloudBilling.V1.Connection): Connection to server
  • name (String): The resource name of the billing account to retrieve. For example, `billingAccounts/012345-567890-ABCDEF`.
  • opts (KeywordList): [optional] Optional parameters

    • :access_token (String): OAuth access token.
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :key (String): 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.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :alt (String): Data format for response.
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :bearer_token (String): OAuth bearer token.
    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").

Returns

{:ok, %GoogleApi.CloudBilling.V1.Model.BillingAccount{}} on success {:error, info} on failure

Link to this function cloudbilling_billing_accounts_list(connection, opts \\ []) View Source
cloudbilling_billing_accounts_list(Tesla.Env.client, keyword) ::
  {:ok, GoogleApi.CloudBilling.V1.Model.ListBillingAccountsResponse.t} |
  {:error, Tesla.Env.t}

Lists the billing accounts that the current authenticated user owns.

Parameters

  • connection (GoogleApi.CloudBilling.V1.Connection): Connection to server
  • opts (KeywordList): [optional] Optional parameters

    • :access_token (String): OAuth access token.
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :key (String): 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.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :alt (String): Data format for response.
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :bearer_token (String): OAuth bearer token.
    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :page_size (Integer): Requested page size. The maximum page size is 100; this is also the default.
    • :page_token (String): A token identifying a page of results to return. This should be a `next_page_token` value returned from a previous `ListBillingAccounts` call. If unspecified, the first page of results is returned.

Returns

{:ok, %GoogleApi.CloudBilling.V1.Model.ListBillingAccountsResponse{}} on success {:error, info} on failure

Link to this function cloudbilling_billing_accounts_projects_list(connection, name, opts \\ []) View Source
cloudbilling_billing_accounts_projects_list(Tesla.Env.client, String.t, keyword) ::
  {:ok, GoogleApi.CloudBilling.V1.Model.ListProjectBillingInfoResponse.t} |
  {:error, Tesla.Env.t}

Lists the projects associated with a billing account. The current authenticated user must be an owner of the billing account.

Parameters

  • connection (GoogleApi.CloudBilling.V1.Connection): Connection to server
  • name (String): The resource name of the billing account associated with the projects that you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
  • opts (KeywordList): [optional] Optional parameters

    • :access_token (String): OAuth access token.
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :key (String): 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.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :alt (String): Data format for response.
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :bearer_token (String): OAuth bearer token.
    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :page_size (Integer): Requested page size. The maximum page size is 100; this is also the default.
    • :page_token (String): A token identifying a page of results to be returned. This should be a `next_page_token` value returned from a previous `ListProjectBillingInfo` call. If unspecified, the first page of results is returned.

Returns

{:ok, %GoogleApi.CloudBilling.V1.Model.ListProjectBillingInfoResponse{}} on success {:error, info} on failure