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

API calls for all endpoints tagged Services.

Link to this section Summary

Functions

Lists all public cloud services

Lists all publicly available SKUs for a given cloud service

Link to this section Functions

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

Lists all public cloud services.

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. Defaults to 5000.
    • :page_token (String): A token identifying a page of results to return. This should be a `next_page_token` value returned from a previous `ListServices` call. If unspecified, the first page of results is returned.

Returns

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

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

Lists all publicly available SKUs for a given cloud service.

Parameters

  • connection (GoogleApi.CloudBilling.V1.Connection): Connection to server
  • parent (String): The name of the service. Example: "services/DA34-426B-A397"
  • 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").
    • :currency_code (String): The ISO 4217 currency code for the pricing info in the response proto. Will use the conversion rate as of start_time. Optional. If not specified USD will be used.
    • :end_time (String): Optional exclusive end time of the time range for which the pricing versions will be returned. Timestamps in the future are not allowed. Maximum allowable time range is 1 month (31 days). Time range as a whole is optional. If not specified, the latest pricing will be returned (up to 12 hours old at most).
    • :page_size (Integer): Requested page size. Defaults to 5000.
    • :start_time (String): Optional inclusive start time of the time range for which the pricing versions will be returned. Timestamps in the future are not allowed. Maximum allowable time range is 1 month (31 days). Time range as a whole is optional. If not specified, the latest pricing will be returned (up to 12 hours old at most).
    • :page_token (String): A token identifying a page of results to return. This should be a `next_page_token` value returned from a previous `ListSkus` call. If unspecified, the first page of results is returned.

Returns

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