Questions tagged [google-cloud-billing]

148 questions
1
vote
1 answer

How do I disable Billing Account Creation for my organization on Google Cloud Platform?

In this video at 10:54, a Google representative says: And here, we want to call out this tip -- really important tip -- by default, [we] leave the Billing Account Creator Roles ON in your organization for everyone who's in it. We want to strongly…
MikeTwo
  • 1,228
  • 1
  • 14
  • 13
1
vote
1 answer

Charged for a service I don't use - Google Cloud

I'm using a service on google cloud platform that I don't know how to disable. Here is the exact name of the service: Compute Engine Micro Instance with burstable CPU running in Americas: 1556.347 Hours. I think I found a service running under APIs…
1
vote
1 answer

Billing problem when trying to activate google ads api on google cloud

I'm trying to activate the Google Ads Api for my Google Cloud project. But every time I try it throws the following error: An unknown error occurred when attempting to verify your billing information. Please try again or return later Tracking…
1
vote
1 answer

Google cloud usage API

with my company we were interested in the translation API. I need to know if there is a way to retrieve the usage state of an account for a specific period. (For example I would like to be able to know that last month I translated X characters that…
Federico
  • 743
  • 9
  • 22
1
vote
1 answer

How to get billing information programmatically from Google Cloud Platform? Is there any API's there.?

I want write utility which fetches billing information for my project but I am not able to find any specific API from GCP to do the same. I tried a couple of APIs like getBillingInfo but these APIs just give information about billing account, not…
1
vote
0 answers

.NoSuchMethodError: io.opencensus.trace.Span.addMessageEvent occured when getting Blob from GCP storage

This is my stacktrace of the issue :- SEVERE: Unhandled exception java.lang.NoSuchMethodError: io.opencensus.trace.Span.addMessageEvent(Lio/opencensus/trace/MessageEvent;)V at…
1
vote
2 answers

Is Google Cloud Trial enough for academic project?

We are going to use Kubernetes Engine, Cloud SQL, Storage, and possibly Nosql and cache services for our academic project. So far we'll have 5 accounts and the project has to be running for 3 months. Will it be enough for us? Is it possible, for…
1
vote
2 answers

How does Google charge for account having multiple large firestore databases

Let's say I have 10 Firestore databases in different projects. Out of these 10, 8 have small Firestore database size which falls in free quota. The other two are larger in size and exceeds the free quota. Now my question is, does Google charge…
InspiredCoder
  • 394
  • 6
  • 22
1
vote
0 answers

Bigquery Queryjobconfig labels doesn't appear in billing export

I have already setup billing exports as described in this link for billing analysis. For the resources like dataset etc labels are set from console and I can do analyse resources billing in Data studio report for those labels. However now I want to…
1
vote
1 answer

Committed use discounts: How to apply to a VM

I purchased a VM with a committed use discount from GCP and it's active but now I would think that this VM would be added to my VM instances list but it's not. My two old VM's are still running but I don't see my VM that should be connected to my…
1
vote
1 answer

How to get billing information programmatically from Google Cloud Platform?

I want write utility which fetches billing information for my project dynamically but I am not able to find any specific API from GCP to do the same. I tried a couple of APIs like getBillingInfo but these APIs just give information about billing…
Ravi
  • 312
  • 3
  • 19
1
vote
1 answer

How can I map cost and assets in gcp

I have used BigQuery and DataSet to store billing data. I am not able to map line items from billing data to asset data line item. For example I am getting asset id in asset data, but not getting asset id in billing data. So here I am facing issues…
0
votes
0 answers

Configuring Service Account and Fetching GCP Project Cost Reports using python google-cloud-billing library

I'm looking to fetch cost usage reports for all my GCP projects using the google-cloud-billing library in Python. To achieve this, I've created a Service Account. However, I encountered an issue while trying to attach the "Billing Account Viewer"…
0
votes
1 answer

Where can I find my Bigquery reservation?

I created a BQ reservation for one of my projects and I see it being billed but I cannot find it in the Capacity Management page. I have checked every geographical location as well. I still see it as the main billing item, where it used to be just…
0
votes
0 answers

Google Cloud Billing working with a Python API to get Sku_id billed details

I'm working on a project to monitor my Google Billing though BigQuery queries with Python. I succeed to collect the list of all services and sku billed with the following code from google.cloud import bigquery # Initialize the BigQuery…
Lilly_Co
  • 169
  • 12