File tree Expand file tree Collapse file tree 3 files changed +55
-1
lines changed
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 Expand file tree Collapse file tree 3 files changed +55
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments