@aceplus/smartace-api 3.6.0-alpha.17 → 3.6.0-alpha.18
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/auth.account_pb.d.ts +582 -0
- package/auth.account_pb.js +4287 -0
- package/auth.account_pb_service.d.ts +340 -0
- package/auth.account_pb_service.js +637 -0
- package/auth.account_two_factor_pb.d.ts +159 -0
- package/auth.account_two_factor_pb.js +1184 -0
- package/auth.account_two_factor_pb_service.d.ts +121 -0
- package/auth.account_two_factor_pb_service.js +182 -0
- package/auth.app_account_pb.d.ts +156 -0
- package/auth.app_account_pb.js +1153 -0
- package/auth.app_account_pb_service.d.ts +160 -0
- package/auth.app_account_pb_service.js +263 -0
- package/auth.app_authn_pb.d.ts +172 -0
- package/auth.app_authn_pb.js +1233 -0
- package/auth.app_authn_pb_service.d.ts +140 -0
- package/auth.app_authn_pb_service.js +222 -0
- package/auth.app_distribution_pb.d.ts +174 -0
- package/auth.app_distribution_pb.js +1338 -0
- package/auth.app_distribution_pb_service.d.ts +120 -0
- package/auth.app_distribution_pb_service.js +181 -0
- package/auth.authn_pb.d.ts +95 -0
- package/auth.authn_pb.js +637 -0
- package/auth.authn_pb_service.d.ts +82 -0
- package/auth.authn_pb_service.js +101 -0
- package/auth.cluster_pb.d.ts +142 -0
- package/auth.cluster_pb.js +1050 -0
- package/auth.cluster_pb_service.d.ts +82 -0
- package/auth.cluster_pb_service.js +101 -0
- package/auth.distribution_pb.d.ts +233 -0
- package/auth.distribution_pb.js +1785 -0
- package/auth.distribution_pb_service.d.ts +82 -0
- package/auth.distribution_pb_service.js +101 -0
- package/auth.email_pb.d.ts +217 -0
- package/auth.email_pb.js +1508 -0
- package/auth.email_pb_service.d.ts +102 -0
- package/auth.email_pb_service.js +142 -0
- package/auth.firmware_pb.d.ts +256 -0
- package/auth.firmware_pb.js +1997 -0
- package/auth.firmware_pb_service.d.ts +120 -0
- package/auth.firmware_pb_service.js +181 -0
- package/auth.push_notification_pb.d.ts +69 -0
- package/auth.push_notification_pb.js +411 -0
- package/auth.push_notification_pb_service.d.ts +64 -0
- package/auth.push_notification_pb_service.js +62 -0
- package/auth.sms_pb.d.ts +79 -0
- package/auth.sms_pb.js +575 -0
- package/auth.sms_pb_service.d.ts +83 -0
- package/auth.sms_pb_service.js +102 -0
- package/google/api/annotations_pb.d.ts +9 -0
- package/google/api/annotations_pb.js +54 -0
- package/google/api/annotations_pb_service.d.ts +3 -0
- package/google/api/annotations_pb_service.js +3 -0
- package/google/api/auth_pb.d.ts +150 -0
- package/google/api/auth_pb.js +1160 -0
- package/google/api/auth_pb_service.d.ts +3 -0
- package/google/api/auth_pb_service.js +3 -0
- package/google/api/backend_pb.d.ts +59 -0
- package/google/api/backend_pb.js +448 -0
- package/google/api/backend_pb_service.d.ts +3 -0
- package/google/api/backend_pb_service.js +3 -0
- package/google/api/billing_pb.d.ts +54 -0
- package/google/api/billing_pb.js +416 -0
- package/google/api/billing_pb_service.d.ts +3 -0
- package/google/api/billing_pb_service.js +3 -0
- package/google/api/client_pb.d.ts +12 -0
- package/google/api/client_pb.js +104 -0
- package/google/api/client_pb_service.d.ts +3 -0
- package/google/api/client_pb_service.js +3 -0
- package/google/api/config_change_pb.d.ts +72 -0
- package/google/api/config_change_pb.js +489 -0
- package/google/api/config_change_pb_service.d.ts +3 -0
- package/google/api/config_change_pb_service.js +3 -0
- package/google/api/consumer_pb.d.ts +65 -0
- package/google/api/consumer_pb.js +430 -0
- package/google/api/consumer_pb_service.d.ts +3 -0
- package/google/api/consumer_pb_service.js +3 -0
- package/google/api/context_pb.d.ts +59 -0
- package/google/api/context_pb.js +463 -0
- package/google/api/context_pb_service.d.ts +3 -0
- package/google/api/context_pb_service.js +3 -0
- package/google/api/control_pb.d.ts +25 -0
- package/google/api/control_pb.js +176 -0
- package/google/api/control_pb_service.d.ts +3 -0
- package/google/api/control_pb_service.js +3 -0
- package/google/api/distribution_pb.d.ts +235 -0
- package/google/api/distribution_pb.js +1805 -0
- package/google/api/distribution_pb_service.d.ts +3 -0
- package/google/api/distribution_pb_service.js +3 -0
- package/google/api/documentation_pb.d.ts +103 -0
- package/google/api/documentation_pb.js +803 -0
- package/google/api/documentation_pb_service.d.ts +3 -0
- package/google/api/documentation_pb_service.js +3 -0
- package/google/api/endpoint_pb.d.ts +46 -0
- package/google/api/endpoint_pb.js +343 -0
- package/google/api/endpoint_pb_service.d.ts +3 -0
- package/google/api/endpoint_pb_service.js +3 -0
- package/google/api/error_reason_pb.d.ts +40 -0
- package/google/api/error_reason_pb.js +61 -0
- package/google/api/error_reason_pb_service.d.ts +3 -0
- package/google/api/error_reason_pb_service.js +3 -0
- package/google/api/field_behavior_pb.d.ts +20 -0
- package/google/api/field_behavior_pb.js +66 -0
- package/google/api/field_behavior_pb_service.d.ts +3 -0
- package/google/api/field_behavior_pb_service.js +3 -0
- package/google/api/http_pb.d.ts +136 -0
- package/google/api/http_pb.js +1012 -0
- package/google/api/http_pb_service.d.ts +3 -0
- package/google/api/http_pb_service.js +3 -0
- package/google/api/httpbody_pb.d.ts +38 -0
- package/google/api/httpbody_pb.js +292 -0
- package/google/api/httpbody_pb_service.d.ts +3 -0
- package/google/api/httpbody_pb_service.js +3 -0
- package/google/api/label_pb.d.ts +41 -0
- package/google/api/label_pb.js +246 -0
- package/google/api/label_pb_service.d.ts +3 -0
- package/google/api/label_pb_service.js +3 -0
- package/google/api/launch_stage_pb.d.ts +16 -0
- package/google/api/launch_stage_pb.js +37 -0
- package/google/api/launch_stage_pb_service.d.ts +3 -0
- package/google/api/launch_stage_pb_service.js +3 -0
- package/google/api/log_pb.d.ts +40 -0
- package/google/api/log_pb.js +298 -0
- package/google/api/log_pb_service.d.ts +3 -0
- package/google/api/log_pb_service.js +3 -0
- package/google/api/logging_pb.d.ts +60 -0
- package/google/api/logging_pb.js +469 -0
- package/google/api/logging_pb_service.d.ts +3 -0
- package/google/api/logging_pb_service.js +3 -0
- package/google/api/metric_pb.d.ts +100 -0
- package/google/api/metric_pb.js +629 -0
- package/google/api/metric_pb_service.d.ts +3 -0
- package/google/api/metric_pb_service.js +3 -0
- package/google/api/monitored_resource_pb.d.ts +93 -0
- package/google/api/monitored_resource_pb.js +723 -0
- package/google/api/monitored_resource_pb_service.d.ts +3 -0
- package/google/api/monitored_resource_pb_service.js +3 -0
- package/google/api/monitoring_pb.d.ts +60 -0
- package/google/api/monitoring_pb.js +469 -0
- package/google/api/monitoring_pb_service.d.ts +3 -0
- package/google/api/monitoring_pb_service.js +3 -0
- package/google/api/policy_pb.d.ts +64 -0
- package/google/api/policy_pb.js +502 -0
- package/google/api/policy_pb_service.d.ts +3 -0
- package/google/api/policy_pb_service.js +3 -0
- package/google/api/quota_pb.d.ts +112 -0
- package/google/api/quota_pb.js +873 -0
- package/google/api/quota_pb_service.d.ts +3 -0
- package/google/api/quota_pb_service.js +3 -0
- package/google/api/resource_pb.d.ts +99 -0
- package/google/api/resource_pb.js +684 -0
- package/google/api/resource_pb_service.d.ts +3 -0
- package/google/api/resource_pb_service.js +3 -0
- package/google/api/routing_pb.d.ts +54 -0
- package/google/api/routing_pb.js +416 -0
- package/google/api/routing_pb_service.d.ts +3 -0
- package/google/api/routing_pb_service.js +3 -0
- package/google/api/service_pb.d.ts +184 -0
- package/google/api/service_pb.js +1400 -0
- package/google/api/service_pb_service.d.ts +3 -0
- package/google/api/service_pb_service.js +3 -0
- package/google/api/source_info_pb.d.ts +28 -0
- package/google/api/source_info_pb.js +208 -0
- package/google/api/source_info_pb_service.d.ts +3 -0
- package/google/api/source_info_pb_service.js +3 -0
- package/google/api/system_parameter_pb.d.ts +81 -0
- package/google/api/system_parameter_pb.js +630 -0
- package/google/api/system_parameter_pb_service.d.ts +3 -0
- package/google/api/system_parameter_pb_service.js +3 -0
- package/google/api/usage_pb.d.ts +66 -0
- package/google/api/usage_pb.js +499 -0
- package/google/api/usage_pb_service.d.ts +3 -0
- package/google/api/usage_pb_service.js +3 -0
- package/google/api/visibility_pb.d.ts +64 -0
- package/google/api/visibility_pb.js +546 -0
- package/google/api/visibility_pb_service.d.ts +3 -0
- package/google/api/visibility_pb_service.js +3 -0
- package/meta.client_pb.d.ts +167 -0
- package/meta.client_pb.js +1266 -0
- package/meta.client_pb_service.d.ts +122 -0
- package/meta.client_pb_service.js +183 -0
- package/meta.spic_config_pb.d.ts +184 -0
- package/meta.spic_config_pb.js +1382 -0
- package/meta.spic_config_pb_service.d.ts +122 -0
- package/meta.spic_config_pb_service.js +183 -0
- package/package.json +1 -1
- package/platform.activity_log_pb.d.ts +177 -0
- package/platform.activity_log_pb.js +1294 -0
- package/platform.activity_log_pb_service.d.ts +82 -0
- package/platform.activity_log_pb_service.js +101 -0
- package/platform.client_pb.d.ts +350 -0
- package/platform.client_pb.js +2663 -0
- package/platform.client_pb_service.d.ts +158 -0
- package/platform.client_pb_service.js +261 -0
- package/platform.group_pb.d.ts +195 -0
- package/platform.group_pb.js +1476 -0
- package/platform.group_pb_service.d.ts +139 -0
- package/platform.group_pb_service.js +221 -0
- package/platform.local_account_internal_pb.d.ts +125 -0
- package/platform.local_account_internal_pb.js +933 -0
- package/platform.local_account_internal_pb_service.d.ts +121 -0
- package/platform.local_account_internal_pb_service.js +182 -0
- package/platform.local_account_pb.d.ts +446 -0
- package/platform.local_account_pb.js +3337 -0
- package/platform.local_account_pb_service.d.ts +331 -0
- package/platform.local_account_pb_service.js +623 -0
- package/platform.local_distribution_pb.d.ts +73 -0
- package/platform.local_distribution_pb.js +536 -0
- package/platform.local_distribution_pb_service.d.ts +63 -0
- package/platform.local_distribution_pb_service.js +61 -0
- package/platform.location_pb.d.ts +271 -0
- package/platform.location_pb.js +2046 -0
- package/platform.location_pb_service.d.ts +139 -0
- package/platform.location_pb_service.js +221 -0
- package/platform.pagination_pb.d.ts +45 -0
- package/platform.pagination_pb.js +276 -0
- package/platform.pagination_pb_service.d.ts +3 -0
- package/platform.pagination_pb_service.js +3 -0
- package/spic.admin_alert_pb.d.ts +91 -0
- package/spic.admin_alert_pb.js +666 -0
- package/spic.admin_alert_pb_service.d.ts +102 -0
- package/spic.admin_alert_pb_service.js +142 -0
- package/spic.alarm_pb.d.ts +344 -0
- package/spic.alarm_pb.js +2622 -0
- package/spic.alarm_pb_service.d.ts +101 -0
- package/spic.alarm_pb_service.js +141 -0
- package/spic.asset_pb.d.ts +652 -0
- package/spic.asset_pb.js +4669 -0
- package/spic.asset_pb_service.d.ts +197 -0
- package/spic.asset_pb_service.js +342 -0
- package/spic.cabinet_pb.d.ts +791 -0
- package/spic.cabinet_pb.js +5733 -0
- package/spic.cabinet_pb_service.d.ts +158 -0
- package/spic.cabinet_pb_service.js +261 -0
- package/spic.config_pb.d.ts +249 -0
- package/spic.config_pb.js +1891 -0
- package/spic.config_pb_service.d.ts +120 -0
- package/spic.config_pb_service.js +181 -0
- package/spic.contractor_pb.d.ts +195 -0
- package/spic.contractor_pb.js +1476 -0
- package/spic.contractor_pb_service.d.ts +139 -0
- package/spic.contractor_pb_service.js +221 -0
- package/spic.history_pb.d.ts +142 -0
- package/spic.history_pb.js +1130 -0
- package/spic.history_pb_service.d.ts +63 -0
- package/spic.history_pb_service.js +61 -0
- package/spic.open_request_pb.d.ts +237 -0
- package/spic.open_request_pb.js +1784 -0
- package/spic.open_request_pb_service.d.ts +101 -0
- package/spic.open_request_pb_service.js +141 -0
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// package: google.api
|
|
2
|
+
// file: google/api/httpbody.proto
|
|
3
|
+
|
|
4
|
+
import * as jspb from "google-protobuf";
|
|
5
|
+
import * as google_protobuf_any_pb from "google-protobuf/google/protobuf/any_pb";
|
|
6
|
+
|
|
7
|
+
export class HttpBody extends jspb.Message {
|
|
8
|
+
getContentType(): string;
|
|
9
|
+
setContentType(value: string): void;
|
|
10
|
+
|
|
11
|
+
getData(): Uint8Array | string;
|
|
12
|
+
getData_asU8(): Uint8Array;
|
|
13
|
+
getData_asB64(): string;
|
|
14
|
+
setData(value: Uint8Array | string): void;
|
|
15
|
+
|
|
16
|
+
clearExtensionsList(): void;
|
|
17
|
+
getExtensionsList(): Array<google_protobuf_any_pb.Any>;
|
|
18
|
+
setExtensionsList(value: Array<google_protobuf_any_pb.Any>): void;
|
|
19
|
+
addExtensions(value?: google_protobuf_any_pb.Any, index?: number): google_protobuf_any_pb.Any;
|
|
20
|
+
|
|
21
|
+
serializeBinary(): Uint8Array;
|
|
22
|
+
toObject(includeInstance?: boolean): HttpBody.AsObject;
|
|
23
|
+
static toObject(includeInstance: boolean, msg: HttpBody): HttpBody.AsObject;
|
|
24
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
25
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
26
|
+
static serializeBinaryToWriter(message: HttpBody, writer: jspb.BinaryWriter): void;
|
|
27
|
+
static deserializeBinary(bytes: Uint8Array): HttpBody;
|
|
28
|
+
static deserializeBinaryFromReader(message: HttpBody, reader: jspb.BinaryReader): HttpBody;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export namespace HttpBody {
|
|
32
|
+
export type AsObject = {
|
|
33
|
+
contentType: string,
|
|
34
|
+
data: Uint8Array | string,
|
|
35
|
+
extensionsList: Array<google_protobuf_any_pb.Any.AsObject>,
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
// source: google/api/httpbody.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
|
+
/* eslint-disable */
|
|
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
|
+
var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js');
|
|
25
|
+
goog.object.extend(proto, google_protobuf_any_pb);
|
|
26
|
+
goog.exportSymbol('proto.google.api.HttpBody', null, global);
|
|
27
|
+
/**
|
|
28
|
+
* Generated by JsPbCodeGenerator.
|
|
29
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
30
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
31
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
32
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
33
|
+
* valid.
|
|
34
|
+
* @extends {jspb.Message}
|
|
35
|
+
* @constructor
|
|
36
|
+
*/
|
|
37
|
+
proto.google.api.HttpBody = function(opt_data) {
|
|
38
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.google.api.HttpBody.repeatedFields_, null);
|
|
39
|
+
};
|
|
40
|
+
goog.inherits(proto.google.api.HttpBody, jspb.Message);
|
|
41
|
+
if (goog.DEBUG && !COMPILED) {
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* @override
|
|
45
|
+
*/
|
|
46
|
+
proto.google.api.HttpBody.displayName = 'proto.google.api.HttpBody';
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* List of repeated fields within this message type.
|
|
51
|
+
* @private {!Array<number>}
|
|
52
|
+
* @const
|
|
53
|
+
*/
|
|
54
|
+
proto.google.api.HttpBody.repeatedFields_ = [3];
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
59
|
+
/**
|
|
60
|
+
* Creates an object representation of this proto.
|
|
61
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
62
|
+
* Optional fields that are not set will be set to undefined.
|
|
63
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
64
|
+
* For the list of reserved names please see:
|
|
65
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
66
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
67
|
+
* JSPB instance for transitional soy proto support:
|
|
68
|
+
* http://goto/soy-param-migration
|
|
69
|
+
* @return {!Object}
|
|
70
|
+
*/
|
|
71
|
+
proto.google.api.HttpBody.prototype.toObject = function(opt_includeInstance) {
|
|
72
|
+
return proto.google.api.HttpBody.toObject(opt_includeInstance, this);
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Static version of the {@see toObject} method.
|
|
78
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
79
|
+
* the JSPB instance for transitional soy proto support:
|
|
80
|
+
* http://goto/soy-param-migration
|
|
81
|
+
* @param {!proto.google.api.HttpBody} msg The msg instance to transform.
|
|
82
|
+
* @return {!Object}
|
|
83
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
84
|
+
*/
|
|
85
|
+
proto.google.api.HttpBody.toObject = function(includeInstance, msg) {
|
|
86
|
+
var f, obj = {
|
|
87
|
+
contentType: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
88
|
+
data: msg.getData_asB64(),
|
|
89
|
+
extensionsList: jspb.Message.toObjectList(msg.getExtensionsList(),
|
|
90
|
+
google_protobuf_any_pb.Any.toObject, includeInstance)
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
if (includeInstance) {
|
|
94
|
+
obj.$jspbMessageInstance = msg;
|
|
95
|
+
}
|
|
96
|
+
return obj;
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* Deserializes binary data (in protobuf wire format).
|
|
103
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
104
|
+
* @return {!proto.google.api.HttpBody}
|
|
105
|
+
*/
|
|
106
|
+
proto.google.api.HttpBody.deserializeBinary = function(bytes) {
|
|
107
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
108
|
+
var msg = new proto.google.api.HttpBody;
|
|
109
|
+
return proto.google.api.HttpBody.deserializeBinaryFromReader(msg, reader);
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
115
|
+
* given reader into the given message object.
|
|
116
|
+
* @param {!proto.google.api.HttpBody} msg The message object to deserialize into.
|
|
117
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
118
|
+
* @return {!proto.google.api.HttpBody}
|
|
119
|
+
*/
|
|
120
|
+
proto.google.api.HttpBody.deserializeBinaryFromReader = function(msg, reader) {
|
|
121
|
+
while (reader.nextField()) {
|
|
122
|
+
if (reader.isEndGroup()) {
|
|
123
|
+
break;
|
|
124
|
+
}
|
|
125
|
+
var field = reader.getFieldNumber();
|
|
126
|
+
switch (field) {
|
|
127
|
+
case 1:
|
|
128
|
+
var value = /** @type {string} */ (reader.readString());
|
|
129
|
+
msg.setContentType(value);
|
|
130
|
+
break;
|
|
131
|
+
case 2:
|
|
132
|
+
var value = /** @type {!Uint8Array} */ (reader.readBytes());
|
|
133
|
+
msg.setData(value);
|
|
134
|
+
break;
|
|
135
|
+
case 3:
|
|
136
|
+
var value = new google_protobuf_any_pb.Any;
|
|
137
|
+
reader.readMessage(value,google_protobuf_any_pb.Any.deserializeBinaryFromReader);
|
|
138
|
+
msg.addExtensions(value);
|
|
139
|
+
break;
|
|
140
|
+
default:
|
|
141
|
+
reader.skipField();
|
|
142
|
+
break;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
return msg;
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
151
|
+
* @return {!Uint8Array}
|
|
152
|
+
*/
|
|
153
|
+
proto.google.api.HttpBody.prototype.serializeBinary = function() {
|
|
154
|
+
var writer = new jspb.BinaryWriter();
|
|
155
|
+
proto.google.api.HttpBody.serializeBinaryToWriter(this, writer);
|
|
156
|
+
return writer.getResultBuffer();
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
162
|
+
* format), writing to the given BinaryWriter.
|
|
163
|
+
* @param {!proto.google.api.HttpBody} message
|
|
164
|
+
* @param {!jspb.BinaryWriter} writer
|
|
165
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
166
|
+
*/
|
|
167
|
+
proto.google.api.HttpBody.serializeBinaryToWriter = function(message, writer) {
|
|
168
|
+
var f = undefined;
|
|
169
|
+
f = message.getContentType();
|
|
170
|
+
if (f.length > 0) {
|
|
171
|
+
writer.writeString(
|
|
172
|
+
1,
|
|
173
|
+
f
|
|
174
|
+
);
|
|
175
|
+
}
|
|
176
|
+
f = message.getData_asU8();
|
|
177
|
+
if (f.length > 0) {
|
|
178
|
+
writer.writeBytes(
|
|
179
|
+
2,
|
|
180
|
+
f
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
f = message.getExtensionsList();
|
|
184
|
+
if (f.length > 0) {
|
|
185
|
+
writer.writeRepeatedMessage(
|
|
186
|
+
3,
|
|
187
|
+
f,
|
|
188
|
+
google_protobuf_any_pb.Any.serializeBinaryToWriter
|
|
189
|
+
);
|
|
190
|
+
}
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* optional string content_type = 1;
|
|
196
|
+
* @return {string}
|
|
197
|
+
*/
|
|
198
|
+
proto.google.api.HttpBody.prototype.getContentType = function() {
|
|
199
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
200
|
+
};
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* @param {string} value
|
|
205
|
+
* @return {!proto.google.api.HttpBody} returns this
|
|
206
|
+
*/
|
|
207
|
+
proto.google.api.HttpBody.prototype.setContentType = function(value) {
|
|
208
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* optional bytes data = 2;
|
|
214
|
+
* @return {!(string|Uint8Array)}
|
|
215
|
+
*/
|
|
216
|
+
proto.google.api.HttpBody.prototype.getData = function() {
|
|
217
|
+
return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* optional bytes data = 2;
|
|
223
|
+
* This is a type-conversion wrapper around `getData()`
|
|
224
|
+
* @return {string}
|
|
225
|
+
*/
|
|
226
|
+
proto.google.api.HttpBody.prototype.getData_asB64 = function() {
|
|
227
|
+
return /** @type {string} */ (jspb.Message.bytesAsB64(
|
|
228
|
+
this.getData()));
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* optional bytes data = 2;
|
|
234
|
+
* Note that Uint8Array is not supported on all browsers.
|
|
235
|
+
* @see http://caniuse.com/Uint8Array
|
|
236
|
+
* This is a type-conversion wrapper around `getData()`
|
|
237
|
+
* @return {!Uint8Array}
|
|
238
|
+
*/
|
|
239
|
+
proto.google.api.HttpBody.prototype.getData_asU8 = function() {
|
|
240
|
+
return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8(
|
|
241
|
+
this.getData()));
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* @param {!(string|Uint8Array)} value
|
|
247
|
+
* @return {!proto.google.api.HttpBody} returns this
|
|
248
|
+
*/
|
|
249
|
+
proto.google.api.HttpBody.prototype.setData = function(value) {
|
|
250
|
+
return jspb.Message.setProto3BytesField(this, 2, value);
|
|
251
|
+
};
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* repeated google.protobuf.Any extensions = 3;
|
|
256
|
+
* @return {!Array<!proto.google.protobuf.Any>}
|
|
257
|
+
*/
|
|
258
|
+
proto.google.api.HttpBody.prototype.getExtensionsList = function() {
|
|
259
|
+
return /** @type{!Array<!proto.google.protobuf.Any>} */ (
|
|
260
|
+
jspb.Message.getRepeatedWrapperField(this, google_protobuf_any_pb.Any, 3));
|
|
261
|
+
};
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* @param {!Array<!proto.google.protobuf.Any>} value
|
|
266
|
+
* @return {!proto.google.api.HttpBody} returns this
|
|
267
|
+
*/
|
|
268
|
+
proto.google.api.HttpBody.prototype.setExtensionsList = function(value) {
|
|
269
|
+
return jspb.Message.setRepeatedWrapperField(this, 3, value);
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* @param {!proto.google.protobuf.Any=} opt_value
|
|
275
|
+
* @param {number=} opt_index
|
|
276
|
+
* @return {!proto.google.protobuf.Any}
|
|
277
|
+
*/
|
|
278
|
+
proto.google.api.HttpBody.prototype.addExtensions = function(opt_value, opt_index) {
|
|
279
|
+
return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.google.protobuf.Any, opt_index);
|
|
280
|
+
};
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* Clears the list making it empty but non-null.
|
|
285
|
+
* @return {!proto.google.api.HttpBody} returns this
|
|
286
|
+
*/
|
|
287
|
+
proto.google.api.HttpBody.prototype.clearExtensionsList = function() {
|
|
288
|
+
return this.setExtensionsList([]);
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
goog.object.extend(exports, proto.google.api);
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// package: google.api
|
|
2
|
+
// file: google/api/label.proto
|
|
3
|
+
|
|
4
|
+
import * as jspb from "google-protobuf";
|
|
5
|
+
|
|
6
|
+
export class LabelDescriptor extends jspb.Message {
|
|
7
|
+
getKey(): string;
|
|
8
|
+
setKey(value: string): void;
|
|
9
|
+
|
|
10
|
+
getValueType(): LabelDescriptor.ValueTypeMap[keyof LabelDescriptor.ValueTypeMap];
|
|
11
|
+
setValueType(value: LabelDescriptor.ValueTypeMap[keyof LabelDescriptor.ValueTypeMap]): void;
|
|
12
|
+
|
|
13
|
+
getDescription(): string;
|
|
14
|
+
setDescription(value: string): void;
|
|
15
|
+
|
|
16
|
+
serializeBinary(): Uint8Array;
|
|
17
|
+
toObject(includeInstance?: boolean): LabelDescriptor.AsObject;
|
|
18
|
+
static toObject(includeInstance: boolean, msg: LabelDescriptor): LabelDescriptor.AsObject;
|
|
19
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
20
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
21
|
+
static serializeBinaryToWriter(message: LabelDescriptor, writer: jspb.BinaryWriter): void;
|
|
22
|
+
static deserializeBinary(bytes: Uint8Array): LabelDescriptor;
|
|
23
|
+
static deserializeBinaryFromReader(message: LabelDescriptor, reader: jspb.BinaryReader): LabelDescriptor;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export namespace LabelDescriptor {
|
|
27
|
+
export type AsObject = {
|
|
28
|
+
key: string,
|
|
29
|
+
valueType: LabelDescriptor.ValueTypeMap[keyof LabelDescriptor.ValueTypeMap],
|
|
30
|
+
description: string,
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export interface ValueTypeMap {
|
|
34
|
+
STRING: 0;
|
|
35
|
+
BOOL: 1;
|
|
36
|
+
INT64: 2;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export const ValueType: ValueTypeMap;
|
|
40
|
+
}
|
|
41
|
+
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
// source: google/api/label.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
|
+
/* eslint-disable */
|
|
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.api.LabelDescriptor', null, global);
|
|
25
|
+
goog.exportSymbol('proto.google.api.LabelDescriptor.ValueType', null, global);
|
|
26
|
+
/**
|
|
27
|
+
* Generated by JsPbCodeGenerator.
|
|
28
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
29
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
30
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
31
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
32
|
+
* valid.
|
|
33
|
+
* @extends {jspb.Message}
|
|
34
|
+
* @constructor
|
|
35
|
+
*/
|
|
36
|
+
proto.google.api.LabelDescriptor = function(opt_data) {
|
|
37
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
38
|
+
};
|
|
39
|
+
goog.inherits(proto.google.api.LabelDescriptor, jspb.Message);
|
|
40
|
+
if (goog.DEBUG && !COMPILED) {
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* @override
|
|
44
|
+
*/
|
|
45
|
+
proto.google.api.LabelDescriptor.displayName = 'proto.google.api.LabelDescriptor';
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
51
|
+
/**
|
|
52
|
+
* Creates an object representation of this proto.
|
|
53
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
54
|
+
* Optional fields that are not set will be set to undefined.
|
|
55
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
56
|
+
* For the list of reserved names please see:
|
|
57
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
58
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
59
|
+
* JSPB instance for transitional soy proto support:
|
|
60
|
+
* http://goto/soy-param-migration
|
|
61
|
+
* @return {!Object}
|
|
62
|
+
*/
|
|
63
|
+
proto.google.api.LabelDescriptor.prototype.toObject = function(opt_includeInstance) {
|
|
64
|
+
return proto.google.api.LabelDescriptor.toObject(opt_includeInstance, this);
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Static version of the {@see toObject} method.
|
|
70
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
71
|
+
* the JSPB instance for transitional soy proto support:
|
|
72
|
+
* http://goto/soy-param-migration
|
|
73
|
+
* @param {!proto.google.api.LabelDescriptor} msg The msg instance to transform.
|
|
74
|
+
* @return {!Object}
|
|
75
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
76
|
+
*/
|
|
77
|
+
proto.google.api.LabelDescriptor.toObject = function(includeInstance, msg) {
|
|
78
|
+
var f, obj = {
|
|
79
|
+
key: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
80
|
+
valueType: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
81
|
+
description: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
if (includeInstance) {
|
|
85
|
+
obj.$jspbMessageInstance = msg;
|
|
86
|
+
}
|
|
87
|
+
return obj;
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Deserializes binary data (in protobuf wire format).
|
|
94
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
95
|
+
* @return {!proto.google.api.LabelDescriptor}
|
|
96
|
+
*/
|
|
97
|
+
proto.google.api.LabelDescriptor.deserializeBinary = function(bytes) {
|
|
98
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
99
|
+
var msg = new proto.google.api.LabelDescriptor;
|
|
100
|
+
return proto.google.api.LabelDescriptor.deserializeBinaryFromReader(msg, reader);
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
106
|
+
* given reader into the given message object.
|
|
107
|
+
* @param {!proto.google.api.LabelDescriptor} msg The message object to deserialize into.
|
|
108
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
109
|
+
* @return {!proto.google.api.LabelDescriptor}
|
|
110
|
+
*/
|
|
111
|
+
proto.google.api.LabelDescriptor.deserializeBinaryFromReader = function(msg, reader) {
|
|
112
|
+
while (reader.nextField()) {
|
|
113
|
+
if (reader.isEndGroup()) {
|
|
114
|
+
break;
|
|
115
|
+
}
|
|
116
|
+
var field = reader.getFieldNumber();
|
|
117
|
+
switch (field) {
|
|
118
|
+
case 1:
|
|
119
|
+
var value = /** @type {string} */ (reader.readString());
|
|
120
|
+
msg.setKey(value);
|
|
121
|
+
break;
|
|
122
|
+
case 2:
|
|
123
|
+
var value = /** @type {!proto.google.api.LabelDescriptor.ValueType} */ (reader.readEnum());
|
|
124
|
+
msg.setValueType(value);
|
|
125
|
+
break;
|
|
126
|
+
case 3:
|
|
127
|
+
var value = /** @type {string} */ (reader.readString());
|
|
128
|
+
msg.setDescription(value);
|
|
129
|
+
break;
|
|
130
|
+
default:
|
|
131
|
+
reader.skipField();
|
|
132
|
+
break;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
return msg;
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
141
|
+
* @return {!Uint8Array}
|
|
142
|
+
*/
|
|
143
|
+
proto.google.api.LabelDescriptor.prototype.serializeBinary = function() {
|
|
144
|
+
var writer = new jspb.BinaryWriter();
|
|
145
|
+
proto.google.api.LabelDescriptor.serializeBinaryToWriter(this, writer);
|
|
146
|
+
return writer.getResultBuffer();
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
152
|
+
* format), writing to the given BinaryWriter.
|
|
153
|
+
* @param {!proto.google.api.LabelDescriptor} message
|
|
154
|
+
* @param {!jspb.BinaryWriter} writer
|
|
155
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
156
|
+
*/
|
|
157
|
+
proto.google.api.LabelDescriptor.serializeBinaryToWriter = function(message, writer) {
|
|
158
|
+
var f = undefined;
|
|
159
|
+
f = message.getKey();
|
|
160
|
+
if (f.length > 0) {
|
|
161
|
+
writer.writeString(
|
|
162
|
+
1,
|
|
163
|
+
f
|
|
164
|
+
);
|
|
165
|
+
}
|
|
166
|
+
f = message.getValueType();
|
|
167
|
+
if (f !== 0.0) {
|
|
168
|
+
writer.writeEnum(
|
|
169
|
+
2,
|
|
170
|
+
f
|
|
171
|
+
);
|
|
172
|
+
}
|
|
173
|
+
f = message.getDescription();
|
|
174
|
+
if (f.length > 0) {
|
|
175
|
+
writer.writeString(
|
|
176
|
+
3,
|
|
177
|
+
f
|
|
178
|
+
);
|
|
179
|
+
}
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* @enum {number}
|
|
185
|
+
*/
|
|
186
|
+
proto.google.api.LabelDescriptor.ValueType = {
|
|
187
|
+
STRING: 0,
|
|
188
|
+
BOOL: 1,
|
|
189
|
+
INT64: 2
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* optional string key = 1;
|
|
194
|
+
* @return {string}
|
|
195
|
+
*/
|
|
196
|
+
proto.google.api.LabelDescriptor.prototype.getKey = function() {
|
|
197
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
198
|
+
};
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* @param {string} value
|
|
203
|
+
* @return {!proto.google.api.LabelDescriptor} returns this
|
|
204
|
+
*/
|
|
205
|
+
proto.google.api.LabelDescriptor.prototype.setKey = function(value) {
|
|
206
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* optional ValueType value_type = 2;
|
|
212
|
+
* @return {!proto.google.api.LabelDescriptor.ValueType}
|
|
213
|
+
*/
|
|
214
|
+
proto.google.api.LabelDescriptor.prototype.getValueType = function() {
|
|
215
|
+
return /** @type {!proto.google.api.LabelDescriptor.ValueType} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* @param {!proto.google.api.LabelDescriptor.ValueType} value
|
|
221
|
+
* @return {!proto.google.api.LabelDescriptor} returns this
|
|
222
|
+
*/
|
|
223
|
+
proto.google.api.LabelDescriptor.prototype.setValueType = function(value) {
|
|
224
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
225
|
+
};
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* optional string description = 3;
|
|
230
|
+
* @return {string}
|
|
231
|
+
*/
|
|
232
|
+
proto.google.api.LabelDescriptor.prototype.getDescription = function() {
|
|
233
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
234
|
+
};
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* @param {string} value
|
|
239
|
+
* @return {!proto.google.api.LabelDescriptor} returns this
|
|
240
|
+
*/
|
|
241
|
+
proto.google.api.LabelDescriptor.prototype.setDescription = function(value) {
|
|
242
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
goog.object.extend(exports, proto.google.api);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// package: google.api
|
|
2
|
+
// file: google/api/launch_stage.proto
|
|
3
|
+
|
|
4
|
+
import * as jspb from "google-protobuf";
|
|
5
|
+
|
|
6
|
+
export interface LaunchStageMap {
|
|
7
|
+
LAUNCH_STAGE_UNSPECIFIED: 0;
|
|
8
|
+
EARLY_ACCESS: 1;
|
|
9
|
+
ALPHA: 2;
|
|
10
|
+
BETA: 3;
|
|
11
|
+
GA: 4;
|
|
12
|
+
DEPRECATED: 5;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export const LaunchStage: LaunchStageMap;
|
|
16
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// source: google/api/launch_stage.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
|
+
/* eslint-disable */
|
|
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.api.LaunchStage', null, global);
|
|
25
|
+
/**
|
|
26
|
+
* @enum {number}
|
|
27
|
+
*/
|
|
28
|
+
proto.google.api.LaunchStage = {
|
|
29
|
+
LAUNCH_STAGE_UNSPECIFIED: 0,
|
|
30
|
+
EARLY_ACCESS: 1,
|
|
31
|
+
ALPHA: 2,
|
|
32
|
+
BETA: 3,
|
|
33
|
+
GA: 4,
|
|
34
|
+
DEPRECATED: 5
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
goog.object.extend(exports, proto.google.api);
|