You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Librarian version upgrade and the `generate --all` command:
```
$ go run github.com/googleapis/librarian/cmd/librarian@v0.29.1 generate --all
```
This didn't generate any diff.
If you are using Gradle without BOM, add this to your dependencies:
67
66
68
67
```Groovy
@@ -88,7 +87,7 @@ The client application making API calls must be granted [authorization scopes][a
88
87
### Prerequisites
89
88
90
89
You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Storage [API enabled][enable-api].
91
-
90
+
You will need to [enable billing][enable-billing] to use Google Cloud Storage.
92
91
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
93
92
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
94
93
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -446,7 +445,6 @@ the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
446
445
and on [google-cloud-java][g-c-j].
447
446
448
447
## Versioning
449
-
450
448
This library follows [Semantic Versioning](http://semver.org/), but does update [Storage interface](src/main/java/com.google.cloud.storage/Storage.java)
451
449
to introduce new methods which can break your implementations if you implement this interface for testing purposes.
452
450
@@ -486,7 +484,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
0 commit comments