Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit bf7d33d

Browse files
authored
chore: update repo-metadata and regenerate README from templates (#10)
1 parent ed1a000 commit bf7d33d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.repo-metadata.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"repo": "googleapis/java-billing",
1111
"repo_short": "java-billing",
1212
"distribution_name": "com.google.cloud:google-cloud-billing",
13-
"api_id": "cloudbilling.googleapis.com"
13+
"api_id": "cloudbilling.googleapis.com",
14+
"transport": "grpc",
15+
"requires_billing": true
1416
}

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ See the [Authentication][authentication] section in the base directory's README.
6666
### Prerequisites
6767

6868
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Billing [API enabled][enable-api].
69-
69+
You will need to [enable billing][enable-billing] to use Google Cloud Billing.
7070
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
7171
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
7272
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -91,6 +91,10 @@ use this Cloud Billing Client Library.
9191

9292
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
9393

94+
## Transport
95+
96+
Cloud Billing uses gRPC for the transport layer.
97+
9498
## Java Versions
9599

96100
Java 7 or above is required for using this client.
@@ -152,6 +156,6 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
152156
[contributing]: https://github.com/googleapis/java-billing/blob/master/CONTRIBUTING.md
153157
[code-of-conduct]: https://github.com/googleapis/java-billing/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
154158
[license]: https://github.com/googleapis/java-billing/blob/master/LICENSE
155-
159+
[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
156160
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=cloudbilling.googleapis.com
157161
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM

0 commit comments

Comments
 (0)