Skip to content

Commit 82e3d02

Browse files
committed
Make capabilities field required
1 parent 98dd4ea commit 82e3d02

5 files changed

Lines changed: 56 additions & 54 deletions

File tree

gen/go/qdrant/cloud/cluster/v1/cluster.pb.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/python/qdrant/cloud/cluster/v1/cluster_pb2.py

Lines changed: 50 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/typescript/qdrant/cloud/cluster/v1/cluster_pb.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/typescript/qdrant/cloud/cluster/v1/cluster_pb.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/qdrant/cloud/cluster/v1/cluster.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ message ClusterState {
10641064
// If enabled, you can generate JWT tokens with fine-grained rules for access control.
10651065
bool jwt_rbac = 10;
10661066
// Specifies whether some operations are supported by cluster or not.
1067-
ClusterCapabilities capabilities = 11;
1067+
ClusterCapabilities capabilities = 11 [(buf.validate.field).required = true];
10681068
}
10691069

10701070
// ClusterNodeInfo represents a node in a cluster.

0 commit comments

Comments
 (0)