Questions tagged [google-cloud-billing]

148 questions
0
votes
2 answers

Advice on properly saving Google Compute VM image to Google bucket?

I have an Ubunutu VM I set up with Google Compute, and because it was very nice I am trying to create a copy of this image and archive it, so I can create VM instances with it in the future. However, I am experiencing random command-line errors, so…
0
votes
2 answers

GCP Service account billing related

I am planning to establish my web application to GCP(server to server) communication using the service account, so I create a service account and ask my customer to grant the service account with appropriate access to their Cloud data via IAM…
0
votes
0 answers

firebase blaze plan took money directly after upgrading to it and didn't wait to the end of the month

I have upgraded my firebase project to blaze plan . I read that the project will take money from me at the end of each month but what happened with me is that when I upgraded the app it took money directly and didn't wait for the end of the month
0
votes
2 answers

GCP from trial to normal transition

I started a free trial account on GCP with card authorization. I got my 300$ of resources. I want to use more than 8 cores though, so from what I understand I have to upgrade to a normal account. The thing I don't know is Will credits gained from…
0
votes
2 answers

Is it possible to get an unambiguous cost summary per project?

We have exported our billing history to bigquery. I am trying to get the total cost per project but I'm starting to think its impossible to do so because the data includes project.labels which means there can be multiple rows per billing…
jamiet
  • 10,501
  • 14
  • 80
  • 159
0
votes
1 answer

Is sustained use discount calculated across projects?

[Diagram] SUD across projects Please take a look on the diagram above. I need to know, will be VM1 and VM2 considered as single inferred instance or not. For example, VM1 runned 25% of the month, machine VM2 also 25% and they are not overlapped at…
0
votes
2 answers

How to use Google Cloud Billing APIs to calculate usage costs?

How can I use the Google Cloud Billing APIs to retrieve my total expected bill / accumulated bill so far? Is there an API call that simply returns the cost so far for a certain billing account? Or alternatively, a combination of calls - one for…
0
votes
1 answer

google cloud billing API: not able to update billing info

I am trying to learn how to use the cloud billing API and playing around with it's methods. I copied a code snippet in Java that shows how to use the updateBillingInfo method. I have a project in my cloud account, and it has a billing account…
0
votes
0 answers

Cost - Speech to Text - API Google Cloud

I am trying to understand the pricing for the Speech to Text API. Google informs they will charge U$0.006 / 15 second. Taking the following scenario: 60 seconds audio file Out of the 60 seconds, 45 seconds will be muted and 15 seconds there will be…
0
votes
1 answer

Access Google cloud platform billing api

Is there a way to allow/give consent to a developer to access my google cloud platform billing data ? https://cloud.google.com/billing/docs/how-to/export-data-bigquery
0
votes
1 answer

Google Cloud Billing API using Python

I'm trying to get billingInfo for a google cloud project using python 3.6 I have done with request to billing API but the response is not expected, As Google's documentation for Billing Api says that it returns Name, ProjectId, billingAccountName &…
0
votes
1 answer

How do I get Google Cloud costs for this month programmatically?

My current Google Cloud billing dashboard shows me the charges for this month, for all my Google Services: Storage, BigQuery, etc. How do I get this information programmatically? The Cloud Billing API only gives me billing details, but that is not…
0
votes
1 answer

Google Cloud Billing Project based report

In Google Cloud Platform, is there any way to generate Project based billed report. Can able to find only overall billed report which includes particulars for all Projects instead of project based. If available in PDF format it will be easy to mail…
-1
votes
0 answers

Trying to get GCP Project Billing info via Java Client

GetProjectBillingInfoRequest request = GetProjectBillingInfoRequest.newBuilder() .setName(ProjectBillingInfoName.of("billing-124-2j0").toString()) .build(); ProjectBillingInfo response =…
DAK
  • 282
  • 1
  • 18
-1
votes
1 answer

Issue with BillingAccountUser role in GCP

While learning GCP billing a bit thoroughly, I have a scenario with GCP Billing, and I am not able to understand how this is addressed, so please clarify. I have a user (admin_user) who has created a billing account. This admin user adds another…
1 2 3
9
10