Skip to content

Commit 6c62e97

Browse files
Update documentation of ListCloudProviderRegions rpc. Mention that it requires a conditional permission. (#215)
1 parent 70ce5c6 commit 6c62e97

7 files changed

Lines changed: 15 additions & 1 deletion

File tree

gen/go/qdrant/cloud/platform/v1/platform_grpc.pb.go

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

gen/openapiv2/qdrant/cloud/platform/v1/platform.swagger.json

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/python/qdrant/cloud/platform/v1/platform_pb2_grpc.py

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

gen/typescript/qdrant/cloud/platform/v1/platform-PlatformService_connectquery.d.ts

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

gen/typescript/qdrant/cloud/platform/v1/platform-PlatformService_connectquery.js

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

gen/typescript/qdrant/cloud/platform/v1/platform_pb.d.ts

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

proto/qdrant/cloud/platform/v1/platform.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ service PlatformService {
4343
// Lists all cloud provider regions in the account identified by the given ID and cloud provider.
4444
// Required permissions:
4545
// - None (authenticated only)
46+
// Conditional permissions:
47+
// - read:hybrid_cloud_environments OR read:clusters - required only if request.cloud_provider_id refers to a hybrid provider.
4648
rpc ListCloudProviderRegions(ListCloudProviderRegionsRequest) returns (ListCloudProviderRegionsResponse) {
4749
// permissions
4850
option (common.v1.permissions) = "";

0 commit comments

Comments
 (0)