Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"repo": "googleapis/java-billing",
"repo_short": "java-billing",
"distribution_name": "com.google.cloud:google-cloud-billing",
"api_id": "cloudbilling.googleapis.com"
"api_id": "cloudbilling.googleapis.com",
"transport": "grpc",
"requires_billing": true
}
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ See the [Authentication][authentication] section in the base directory's README.
### Prerequisites

You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Billing [API enabled][enable-api].

You will need to [enable billing][enable-billing] to use Google Cloud Billing.
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
Expand All @@ -91,6 +91,10 @@ use this Cloud Billing Client Library.

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

## Transport

Cloud Billing uses gRPC for the transport layer.

## Java Versions

Java 7 or above is required for using this client.
Expand Down Expand Up @@ -152,6 +156,6 @@ Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
[contributing]: https://github.com/googleapis/java-billing/blob/master/CONTRIBUTING.md
[code-of-conduct]: https://github.com/googleapis/java-billing/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
[license]: https://github.com/googleapis/java-billing/blob/master/LICENSE

[enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
[enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=cloudbilling.googleapis.com
[libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM