Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(billing): update service documentation #8597

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions billing/apiv1/billingpb/cloud_billing.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions billing/apiv1/cloud_billing_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/alloydb/apiv1",
"version": "1.4.0",
"version": "1.5.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/alloydb/apiv1alpha",
"version": "1.4.0",
"version": "1.5.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/alloydb/apiv1beta",
"version": "1.4.0",
"version": "1.5.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"regionTag": "cloudbilling_v1_generated_CloudBilling_CreateBillingAccount_sync",
"title": "cloudbilling CreateBillingAccount Sample",
"description": "CreateBillingAccount this method creates [billing\nsubaccounts](https: //cloud.google.com/billing/docs/concepts#subaccounts).\n\nGoogle Cloud resellers should use the\nChannel Services APIs,\n[accounts.customers.create](https: //cloud.google.com/channel/docs/reference/rest/v1/accounts.customers/create)\nand\n[accounts.customers.entitlements.create](https: //cloud.google.com/channel/docs/reference/rest/v1/accounts.customers.entitlements/create).\n\nWhen creating a subaccount, the current authenticated user must have the\n`billing.accounts.update` IAM permission on the parent account, which is\ntypically given to billing account\n[administrators](https: //cloud.google.com/billing/docs/how-to/billing-access).\nThis method will return an error if the parent account has not been\nprovisioned as a reseller account.",
"description": "CreateBillingAccount this method creates [billing\nsubaccounts](https: //cloud.google.com/billing/docs/concepts#subaccounts).\n\nGoogle Cloud resellers should use the\nChannel Services APIs,\n[accounts.customers.create](https: //cloud.google.com/channel/docs/reference/rest/v1/accounts.customers/create)\nand\n[accounts.customers.entitlements.create](https: //cloud.google.com/channel/docs/reference/rest/v1/accounts.customers.entitlements/create).\n\nWhen creating a subaccount, the current authenticated user must have the\n`billing.accounts.update` IAM permission on the parent account, which is\ntypically given to billing account\n[administrators](https: //cloud.google.com/billing/docs/how-to/billing-access).\nThis method will return an error if the parent account has not been\nprovisioned for subaccounts.",
"file": "CloudBillingClient/CreateBillingAccount/main.go",
"language": "GO",
"clientMethod": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/config/apiv1",
"version": "0.1.0",
"version": "0.1.1",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/dataproc/v2/apiv1",
"version": "2.1.0",
"version": "2.2.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/iap/apiv1",
"version": "1.8.1",
"version": "1.9.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/migrationcenter/apiv1",
"version": "0.1.0",
"version": "0.2.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/rapidmigrationassessment/apiv1",
"version": "1.0.0",
"version": "1.0.1",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/serviceusage/apiv1",
"version": "1.7.1",
"version": "1.8.0",
"language": "GO",
"apis": [
{
Expand Down
Loading