Skip to content

Commit e3b8125

Browse files
authored
chore: update sidekick version (googleapis#3423)
This time with support for deprecated elements in a discovery doc specification.
1 parent 6e3f523 commit e3b8125

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ jobs:
504504
sudo unzip -x /tmp/protoc.zip
505505
protoc --version
506506
- name: Regenerate all the code
507-
run: go run github.com/googleapis/librarian/cmd/[email protected].20250926162934-043cf654f8e9 refreshall
507+
run: go run github.com/googleapis/librarian/cmd/[email protected].20250926200155-1d83853fa0db refreshall
508508
- run: cargo fmt
509509
# If there is any difference between the generated code and the
510510
# committed code that is an error. All the inputs should be pinned,

src/generated/cloud/compute/v1/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
//! * [Zones](client/struct.Zones.html)
3636
3737
#![cfg_attr(docsrs, feature(doc_cfg))]
38+
#![allow(deprecated)]
3839

3940
/// The messages and enums that are part of this client library.
4041
#[allow(clippy::module_inception)]

src/generated/cloud/compute/v1/src/model.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,7 @@ pub mod machine_type_aggregated_list {
904904
/// Warning that is present in an external api call
905905
ExternalApiWarning,
906906
/// Warning that value of a field has been overridden. Deprecated unused field.
907+
#[deprecated]
907908
FieldValueOverriden,
908909
/// The operation involved use of an injected kernel, which is deprecated.
909910
InjectedKernelsDeprecated,
@@ -1499,6 +1500,7 @@ pub mod machine_type_list {
14991500
/// Warning that is present in an external api call
15001501
ExternalApiWarning,
15011502
/// Warning that value of a field has been overridden. Deprecated unused field.
1503+
#[deprecated]
15021504
FieldValueOverriden,
15031505
/// The operation involved use of an injected kernel, which is deprecated.
15041506
InjectedKernelsDeprecated,
@@ -2044,6 +2046,7 @@ pub mod machine_types_scoped_list {
20442046
/// Warning that is present in an external api call
20452047
ExternalApiWarning,
20462048
/// Warning that value of a field has been overridden. Deprecated unused field.
2049+
#[deprecated]
20472050
FieldValueOverriden,
20482051
/// The operation involved use of an injected kernel, which is deprecated.
20492052
InjectedKernelsDeprecated,
@@ -2921,6 +2924,7 @@ pub mod zone_list {
29212924
/// Warning that is present in an external api call
29222925
ExternalApiWarning,
29232926
/// Warning that value of a field has been overridden. Deprecated unused field.
2927+
#[deprecated]
29242928
FieldValueOverriden,
29252929
/// The operation involved use of an injected kernel, which is deprecated.
29262930
InjectedKernelsDeprecated,

0 commit comments

Comments
 (0)