@kenji71089/evaluation 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.release-please-manifest.json +3 -0
- package/README.md +9 -0
- package/eslint.config.mjs +27 -0
- package/lib/clauseEvaluator.d.ts +22 -0
- package/lib/clauseEvaluator.js +299 -0
- package/lib/clauseEvaluator.mjs +214 -0
- package/lib/dependencyEvaluator.d.ts +6 -0
- package/lib/dependencyEvaluator.js +46 -0
- package/lib/dependencyEvaluator.mjs +19 -0
- package/lib/errors.d.ts +9 -0
- package/lib/errors.js +15 -0
- package/lib/errors.mjs +12 -0
- package/lib/evaluation.d.ts +25 -0
- package/lib/evaluation.js +503 -0
- package/lib/evaluation.mjs +328 -0
- package/lib/google/api/annotations_pb.d.ts +8 -0
- package/lib/google/api/annotations_pb.js +40 -0
- package/lib/google/api/annotations_pb.mjs +54 -0
- package/lib/google/api/annotations_pb_service.d.ts +3 -0
- package/lib/google/api/annotations_pb_service.js +3 -0
- package/lib/google/api/annotations_pb_service.mjs +3 -0
- package/lib/google/api/http_pb.d.ts +132 -0
- package/lib/google/api/http_pb.js +860 -0
- package/lib/google/api/http_pb.mjs +982 -0
- package/lib/google/api/http_pb_service.d.ts +3 -0
- package/lib/google/api/http_pb_service.js +3 -0
- package/lib/google/api/http_pb_service.mjs +3 -0
- package/lib/google/rpc/code_pb.d.ts +26 -0
- package/lib/google/rpc/code_pb.js +44 -0
- package/lib/google/rpc/code_pb.mjs +48 -0
- package/lib/google/rpc/code_pb_service.d.ts +3 -0
- package/lib/google/rpc/code_pb_service.js +3 -0
- package/lib/google/rpc/code_pb_service.mjs +3 -0
- package/lib/google/rpc/error_details_pb.d.ts +322 -0
- package/lib/google/rpc/error_details_pb.js +2220 -0
- package/lib/google/rpc/error_details_pb.mjs +2499 -0
- package/lib/google/rpc/error_details_pb_service.d.ts +3 -0
- package/lib/google/rpc/error_details_pb_service.js +3 -0
- package/lib/google/rpc/error_details_pb_service.mjs +3 -0
- package/lib/google/rpc/status_pb.d.ts +36 -0
- package/lib/google/rpc/status_pb.js +235 -0
- package/lib/google/rpc/status_pb.mjs +268 -0
- package/lib/google/rpc/status_pb_service.d.ts +3 -0
- package/lib/google/rpc/status_pb_service.js +3 -0
- package/lib/google/rpc/status_pb_service.mjs +3 -0
- package/lib/index.d.ts +20 -0
- package/lib/index.js +199 -0
- package/lib/index.mjs +46 -0
- package/lib/modelFactory.d.ts +64 -0
- package/lib/modelFactory.js +206 -0
- package/lib/modelFactory.mjs +176 -0
- package/lib/proto/event/client/event_pb.d.ts +761 -0
- package/lib/proto/event/client/event_pb.js +5195 -0
- package/lib/proto/event/client/event_pb.mjs +5865 -0
- package/lib/proto/event/client/event_pb_service.d.ts +3 -0
- package/lib/proto/event/client/event_pb_service.js +3 -0
- package/lib/proto/event/client/event_pb_service.mjs +3 -0
- package/lib/proto/event/domain/event_pb.d.ts +4518 -0
- package/lib/proto/event/domain/event_pb.js +10834 -0
- package/lib/proto/event/domain/event_pb.mjs +33315 -0
- package/lib/proto/event/domain/event_pb_service.d.ts +3 -0
- package/lib/proto/event/domain/event_pb_service.js +3 -0
- package/lib/proto/event/domain/event_pb_service.mjs +3 -0
- package/lib/proto/event/domain/localized_message_pb.d.ts +29 -0
- package/lib/proto/event/domain/localized_message_pb.js +183 -0
- package/lib/proto/event/domain/localized_message_pb.mjs +206 -0
- package/lib/proto/event/domain/localized_message_pb_service.d.ts +3 -0
- package/lib/proto/event/domain/localized_message_pb_service.js +3 -0
- package/lib/proto/event/domain/localized_message_pb_service.mjs +3 -0
- package/lib/proto/event/service/feature_pb.d.ts +44 -0
- package/lib/proto/event/service/feature_pb.js +277 -0
- package/lib/proto/event/service/feature_pb.mjs +319 -0
- package/lib/proto/event/service/feature_pb_service.d.ts +3 -0
- package/lib/proto/event/service/feature_pb_service.js +3 -0
- package/lib/proto/event/service/feature_pb_service.mjs +3 -0
- package/lib/proto/event/service/segment_pb.d.ts +51 -0
- package/lib/proto/event/service/segment_pb.js +324 -0
- package/lib/proto/event/service/segment_pb.mjs +375 -0
- package/lib/proto/event/service/segment_pb_service.d.ts +3 -0
- package/lib/proto/event/service/segment_pb_service.js +3 -0
- package/lib/proto/event/service/segment_pb_service.mjs +3 -0
- package/lib/proto/event/service/user_pb.d.ts +49 -0
- package/lib/proto/event/service/user_pb.js +315 -0
- package/lib/proto/event/service/user_pb.mjs +362 -0
- package/lib/proto/event/service/user_pb_service.d.ts +3 -0
- package/lib/proto/event/service/user_pb_service.js +3 -0
- package/lib/proto/event/service/user_pb_service.mjs +3 -0
- package/lib/proto/feature/clause_pb.d.ts +57 -0
- package/lib/proto/feature/clause_pb.js +277 -0
- package/lib/proto/feature/clause_pb.mjs +312 -0
- package/lib/proto/feature/clause_pb_service.d.ts +3 -0
- package/lib/proto/feature/clause_pb_service.js +3 -0
- package/lib/proto/feature/clause_pb_service.mjs +3 -0
- package/lib/proto/feature/command_pb.d.ts +1213 -0
- package/lib/proto/feature/command_pb.js +8260 -0
- package/lib/proto/feature/command_pb.mjs +9275 -0
- package/lib/proto/feature/command_pb_service.d.ts +3 -0
- package/lib/proto/feature/command_pb_service.js +3 -0
- package/lib/proto/feature/command_pb_service.mjs +3 -0
- package/lib/proto/feature/evaluation_pb.d.ts +111 -0
- package/lib/proto/feature/evaluation_pb.js +685 -0
- package/lib/proto/feature/evaluation_pb.mjs +793 -0
- package/lib/proto/feature/evaluation_pb_service.d.ts +3 -0
- package/lib/proto/feature/evaluation_pb_service.js +3 -0
- package/lib/proto/feature/evaluation_pb_service.mjs +3 -0
- package/lib/proto/feature/feature_last_used_info_pb.d.ts +45 -0
- package/lib/proto/feature/feature_last_used_info_pb.js +283 -0
- package/lib/proto/feature/feature_last_used_info_pb.mjs +326 -0
- package/lib/proto/feature/feature_last_used_info_pb_service.d.ts +3 -0
- package/lib/proto/feature/feature_last_used_info_pb_service.js +3 -0
- package/lib/proto/feature/feature_last_used_info_pb_service.mjs +3 -0
- package/lib/proto/feature/feature_pb.d.ts +192 -0
- package/lib/proto/feature/feature_pb.js +1210 -0
- package/lib/proto/feature/feature_pb.mjs +1413 -0
- package/lib/proto/feature/feature_pb_service.d.ts +3 -0
- package/lib/proto/feature/feature_pb_service.js +3 -0
- package/lib/proto/feature/feature_pb_service.mjs +3 -0
- package/lib/proto/feature/flag_trigger_pb.d.ts +84 -0
- package/lib/proto/feature/flag_trigger_pb.js +452 -0
- package/lib/proto/feature/flag_trigger_pb.mjs +525 -0
- package/lib/proto/feature/flag_trigger_pb_service.d.ts +3 -0
- package/lib/proto/feature/flag_trigger_pb_service.js +3 -0
- package/lib/proto/feature/flag_trigger_pb_service.mjs +3 -0
- package/lib/proto/feature/prerequisite_pb.d.ts +29 -0
- package/lib/proto/feature/prerequisite_pb.js +183 -0
- package/lib/proto/feature/prerequisite_pb.mjs +206 -0
- package/lib/proto/feature/prerequisite_pb_service.d.ts +3 -0
- package/lib/proto/feature/prerequisite_pb_service.js +3 -0
- package/lib/proto/feature/prerequisite_pb_service.mjs +3 -0
- package/lib/proto/feature/reason_pb.d.ts +40 -0
- package/lib/proto/feature/reason_pb.js +196 -0
- package/lib/proto/feature/reason_pb.mjs +219 -0
- package/lib/proto/feature/reason_pb_service.d.ts +3 -0
- package/lib/proto/feature/reason_pb_service.js +3 -0
- package/lib/proto/feature/reason_pb_service.mjs +3 -0
- package/lib/proto/feature/rule_pb.d.ts +39 -0
- package/lib/proto/feature/rule_pb.js +254 -0
- package/lib/proto/feature/rule_pb.mjs +291 -0
- package/lib/proto/feature/rule_pb_service.d.ts +3 -0
- package/lib/proto/feature/rule_pb_service.js +3 -0
- package/lib/proto/feature/rule_pb_service.mjs +3 -0
- package/lib/proto/feature/segment_pb.d.ts +161 -0
- package/lib/proto/feature/segment_pb.js +974 -0
- package/lib/proto/feature/segment_pb.mjs +1127 -0
- package/lib/proto/feature/segment_pb_service.d.ts +3 -0
- package/lib/proto/feature/segment_pb_service.js +3 -0
- package/lib/proto/feature/segment_pb_service.mjs +3 -0
- package/lib/proto/feature/service_pb.d.ts +2158 -0
- package/lib/proto/feature/service_pb.js +5363 -0
- package/lib/proto/feature/service_pb.mjs +16348 -0
- package/lib/proto/feature/service_pb_service.d.ts +747 -0
- package/lib/proto/feature/service_pb_service.js +1424 -0
- package/lib/proto/feature/service_pb_service.mjs +1501 -0
- package/lib/proto/feature/strategy_pb.d.ts +110 -0
- package/lib/proto/feature/strategy_pb.js +712 -0
- package/lib/proto/feature/strategy_pb.mjs +803 -0
- package/lib/proto/feature/strategy_pb_service.d.ts +3 -0
- package/lib/proto/feature/strategy_pb_service.js +3 -0
- package/lib/proto/feature/strategy_pb_service.mjs +3 -0
- package/lib/proto/feature/target_pb.d.ts +31 -0
- package/lib/proto/feature/target_pb.js +207 -0
- package/lib/proto/feature/target_pb.mjs +232 -0
- package/lib/proto/feature/target_pb_service.d.ts +3 -0
- package/lib/proto/feature/target_pb_service.js +3 -0
- package/lib/proto/feature/target_pb_service.mjs +3 -0
- package/lib/proto/feature/variation_pb.d.ts +37 -0
- package/lib/proto/feature/variation_pb.js +233 -0
- package/lib/proto/feature/variation_pb.mjs +266 -0
- package/lib/proto/feature/variation_pb_service.d.ts +3 -0
- package/lib/proto/feature/variation_pb_service.js +3 -0
- package/lib/proto/feature/variation_pb_service.mjs +3 -0
- package/lib/proto/gateway/service_pb.d.ts +772 -0
- package/lib/proto/gateway/service_pb.js +5249 -0
- package/lib/proto/gateway/service_pb.mjs +6001 -0
- package/lib/proto/gateway/service_pb_service.d.ts +253 -0
- package/lib/proto/gateway/service_pb_service.js +436 -0
- package/lib/proto/gateway/service_pb_service.mjs +461 -0
- package/lib/proto/user/user_pb.d.ts +58 -0
- package/lib/proto/user/user_pb.js +410 -0
- package/lib/proto/user/user_pb.mjs +460 -0
- package/lib/proto/user/user_pb_service.d.ts +3 -0
- package/lib/proto/user/user_pb_service.js +3 -0
- package/lib/proto/user/user_pb_service.mjs +3 -0
- package/lib/protoc-gen-openapiv2/options/annotations_pb.d.ts +16 -0
- package/lib/protoc-gen-openapiv2/options/annotations_pb.js +100 -0
- package/lib/protoc-gen-openapiv2/options/annotations_pb.mjs +158 -0
- package/lib/protoc-gen-openapiv2/options/annotations_pb_service.d.ts +3 -0
- package/lib/protoc-gen-openapiv2/options/annotations_pb_service.js +3 -0
- package/lib/protoc-gen-openapiv2/options/annotations_pb_service.mjs +3 -0
- package/lib/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +834 -0
- package/lib/protoc-gen-openapiv2/options/openapiv2_pb.js +5456 -0
- package/lib/protoc-gen-openapiv2/options/openapiv2_pb.mjs +6256 -0
- package/lib/protoc-gen-openapiv2/options/openapiv2_pb_service.d.ts +3 -0
- package/lib/protoc-gen-openapiv2/options/openapiv2_pb_service.js +3 -0
- package/lib/protoc-gen-openapiv2/options/openapiv2_pb_service.mjs +3 -0
- package/lib/ruleEvaluator.d.ts +13 -0
- package/lib/ruleEvaluator.js +80 -0
- package/lib/ruleEvaluator.mjs +41 -0
- package/lib/segmentEvaluator.d.ts +7 -0
- package/lib/segmentEvaluator.js +74 -0
- package/lib/segmentEvaluator.mjs +34 -0
- package/lib/strategyEvaluator.d.ts +10 -0
- package/lib/strategyEvaluator.js +135 -0
- package/lib/strategyEvaluator.mjs +83 -0
- package/lib/userEvaluation.d.ts +8 -0
- package/lib/userEvaluation.js +70 -0
- package/lib/userEvaluation.mjs +60 -0
- package/package.json +46 -0
- package/release-please-config.json +22 -0
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// package: google.rpc
|
|
2
|
+
// file: google/rpc/code.proto
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export interface CodeMap {
|
|
6
|
+
OK: 0;
|
|
7
|
+
CANCELLED: 1;
|
|
8
|
+
UNKNOWN: 2;
|
|
9
|
+
INVALID_ARGUMENT: 3;
|
|
10
|
+
DEADLINE_EXCEEDED: 4;
|
|
11
|
+
NOT_FOUND: 5;
|
|
12
|
+
ALREADY_EXISTS: 6;
|
|
13
|
+
PERMISSION_DENIED: 7;
|
|
14
|
+
UNAUTHENTICATED: 16;
|
|
15
|
+
RESOURCE_EXHAUSTED: 8;
|
|
16
|
+
FAILED_PRECONDITION: 9;
|
|
17
|
+
ABORTED: 10;
|
|
18
|
+
OUT_OF_RANGE: 11;
|
|
19
|
+
UNIMPLEMENTED: 12;
|
|
20
|
+
INTERNAL: 13;
|
|
21
|
+
UNAVAILABLE: 14;
|
|
22
|
+
DATA_LOSS: 15;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export const Code: CodeMap;
|
|
26
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
// source: google/rpc/code.proto
|
|
4
|
+
/**
|
|
5
|
+
* @fileoverview
|
|
6
|
+
* @enhanceable
|
|
7
|
+
* @suppress {missingRequire} reports error on implicit type usages.
|
|
8
|
+
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
9
|
+
* field starts with 'MSG_' and isn't a translatable message.
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
13
|
+
|
|
14
|
+
// @ts-nocheck
|
|
15
|
+
|
|
16
|
+
var jspb = require('google-protobuf');
|
|
17
|
+
var goog = jspb;
|
|
18
|
+
var global = typeof globalThis !== 'undefined' && globalThis || typeof window !== 'undefined' && window || typeof global !== 'undefined' && global || typeof self !== 'undefined' && self || function () {
|
|
19
|
+
return this;
|
|
20
|
+
}.call(null) || Function('return this')();
|
|
21
|
+
goog.exportSymbol('proto.google.rpc.Code', null, global);
|
|
22
|
+
/**
|
|
23
|
+
* @enum {number}
|
|
24
|
+
*/
|
|
25
|
+
proto.google.rpc.Code = {
|
|
26
|
+
OK: 0,
|
|
27
|
+
CANCELLED: 1,
|
|
28
|
+
UNKNOWN: 2,
|
|
29
|
+
INVALID_ARGUMENT: 3,
|
|
30
|
+
DEADLINE_EXCEEDED: 4,
|
|
31
|
+
NOT_FOUND: 5,
|
|
32
|
+
ALREADY_EXISTS: 6,
|
|
33
|
+
PERMISSION_DENIED: 7,
|
|
34
|
+
UNAUTHENTICATED: 16,
|
|
35
|
+
RESOURCE_EXHAUSTED: 8,
|
|
36
|
+
FAILED_PRECONDITION: 9,
|
|
37
|
+
ABORTED: 10,
|
|
38
|
+
OUT_OF_RANGE: 11,
|
|
39
|
+
UNIMPLEMENTED: 12,
|
|
40
|
+
INTERNAL: 13,
|
|
41
|
+
UNAVAILABLE: 14,
|
|
42
|
+
DATA_LOSS: 15
|
|
43
|
+
};
|
|
44
|
+
goog.object.extend(exports, proto.google.rpc);
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// source: google/rpc/code.proto
|
|
2
|
+
/**
|
|
3
|
+
* @fileoverview
|
|
4
|
+
* @enhanceable
|
|
5
|
+
* @suppress {missingRequire} reports error on implicit type usages.
|
|
6
|
+
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
7
|
+
* field starts with 'MSG_' and isn't a translatable message.
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
11
|
+
|
|
12
|
+
// @ts-nocheck
|
|
13
|
+
|
|
14
|
+
var jspb = require('google-protobuf');
|
|
15
|
+
var goog = jspb;
|
|
16
|
+
var global =
|
|
17
|
+
(typeof globalThis !== 'undefined' && globalThis) ||
|
|
18
|
+
(typeof window !== 'undefined' && window) ||
|
|
19
|
+
(typeof global !== 'undefined' && global) ||
|
|
20
|
+
(typeof self !== 'undefined' && self) ||
|
|
21
|
+
(function () { return this; }).call(null) ||
|
|
22
|
+
Function('return this')();
|
|
23
|
+
|
|
24
|
+
goog.exportSymbol('proto.google.rpc.Code', null, global);
|
|
25
|
+
/**
|
|
26
|
+
* @enum {number}
|
|
27
|
+
*/
|
|
28
|
+
proto.google.rpc.Code = {
|
|
29
|
+
OK: 0,
|
|
30
|
+
CANCELLED: 1,
|
|
31
|
+
UNKNOWN: 2,
|
|
32
|
+
INVALID_ARGUMENT: 3,
|
|
33
|
+
DEADLINE_EXCEEDED: 4,
|
|
34
|
+
NOT_FOUND: 5,
|
|
35
|
+
ALREADY_EXISTS: 6,
|
|
36
|
+
PERMISSION_DENIED: 7,
|
|
37
|
+
UNAUTHENTICATED: 16,
|
|
38
|
+
RESOURCE_EXHAUSTED: 8,
|
|
39
|
+
FAILED_PRECONDITION: 9,
|
|
40
|
+
ABORTED: 10,
|
|
41
|
+
OUT_OF_RANGE: 11,
|
|
42
|
+
UNIMPLEMENTED: 12,
|
|
43
|
+
INTERNAL: 13,
|
|
44
|
+
UNAVAILABLE: 14,
|
|
45
|
+
DATA_LOSS: 15
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
goog.object.extend(exports, proto.google.rpc);
|
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
// package: google.rpc
|
|
2
|
+
// file: google/rpc/error_details.proto
|
|
3
|
+
|
|
4
|
+
import * as jspb from 'google-protobuf';
|
|
5
|
+
import * as google_protobuf_duration_pb from 'google-protobuf/google/protobuf/duration_pb';
|
|
6
|
+
|
|
7
|
+
export class RetryInfo extends jspb.Message {
|
|
8
|
+
hasRetryDelay(): boolean;
|
|
9
|
+
clearRetryDelay(): void;
|
|
10
|
+
getRetryDelay(): google_protobuf_duration_pb.Duration | undefined;
|
|
11
|
+
setRetryDelay(value?: google_protobuf_duration_pb.Duration): void;
|
|
12
|
+
|
|
13
|
+
serializeBinary(): Uint8Array;
|
|
14
|
+
toObject(includeInstance?: boolean): RetryInfo.AsObject;
|
|
15
|
+
static toObject(includeInstance: boolean, msg: RetryInfo): RetryInfo.AsObject;
|
|
16
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
17
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
18
|
+
static serializeBinaryToWriter(message: RetryInfo, writer: jspb.BinaryWriter): void;
|
|
19
|
+
static deserializeBinary(bytes: Uint8Array): RetryInfo;
|
|
20
|
+
static deserializeBinaryFromReader(message: RetryInfo, reader: jspb.BinaryReader): RetryInfo;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export namespace RetryInfo {
|
|
24
|
+
export type AsObject = {
|
|
25
|
+
retryDelay?: google_protobuf_duration_pb.Duration.AsObject,
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export class DebugInfo extends jspb.Message {
|
|
30
|
+
clearStackEntriesList(): void;
|
|
31
|
+
getStackEntriesList(): Array<string>;
|
|
32
|
+
setStackEntriesList(value: Array<string>): void;
|
|
33
|
+
addStackEntries(value: string, index?: number): string;
|
|
34
|
+
|
|
35
|
+
getDetail(): string;
|
|
36
|
+
setDetail(value: string): void;
|
|
37
|
+
|
|
38
|
+
serializeBinary(): Uint8Array;
|
|
39
|
+
toObject(includeInstance?: boolean): DebugInfo.AsObject;
|
|
40
|
+
static toObject(includeInstance: boolean, msg: DebugInfo): DebugInfo.AsObject;
|
|
41
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
42
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
43
|
+
static serializeBinaryToWriter(message: DebugInfo, writer: jspb.BinaryWriter): void;
|
|
44
|
+
static deserializeBinary(bytes: Uint8Array): DebugInfo;
|
|
45
|
+
static deserializeBinaryFromReader(message: DebugInfo, reader: jspb.BinaryReader): DebugInfo;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export namespace DebugInfo {
|
|
49
|
+
export type AsObject = {
|
|
50
|
+
stackEntriesList: Array<string>,
|
|
51
|
+
detail: string,
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export class QuotaFailure extends jspb.Message {
|
|
56
|
+
clearViolationsList(): void;
|
|
57
|
+
getViolationsList(): Array<QuotaFailure.Violation>;
|
|
58
|
+
setViolationsList(value: Array<QuotaFailure.Violation>): void;
|
|
59
|
+
addViolations(value?: QuotaFailure.Violation, index?: number): QuotaFailure.Violation;
|
|
60
|
+
|
|
61
|
+
serializeBinary(): Uint8Array;
|
|
62
|
+
toObject(includeInstance?: boolean): QuotaFailure.AsObject;
|
|
63
|
+
static toObject(includeInstance: boolean, msg: QuotaFailure): QuotaFailure.AsObject;
|
|
64
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
65
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
66
|
+
static serializeBinaryToWriter(message: QuotaFailure, writer: jspb.BinaryWriter): void;
|
|
67
|
+
static deserializeBinary(bytes: Uint8Array): QuotaFailure;
|
|
68
|
+
static deserializeBinaryFromReader(message: QuotaFailure, reader: jspb.BinaryReader): QuotaFailure;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export namespace QuotaFailure {
|
|
72
|
+
export type AsObject = {
|
|
73
|
+
violationsList: Array<QuotaFailure.Violation.AsObject>,
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export class Violation extends jspb.Message {
|
|
77
|
+
getSubject(): string;
|
|
78
|
+
setSubject(value: string): void;
|
|
79
|
+
|
|
80
|
+
getDescription(): string;
|
|
81
|
+
setDescription(value: string): void;
|
|
82
|
+
|
|
83
|
+
serializeBinary(): Uint8Array;
|
|
84
|
+
toObject(includeInstance?: boolean): Violation.AsObject;
|
|
85
|
+
static toObject(includeInstance: boolean, msg: Violation): Violation.AsObject;
|
|
86
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
87
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
88
|
+
static serializeBinaryToWriter(message: Violation, writer: jspb.BinaryWriter): void;
|
|
89
|
+
static deserializeBinary(bytes: Uint8Array): Violation;
|
|
90
|
+
static deserializeBinaryFromReader(message: Violation, reader: jspb.BinaryReader): Violation;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
export namespace Violation {
|
|
94
|
+
export type AsObject = {
|
|
95
|
+
subject: string,
|
|
96
|
+
description: string,
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export class PreconditionFailure extends jspb.Message {
|
|
102
|
+
clearViolationsList(): void;
|
|
103
|
+
getViolationsList(): Array<PreconditionFailure.Violation>;
|
|
104
|
+
setViolationsList(value: Array<PreconditionFailure.Violation>): void;
|
|
105
|
+
addViolations(value?: PreconditionFailure.Violation, index?: number): PreconditionFailure.Violation;
|
|
106
|
+
|
|
107
|
+
serializeBinary(): Uint8Array;
|
|
108
|
+
toObject(includeInstance?: boolean): PreconditionFailure.AsObject;
|
|
109
|
+
static toObject(includeInstance: boolean, msg: PreconditionFailure): PreconditionFailure.AsObject;
|
|
110
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
111
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
112
|
+
static serializeBinaryToWriter(message: PreconditionFailure, writer: jspb.BinaryWriter): void;
|
|
113
|
+
static deserializeBinary(bytes: Uint8Array): PreconditionFailure;
|
|
114
|
+
static deserializeBinaryFromReader(message: PreconditionFailure, reader: jspb.BinaryReader): PreconditionFailure;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export namespace PreconditionFailure {
|
|
118
|
+
export type AsObject = {
|
|
119
|
+
violationsList: Array<PreconditionFailure.Violation.AsObject>,
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
export class Violation extends jspb.Message {
|
|
123
|
+
getType(): string;
|
|
124
|
+
setType(value: string): void;
|
|
125
|
+
|
|
126
|
+
getSubject(): string;
|
|
127
|
+
setSubject(value: string): void;
|
|
128
|
+
|
|
129
|
+
getDescription(): string;
|
|
130
|
+
setDescription(value: string): void;
|
|
131
|
+
|
|
132
|
+
serializeBinary(): Uint8Array;
|
|
133
|
+
toObject(includeInstance?: boolean): Violation.AsObject;
|
|
134
|
+
static toObject(includeInstance: boolean, msg: Violation): Violation.AsObject;
|
|
135
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
136
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
137
|
+
static serializeBinaryToWriter(message: Violation, writer: jspb.BinaryWriter): void;
|
|
138
|
+
static deserializeBinary(bytes: Uint8Array): Violation;
|
|
139
|
+
static deserializeBinaryFromReader(message: Violation, reader: jspb.BinaryReader): Violation;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export namespace Violation {
|
|
143
|
+
export type AsObject = {
|
|
144
|
+
type: string,
|
|
145
|
+
subject: string,
|
|
146
|
+
description: string,
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export class BadRequest extends jspb.Message {
|
|
152
|
+
clearFieldViolationsList(): void;
|
|
153
|
+
getFieldViolationsList(): Array<BadRequest.FieldViolation>;
|
|
154
|
+
setFieldViolationsList(value: Array<BadRequest.FieldViolation>): void;
|
|
155
|
+
addFieldViolations(value?: BadRequest.FieldViolation, index?: number): BadRequest.FieldViolation;
|
|
156
|
+
|
|
157
|
+
serializeBinary(): Uint8Array;
|
|
158
|
+
toObject(includeInstance?: boolean): BadRequest.AsObject;
|
|
159
|
+
static toObject(includeInstance: boolean, msg: BadRequest): BadRequest.AsObject;
|
|
160
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
161
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
162
|
+
static serializeBinaryToWriter(message: BadRequest, writer: jspb.BinaryWriter): void;
|
|
163
|
+
static deserializeBinary(bytes: Uint8Array): BadRequest;
|
|
164
|
+
static deserializeBinaryFromReader(message: BadRequest, reader: jspb.BinaryReader): BadRequest;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
export namespace BadRequest {
|
|
168
|
+
export type AsObject = {
|
|
169
|
+
fieldViolationsList: Array<BadRequest.FieldViolation.AsObject>,
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export class FieldViolation extends jspb.Message {
|
|
173
|
+
getField(): string;
|
|
174
|
+
setField(value: string): void;
|
|
175
|
+
|
|
176
|
+
getDescription(): string;
|
|
177
|
+
setDescription(value: string): void;
|
|
178
|
+
|
|
179
|
+
serializeBinary(): Uint8Array;
|
|
180
|
+
toObject(includeInstance?: boolean): FieldViolation.AsObject;
|
|
181
|
+
static toObject(includeInstance: boolean, msg: FieldViolation): FieldViolation.AsObject;
|
|
182
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
183
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
184
|
+
static serializeBinaryToWriter(message: FieldViolation, writer: jspb.BinaryWriter): void;
|
|
185
|
+
static deserializeBinary(bytes: Uint8Array): FieldViolation;
|
|
186
|
+
static deserializeBinaryFromReader(message: FieldViolation, reader: jspb.BinaryReader): FieldViolation;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export namespace FieldViolation {
|
|
190
|
+
export type AsObject = {
|
|
191
|
+
field: string,
|
|
192
|
+
description: string,
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
export class RequestInfo extends jspb.Message {
|
|
198
|
+
getRequestId(): string;
|
|
199
|
+
setRequestId(value: string): void;
|
|
200
|
+
|
|
201
|
+
getServingData(): string;
|
|
202
|
+
setServingData(value: string): void;
|
|
203
|
+
|
|
204
|
+
serializeBinary(): Uint8Array;
|
|
205
|
+
toObject(includeInstance?: boolean): RequestInfo.AsObject;
|
|
206
|
+
static toObject(includeInstance: boolean, msg: RequestInfo): RequestInfo.AsObject;
|
|
207
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
208
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
209
|
+
static serializeBinaryToWriter(message: RequestInfo, writer: jspb.BinaryWriter): void;
|
|
210
|
+
static deserializeBinary(bytes: Uint8Array): RequestInfo;
|
|
211
|
+
static deserializeBinaryFromReader(message: RequestInfo, reader: jspb.BinaryReader): RequestInfo;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export namespace RequestInfo {
|
|
215
|
+
export type AsObject = {
|
|
216
|
+
requestId: string,
|
|
217
|
+
servingData: string,
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
export class ResourceInfo extends jspb.Message {
|
|
222
|
+
getResourceType(): string;
|
|
223
|
+
setResourceType(value: string): void;
|
|
224
|
+
|
|
225
|
+
getResourceName(): string;
|
|
226
|
+
setResourceName(value: string): void;
|
|
227
|
+
|
|
228
|
+
getOwner(): string;
|
|
229
|
+
setOwner(value: string): void;
|
|
230
|
+
|
|
231
|
+
getDescription(): string;
|
|
232
|
+
setDescription(value: string): void;
|
|
233
|
+
|
|
234
|
+
serializeBinary(): Uint8Array;
|
|
235
|
+
toObject(includeInstance?: boolean): ResourceInfo.AsObject;
|
|
236
|
+
static toObject(includeInstance: boolean, msg: ResourceInfo): ResourceInfo.AsObject;
|
|
237
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
238
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
239
|
+
static serializeBinaryToWriter(message: ResourceInfo, writer: jspb.BinaryWriter): void;
|
|
240
|
+
static deserializeBinary(bytes: Uint8Array): ResourceInfo;
|
|
241
|
+
static deserializeBinaryFromReader(message: ResourceInfo, reader: jspb.BinaryReader): ResourceInfo;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export namespace ResourceInfo {
|
|
245
|
+
export type AsObject = {
|
|
246
|
+
resourceType: string,
|
|
247
|
+
resourceName: string,
|
|
248
|
+
owner: string,
|
|
249
|
+
description: string,
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export class Help extends jspb.Message {
|
|
254
|
+
clearLinksList(): void;
|
|
255
|
+
getLinksList(): Array<Help.Link>;
|
|
256
|
+
setLinksList(value: Array<Help.Link>): void;
|
|
257
|
+
addLinks(value?: Help.Link, index?: number): Help.Link;
|
|
258
|
+
|
|
259
|
+
serializeBinary(): Uint8Array;
|
|
260
|
+
toObject(includeInstance?: boolean): Help.AsObject;
|
|
261
|
+
static toObject(includeInstance: boolean, msg: Help): Help.AsObject;
|
|
262
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
263
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
264
|
+
static serializeBinaryToWriter(message: Help, writer: jspb.BinaryWriter): void;
|
|
265
|
+
static deserializeBinary(bytes: Uint8Array): Help;
|
|
266
|
+
static deserializeBinaryFromReader(message: Help, reader: jspb.BinaryReader): Help;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
export namespace Help {
|
|
270
|
+
export type AsObject = {
|
|
271
|
+
linksList: Array<Help.Link.AsObject>,
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export class Link extends jspb.Message {
|
|
275
|
+
getDescription(): string;
|
|
276
|
+
setDescription(value: string): void;
|
|
277
|
+
|
|
278
|
+
getUrl(): string;
|
|
279
|
+
setUrl(value: string): void;
|
|
280
|
+
|
|
281
|
+
serializeBinary(): Uint8Array;
|
|
282
|
+
toObject(includeInstance?: boolean): Link.AsObject;
|
|
283
|
+
static toObject(includeInstance: boolean, msg: Link): Link.AsObject;
|
|
284
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
285
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
286
|
+
static serializeBinaryToWriter(message: Link, writer: jspb.BinaryWriter): void;
|
|
287
|
+
static deserializeBinary(bytes: Uint8Array): Link;
|
|
288
|
+
static deserializeBinaryFromReader(message: Link, reader: jspb.BinaryReader): Link;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
export namespace Link {
|
|
292
|
+
export type AsObject = {
|
|
293
|
+
description: string,
|
|
294
|
+
url: string,
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
export class LocalizedMessage extends jspb.Message {
|
|
300
|
+
getLocale(): string;
|
|
301
|
+
setLocale(value: string): void;
|
|
302
|
+
|
|
303
|
+
getMessage(): string;
|
|
304
|
+
setMessage(value: string): void;
|
|
305
|
+
|
|
306
|
+
serializeBinary(): Uint8Array;
|
|
307
|
+
toObject(includeInstance?: boolean): LocalizedMessage.AsObject;
|
|
308
|
+
static toObject(includeInstance: boolean, msg: LocalizedMessage): LocalizedMessage.AsObject;
|
|
309
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
310
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
311
|
+
static serializeBinaryToWriter(message: LocalizedMessage, writer: jspb.BinaryWriter): void;
|
|
312
|
+
static deserializeBinary(bytes: Uint8Array): LocalizedMessage;
|
|
313
|
+
static deserializeBinaryFromReader(message: LocalizedMessage, reader: jspb.BinaryReader): LocalizedMessage;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
export namespace LocalizedMessage {
|
|
317
|
+
export type AsObject = {
|
|
318
|
+
locale: string,
|
|
319
|
+
message: string,
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
|