FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: promote google-cloud-storage-control to GA by BenWhitehead · Pull Request #2575 · googleapis/java-storage · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (1) .txt  (1) .xml  (7) .yaml  (1) All 4 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
4 changes: 2 additions & 2 deletions .readme-partials.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ custom_content: |
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
</dependency>
```

Expand All @@ -44,7 +44,7 @@ custom_content: |
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-storage-control:2.39.1-beta-SNAPSHOT' <!-- {x-version-update:google-cloud-storage-control:current} -->
implementation 'com.google.cloud:google-cloud-storage-control:2.39.1-SNAPSHOT' <!-- {x-version-update:google-cloud-storage-control:current} -->
```

#### Creating an authorized service object
Expand Down
4 changes: 2 additions & 2 deletions README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
</dependency>
```

Expand All @@ -153,7 +153,7 @@ implementation 'com.google.cloud:google-cloud-storage-control'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-storage-control:2.39.1-beta-SNAPSHOT' <!-- {x-version-update:google-cloud-storage-control:current} -->
implementation 'com.google.cloud:google-cloud-storage-control:2.39.1-SNAPSHOT' <!-- {x-version-update:google-cloud-storage-control:current} -->
```

#### Creating an authorized service object
Expand Down
6 changes: 3 additions & 3 deletions google-cloud-storage-bom/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-storage-control-v2</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-control-v2:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-control-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-storage-control-v2</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-control-v2:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-control-v2:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-storage-control/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<name>google-cloud-storage-control</name>
<description>GRPC library for google-cloud-storage-control</description>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion grpc-google-cloud-storage-control-v2/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-storage-control-v2</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-control-v2:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-control-v2:current} -->
<name>grpc-google-cloud-storage-control-v2</name>
<description>GRPC library for google-cloud-storage</description>
<parent>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-storage-control-v2</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-control-v2:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-control-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-storage-control-v2</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-control-v2:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-control-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
2 changes: 1 addition & 1 deletion proto-google-cloud-storage-control-v2/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-storage-control-v2</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-control-v2:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-control-v2:current} -->
<name>proto-google-cloud-storage-control-v2</name>
<description>Proto library for proto-google-cloud-storage-control-v2</description>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion samples/native-image-sample/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.39.1-beta-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<version>2.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
<scope>compile</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions versions.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ google-cloud-storage:2.39.0:2.39.1-SNAPSHOT
gapic-google-cloud-storage-v2:2.39.0-alpha:2.39.1-alpha-SNAPSHOT
grpc-google-cloud-storage-v2:2.39.0-alpha:2.39.1-alpha-SNAPSHOT
proto-google-cloud-storage-v2:2.39.0-alpha:2.39.1-alpha-SNAPSHOT
google-cloud-storage-control:2.39.0-beta:2.39.1-beta-SNAPSHOT
proto-google-cloud-storage-control-v2:2.39.0-beta:2.39.1-beta-SNAPSHOT
grpc-google-cloud-storage-control-v2:2.39.0-beta:2.39.1-beta-SNAPSHOT
google-cloud-storage-control:2.39.0:2.39.1-SNAPSHOT
proto-google-cloud-storage-control-v2:2.39.0:2.39.1-SNAPSHOT
grpc-google-cloud-storage-control-v2:2.39.0:2.39.1-SNAPSHOT

Back | FazBrowse Home | New Git URL