Skip to content

Commit 086dd6e

Browse files
chore: generate libraries at Fri Mar 27 21:35:49 UTC 2026
1 parent 71247b8 commit 086dd6e

File tree

3 files changed

+55
-1
lines changed
  • gapic-libraries-bom
  • java-storage
    • gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub
    • google-cloud-storage-control/src/main/java/com/google/storage/control/v2/stub

3 files changed

+55
-1
lines changed

gapic-libraries-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@
12661266
<dependency>
12671267
<groupId>com.google.cloud</groupId>
12681268
<artifactId>google-cloud-storage-bom</artifactId>
1269-
<version>2.64.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
1269+
<version>2.64.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
12701270
<type>pom</type>
12711271
<scope>import</scope>
12721272
</dependency>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/*
2+
* Copyright 2026 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package com.google.storage.v2.stub;
18+
19+
import com.google.api.core.InternalApi;
20+
21+
@InternalApi("For internal use only")
22+
final class Version {
23+
// {x-version-update-start:google-cloud-storage:current}
24+
static final String VERSION = "0.0.0-SNAPSHOT";
25+
// {x-version-update-end}
26+
27+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/*
2+
* Copyright 2026 Google LLC
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package com.google.storage.control.v2.stub;
18+
19+
import com.google.api.core.InternalApi;
20+
21+
@InternalApi("For internal use only")
22+
final class Version {
23+
// {x-version-update-start:google-cloud-storage:current}
24+
static final String VERSION = "0.0.0-SNAPSHOT";
25+
// {x-version-update-end}
26+
27+
}

0 commit comments

Comments
 (0)