This repository was archived by the owner on Sep 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ See the [Authentication][authentication] section in the base directory's README.
6666### Prerequisites
6767
6868You 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
9292To 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
96100Java 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
You can’t perform that action at this time.
0 commit comments