We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e57afd commit 0db5680Copy full SHA for 0db5680
gotocompany/compass/v1beta1/service.proto
@@ -1039,6 +1039,15 @@ message GetAllAssetsRequest {
1039
bool with_total = 10 [(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
1040
description: "if set include total field in response"
1041
}];
1042
+
1043
+ repeated string include_fields = 11 [(validate.rules).repeated = {
1044
+ unique: true,
1045
+ ignore_empty: true
1046
+ }];
1047
1048
+ bool include_user_info = 12 [ (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
1049
+ description: "if true user information will be added in the response else not"
1050
1051
}
1052
1053
message GetAllAssetsResponse {
0 commit comments