Skip to content

BigQuery: add maximumBillingTier option#2044

Merged
garrettjonesgoogle merged 5 commits into
googleapis:masterfrom
rborer:bigquery-billing-tier
Jun 2, 2017
Merged

BigQuery: add maximumBillingTier option#2044
garrettjonesgoogle merged 5 commits into
googleapis:masterfrom
rborer:bigquery-billing-tier

Conversation

@rborer

@rborer rborer commented May 9, 2017

Copy link
Copy Markdown

Allow to pass the optional maximumBillingTier parameter (fixes #2012).

Allow to pass the optional maximumBillingTier parameter (fixes googleapis#2012)
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 9, 2017

/**
* Return the optional billing tier limit for this job.
*/

This comment was marked as spam.

}

/**
* Limit the billing tier for this job. Queries that have resource usage beyond this tier will fail

This comment was marked as spam.

return useLegacySql;
}

/**

This comment was marked as spam.

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling f8717e7 on rborer:bigquery-billing-tier into ** on GoogleCloudPlatform:master**.


/**
* Returns the optional billing tier limit for this job.
*/

This comment was marked as spam.

This comment was marked as spam.

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling c2aa3c7 on rborer:bigquery-billing-tier into ** on GoogleCloudPlatform:master**.

.add("writeDisposition", writeDisposition)
.add("dryRun", dryRun)
.add("useLegacySql", useLegacySql)
.add("maximumBillingTier", maximumBillingTier)

This comment was marked as spam.

This comment was marked as spam.

@coveralls

Copy link
Copy Markdown

Coverage Status

Changes Unknown when pulling 7304dee on rborer:bigquery-billing-tier into ** on GoogleCloudPlatform:master**.

@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

LGTM

@polleyg

polleyg commented Jun 2, 2017

Copy link
Copy Markdown

Any chance of getting this merged and rolled out? It's a real headache for us having to use the old lib just because this method is not exposed in the new one.

@garrettjonesgoogle garrettjonesgoogle merged commit dc9993b into googleapis:master Jun 2, 2017
@garrettjonesgoogle

Copy link
Copy Markdown
Contributor

This is merged now. It should go out in the next release in the next few business days.

chingor13 pushed a commit that referenced this pull request Feb 13, 2026
…v3.56.1 (#2044)

Co-authored-by: Jin Seop Kim <jinseop@google.com>
lqiu96 pushed a commit that referenced this pull request Mar 20, 2026
…v3.56.1 (#2044)

Co-authored-by: Jin Seop Kim <jinseop@google.com>
suztomo pushed a commit to suztomo/google-cloud-java that referenced this pull request Mar 23, 2026
meltsufin pushed a commit that referenced this pull request Apr 29, 2026
…27.0 (#2044)

* deps: update dependency com.google.protobuf:protobuf-java-util to v4.27.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"maximumBillingTier" missing in BigQuery

6 participants