google_api_cloud_billing v0.18.2 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, optional_params \\ [], opts \\ [])
View Sourcecloudbilling_services_list(Tesla.Env.client(), keyword(), keyword()) :: {:ok, GoogleApi.CloudBilling.V1.Model.ListServicesResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Lists all public cloud services.
Parameters
connection(type:GoogleApi.CloudBilling.V1.Connection.t) - Connection to serveroptional_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").:pageSize(type:integer()) - Requested page size. Defaults to 5000.:pageToken(type:String.t) - A token identifying a page of results to return. This should be anext_page_tokenvalue returned from a previousListServicescall. If unspecified, the first page of results is returned.
opts(type:keyword()) - Call options
Returns
{:ok, %GoogleApi.CloudBilling.V1.Model.ListServicesResponse{}}on success{:error, info}on failure
Link to this function
cloudbilling_services_skus_list(connection, parent, optional_params \\ [], opts \\ [])
View Sourcecloudbilling_services_skus_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.CloudBilling.V1.Model.ListSkusResponse.t()} | {:ok, Tesla.Env.t()} | {:error, Tesla.Env.t()}
Lists all publicly available SKUs for a given cloud service.
Parameters
connection(type:GoogleApi.CloudBilling.V1.Connection.t) - Connection to serverparent(type:String.t) - Required. The name of the service. Example: "services/DA34-426B-A397"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").:currencyCode(type:String.t) - 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.:endTime(type:DateTime.t) - Optional exclusive end time of the time range for which the pricing versions will be returned. Timestamps in the future are not allowed. The time range has to be within a single calendar month in America/Los_Angeles timezone. Time range as a whole is optional. If not specified, the latest pricing will be returned (up to 12 hours old at most).:pageSize(type:integer()) - Requested page size. Defaults to 5000.:pageToken(type:String.t) - A token identifying a page of results to return. This should be anext_page_tokenvalue returned from a previousListSkuscall. If unspecified, the first page of results is returned.:startTime(type:DateTime.t) - Optional inclusive start time of the time range for which the pricing versions will be returned. Timestamps in the future are not allowed. The time range has to be within a single calendar month in America/Los_Angeles timezone. Time range as a whole is optional. If not specified, the latest pricing will be returned (up to 12 hours old at most).
opts(type:keyword()) - Call options
Returns
{:ok, %GoogleApi.CloudBilling.V1.Model.ListSkusResponse{}}on success{:error, info}on failure