Skip to content

Commit b3a297c

Browse files
committed
chore: update protocol buffers
1 parent c4f6568 commit b3a297c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/raft/src/generated/ledger.v1.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,9 @@ pub struct ListEntitiesRequest {
737737
/// Default: EVENTUAL (any replica)
738738
#[prost(enumeration = "ReadConsistency", tag = "7")]
739739
pub consistency: i32,
740+
/// Omit for namespace-level entities (vault_id=0)
741+
#[prost(message, optional, tag = "8")]
742+
pub vault_id: ::core::option::Option<VaultId>,
740743
}
741744
#[derive(Clone, PartialEq, ::prost::Message)]
742745
pub struct ListEntitiesResponse {

0 commit comments

Comments
 (0)