@mochabug/adapt-web 0.0.1-beta
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/dist/genproto/buf/validate/validate_pb.d.ts +4504 -0
- package/dist/genproto/buf/validate/validate_pb.js +422 -0
- package/dist/genproto/buf/validate/validate_pb.js.map +1 -0
- package/dist/genproto/google/api/annotations_pb.d.ts +13 -0
- package/dist/genproto/google/api/annotations_pb.js +27 -0
- package/dist/genproto/google/api/annotations_pb.js.map +1 -0
- package/dist/genproto/google/api/client_pb.d.ts +795 -0
- package/dist/genproto/google/api/client_pb.js +287 -0
- package/dist/genproto/google/api/client_pb.js.map +1 -0
- package/dist/genproto/google/api/http_pb.d.ts +440 -0
- package/dist/genproto/google/api/http_pb.js +34 -0
- package/dist/genproto/google/api/http_pb.js.map +1 -0
- package/dist/genproto/google/api/launch_stage_pb.d.ts +86 -0
- package/dist/genproto/google/api/launch_stage_pb.js +101 -0
- package/dist/genproto/google/api/launch_stage_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.d.ts +542 -0
- package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.js +157 -0
- package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.d.ts +43 -0
- package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.js +26 -0
- package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/jtd_schema_pb.d.ts +117 -0
- package/dist/genproto/mochabugapis/adapt/graph/jtd_schema_pb.js +25 -0
- package/dist/genproto/mochabugapis/adapt/graph/jtd_schema_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/receiver_pb.d.ts +39 -0
- package/dist/genproto/mochabugapis/adapt/graph/receiver_pb.js +26 -0
- package/dist/genproto/mochabugapis/adapt/graph/receiver_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.d.ts +43 -0
- package/dist/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.js +26 -0
- package/dist/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts +37 -0
- package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.js +26 -0
- package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.d.ts +43 -0
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.js +26 -0
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/vertex_config_pb.d.ts +62 -0
- package/dist/genproto/mochabugapis/adapt/graph/vertex_config_pb.js +28 -0
- package/dist/genproto/mochabugapis/adapt/graph/vertex_config_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.d.ts +815 -0
- package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js +284 -0
- package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts +224 -0
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js +75 -0
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.d.ts +1295 -0
- package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js +346 -0
- package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/runtime/v1/store_pb.d.ts +530 -0
- package/dist/genproto/mochabugapis/adapt/runtime/v1/store_pb.js +225 -0
- package/dist/genproto/mochabugapis/adapt/runtime/v1/store_pb.js.map +1 -0
- package/dist/index.d.ts +29 -0
- package/dist/index.js +175 -0
- package/dist/index.js.map +1 -0
- package/package.json +37 -0
|
@@ -0,0 +1,287 @@
|
|
|
1
|
+
// Copyright 2024 Google LLC
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
import { enumDesc, extDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
15
|
+
import { file_google_api_launch_stage } from "./launch_stage_pb";
|
|
16
|
+
import { file_google_protobuf_descriptor, file_google_protobuf_duration } from "@bufbuild/protobuf/wkt";
|
|
17
|
+
/**
|
|
18
|
+
* Describes the file google/api/client.proto.
|
|
19
|
+
*/
|
|
20
|
+
export const file_google_api_client = /*@__PURE__*/ fileDesc("Chdnb29nbGUvYXBpL2NsaWVudC5wcm90bxIKZ29vZ2xlLmFwaSK+AQoWQ29tbW9uTGFuZ3VhZ2VTZXR0aW5ncxIeChJyZWZlcmVuY2VfZG9jc191cmkYASABKAlCAhgBEjoKDGRlc3RpbmF0aW9ucxgCIAMoDjIkLmdvb2dsZS5hcGkuQ2xpZW50TGlicmFyeURlc3RpbmF0aW9uEkgKGnNlbGVjdGl2ZV9nYXBpY19nZW5lcmF0aW9uGAMgASgLMiQuZ29vZ2xlLmFwaS5TZWxlY3RpdmVHYXBpY0dlbmVyYXRpb24i+wMKFUNsaWVudExpYnJhcnlTZXR0aW5ncxIPCgd2ZXJzaW9uGAEgASgJEi0KDGxhdW5jaF9zdGFnZRgCIAEoDjIXLmdvb2dsZS5hcGkuTGF1bmNoU3RhZ2USGgoScmVzdF9udW1lcmljX2VudW1zGAMgASgIEi8KDWphdmFfc2V0dGluZ3MYFSABKAsyGC5nb29nbGUuYXBpLkphdmFTZXR0aW5ncxItCgxjcHBfc2V0dGluZ3MYFiABKAsyFy5nb29nbGUuYXBpLkNwcFNldHRpbmdzEi0KDHBocF9zZXR0aW5ncxgXIAEoCzIXLmdvb2dsZS5hcGkuUGhwU2V0dGluZ3MSMwoPcHl0aG9uX3NldHRpbmdzGBggASgLMhouZ29vZ2xlLmFwaS5QeXRob25TZXR0aW5ncxIvCg1ub2RlX3NldHRpbmdzGBkgASgLMhguZ29vZ2xlLmFwaS5Ob2RlU2V0dGluZ3MSMwoPZG90bmV0X3NldHRpbmdzGBogASgLMhouZ29vZ2xlLmFwaS5Eb3RuZXRTZXR0aW5ncxIvCg1ydWJ5X3NldHRpbmdzGBsgASgLMhguZ29vZ2xlLmFwaS5SdWJ5U2V0dGluZ3MSKwoLZ29fc2V0dGluZ3MYHCABKAsyFi5nb29nbGUuYXBpLkdvU2V0dGluZ3MiqAMKClB1Ymxpc2hpbmcSMwoPbWV0aG9kX3NldHRpbmdzGAIgAygLMhouZ29vZ2xlLmFwaS5NZXRob2RTZXR0aW5ncxIVCg1uZXdfaXNzdWVfdXJpGGUgASgJEhkKEWRvY3VtZW50YXRpb25fdXJpGGYgASgJEhYKDmFwaV9zaG9ydF9uYW1lGGcgASgJEhQKDGdpdGh1Yl9sYWJlbBhoIAEoCRIeChZjb2Rlb3duZXJfZ2l0aHViX3RlYW1zGGkgAygJEhYKDmRvY190YWdfcHJlZml4GGogASgJEjsKDG9yZ2FuaXphdGlvbhhrIAEoDjIlLmdvb2dsZS5hcGkuQ2xpZW50TGlicmFyeU9yZ2FuaXphdGlvbhI7ChBsaWJyYXJ5X3NldHRpbmdzGG0gAygLMiEuZ29vZ2xlLmFwaS5DbGllbnRMaWJyYXJ5U2V0dGluZ3MSKQohcHJvdG9fcmVmZXJlbmNlX2RvY3VtZW50YXRpb25fdXJpGG4gASgJEigKIHJlc3RfcmVmZXJlbmNlX2RvY3VtZW50YXRpb25fdXJpGG8gASgJIuMBCgxKYXZhU2V0dGluZ3MSFwoPbGlicmFyeV9wYWNrYWdlGAEgASgJEkwKE3NlcnZpY2VfY2xhc3NfbmFtZXMYAiADKAsyLy5nb29nbGUuYXBpLkphdmFTZXR0aW5ncy5TZXJ2aWNlQ2xhc3NOYW1lc0VudHJ5EjIKBmNvbW1vbhgDIAEoCzIiLmdvb2dsZS5hcGkuQ29tbW9uTGFuZ3VhZ2VTZXR0aW5ncxo4ChZTZXJ2aWNlQ2xhc3NOYW1lc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiQQoLQ3BwU2V0dGluZ3MSMgoGY29tbW9uGAEgASgLMiIuZ29vZ2xlLmFwaS5Db21tb25MYW5ndWFnZVNldHRpbmdzIkEKC1BocFNldHRpbmdzEjIKBmNvbW1vbhgBIAEoCzIiLmdvb2dsZS5hcGkuQ29tbW9uTGFuZ3VhZ2VTZXR0aW5ncyL0AQoOUHl0aG9uU2V0dGluZ3MSMgoGY29tbW9uGAEgASgLMiIuZ29vZ2xlLmFwaS5Db21tb25MYW5ndWFnZVNldHRpbmdzEk4KFWV4cGVyaW1lbnRhbF9mZWF0dXJlcxgCIAEoCzIvLmdvb2dsZS5hcGkuUHl0aG9uU2V0dGluZ3MuRXhwZXJpbWVudGFsRmVhdHVyZXMaXgoURXhwZXJpbWVudGFsRmVhdHVyZXMSHQoVcmVzdF9hc3luY19pb19lbmFibGVkGAEgASgIEicKH3Byb3RvYnVmX3B5dGhvbmljX3R5cGVzX2VuYWJsZWQYAiABKAgiQgoMTm9kZVNldHRpbmdzEjIKBmNvbW1vbhgBIAEoCzIiLmdvb2dsZS5hcGkuQ29tbW9uTGFuZ3VhZ2VTZXR0aW5ncyKqAwoORG90bmV0U2V0dGluZ3MSMgoGY29tbW9uGAEgASgLMiIuZ29vZ2xlLmFwaS5Db21tb25MYW5ndWFnZVNldHRpbmdzEkkKEHJlbmFtZWRfc2VydmljZXMYAiADKAsyLy5nb29nbGUuYXBpLkRvdG5ldFNldHRpbmdzLlJlbmFtZWRTZXJ2aWNlc0VudHJ5EksKEXJlbmFtZWRfcmVzb3VyY2VzGAMgAygLMjAuZ29vZ2xlLmFwaS5Eb3RuZXRTZXR0aW5ncy5SZW5hbWVkUmVzb3VyY2VzRW50cnkSGQoRaWdub3JlZF9yZXNvdXJjZXMYBCADKAkSIAoYZm9yY2VkX25hbWVzcGFjZV9hbGlhc2VzGAUgAygJEh4KFmhhbmR3cml0dGVuX3NpZ25hdHVyZXMYBiADKAkaNgoUUmVuYW1lZFNlcnZpY2VzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARo3ChVSZW5hbWVkUmVzb3VyY2VzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASJCCgxSdWJ5U2V0dGluZ3MSMgoGY29tbW9uGAEgASgLMiIuZ29vZ2xlLmFwaS5Db21tb25MYW5ndWFnZVNldHRpbmdzIkAKCkdvU2V0dGluZ3MSMgoGY29tbW9uGAEgASgLMiIuZ29vZ2xlLmFwaS5Db21tb25MYW5ndWFnZVNldHRpbmdzIs8CCg5NZXRob2RTZXR0aW5ncxIQCghzZWxlY3RvchgBIAEoCRI8Cgxsb25nX3J1bm5pbmcYAiABKAsyJi5nb29nbGUuYXBpLk1ldGhvZFNldHRpbmdzLkxvbmdSdW5uaW5nEh0KFWF1dG9fcG9wdWxhdGVkX2ZpZWxkcxgDIAMoCRrNAQoLTG9uZ1J1bm5pbmcSNQoSaW5pdGlhbF9wb2xsX2RlbGF5GAEgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uEh0KFXBvbGxfZGVsYXlfbXVsdGlwbGllchgCIAEoAhIxCg5tYXhfcG9sbF9kZWxheRgDIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbhI1ChJ0b3RhbF9wb2xsX3RpbWVvdXQYBCABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24iKwoYU2VsZWN0aXZlR2FwaWNHZW5lcmF0aW9uEg8KB21ldGhvZHMYASADKAkqowEKGUNsaWVudExpYnJhcnlPcmdhbml6YXRpb24SKwonQ0xJRU5UX0xJQlJBUllfT1JHQU5JWkFUSU9OX1VOU1BFQ0lGSUVEEAASCQoFQ0xPVUQQARIHCgNBRFMQAhIKCgZQSE9UT1MQAxIPCgtTVFJFRVRfVklFVxAEEgwKCFNIT1BQSU5HEAUSBwoDR0VPEAYSEQoNR0VORVJBVElWRV9BSRAHKmcKGENsaWVudExpYnJhcnlEZXN0aW5hdGlvbhIqCiZDTElFTlRfTElCUkFSWV9ERVNUSU5BVElPTl9VTlNQRUNJRklFRBAAEgoKBkdJVEhVQhAKEhMKD1BBQ0tBR0VfTUFOQUdFUhAUOkoKEG1ldGhvZF9zaWduYXR1cmUSHi5nb29nbGUucHJvdG9idWYuTWV0aG9kT3B0aW9ucxibCCADKAlSD21ldGhvZFNpZ25hdHVyZTpDCgxkZWZhdWx0X2hvc3QSHy5nb29nbGUucHJvdG9idWYuU2VydmljZU9wdGlvbnMYmQggASgJUgtkZWZhdWx0SG9zdDpDCgxvYXV0aF9zY29wZXMSHy5nb29nbGUucHJvdG9idWYuU2VydmljZU9wdGlvbnMYmgggASgJUgtvYXV0aFNjb3BlczpECgthcGlfdmVyc2lvbhIfLmdvb2dsZS5wcm90b2J1Zi5TZXJ2aWNlT3B0aW9ucxjBuqv6ASABKAlSCmFwaVZlcnNpb25CaQoOY29tLmdvb2dsZS5hcGlCC0NsaWVudFByb3RvUAFaQWdvb2dsZS5nb2xhbmcub3JnL2dlbnByb3RvL2dvb2dsZWFwaXMvYXBpL2Fubm90YXRpb25zO2Fubm90YXRpb25zogIER0FQSWIGcHJvdG8z", [file_google_api_launch_stage, file_google_protobuf_descriptor, file_google_protobuf_duration]);
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message google.api.CommonLanguageSettings.
|
|
23
|
+
* Use `create(CommonLanguageSettingsSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const CommonLanguageSettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 0);
|
|
26
|
+
/**
|
|
27
|
+
* Describes the message google.api.ClientLibrarySettings.
|
|
28
|
+
* Use `create(ClientLibrarySettingsSchema)` to create a new message.
|
|
29
|
+
*/
|
|
30
|
+
export const ClientLibrarySettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 1);
|
|
31
|
+
/**
|
|
32
|
+
* Describes the message google.api.Publishing.
|
|
33
|
+
* Use `create(PublishingSchema)` to create a new message.
|
|
34
|
+
*/
|
|
35
|
+
export const PublishingSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 2);
|
|
36
|
+
/**
|
|
37
|
+
* Describes the message google.api.JavaSettings.
|
|
38
|
+
* Use `create(JavaSettingsSchema)` to create a new message.
|
|
39
|
+
*/
|
|
40
|
+
export const JavaSettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 3);
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message google.api.CppSettings.
|
|
43
|
+
* Use `create(CppSettingsSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export const CppSettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 4);
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message google.api.PhpSettings.
|
|
48
|
+
* Use `create(PhpSettingsSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
export const PhpSettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 5);
|
|
51
|
+
/**
|
|
52
|
+
* Describes the message google.api.PythonSettings.
|
|
53
|
+
* Use `create(PythonSettingsSchema)` to create a new message.
|
|
54
|
+
*/
|
|
55
|
+
export const PythonSettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 6);
|
|
56
|
+
/**
|
|
57
|
+
* Describes the message google.api.PythonSettings.ExperimentalFeatures.
|
|
58
|
+
* Use `create(PythonSettings_ExperimentalFeaturesSchema)` to create a new message.
|
|
59
|
+
*/
|
|
60
|
+
export const PythonSettings_ExperimentalFeaturesSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 6, 0);
|
|
61
|
+
/**
|
|
62
|
+
* Describes the message google.api.NodeSettings.
|
|
63
|
+
* Use `create(NodeSettingsSchema)` to create a new message.
|
|
64
|
+
*/
|
|
65
|
+
export const NodeSettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 7);
|
|
66
|
+
/**
|
|
67
|
+
* Describes the message google.api.DotnetSettings.
|
|
68
|
+
* Use `create(DotnetSettingsSchema)` to create a new message.
|
|
69
|
+
*/
|
|
70
|
+
export const DotnetSettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 8);
|
|
71
|
+
/**
|
|
72
|
+
* Describes the message google.api.RubySettings.
|
|
73
|
+
* Use `create(RubySettingsSchema)` to create a new message.
|
|
74
|
+
*/
|
|
75
|
+
export const RubySettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 9);
|
|
76
|
+
/**
|
|
77
|
+
* Describes the message google.api.GoSettings.
|
|
78
|
+
* Use `create(GoSettingsSchema)` to create a new message.
|
|
79
|
+
*/
|
|
80
|
+
export const GoSettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 10);
|
|
81
|
+
/**
|
|
82
|
+
* Describes the message google.api.MethodSettings.
|
|
83
|
+
* Use `create(MethodSettingsSchema)` to create a new message.
|
|
84
|
+
*/
|
|
85
|
+
export const MethodSettingsSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 11);
|
|
86
|
+
/**
|
|
87
|
+
* Describes the message google.api.MethodSettings.LongRunning.
|
|
88
|
+
* Use `create(MethodSettings_LongRunningSchema)` to create a new message.
|
|
89
|
+
*/
|
|
90
|
+
export const MethodSettings_LongRunningSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 11, 0);
|
|
91
|
+
/**
|
|
92
|
+
* Describes the message google.api.SelectiveGapicGeneration.
|
|
93
|
+
* Use `create(SelectiveGapicGenerationSchema)` to create a new message.
|
|
94
|
+
*/
|
|
95
|
+
export const SelectiveGapicGenerationSchema = /*@__PURE__*/ messageDesc(file_google_api_client, 12);
|
|
96
|
+
/**
|
|
97
|
+
* The organization for which the client libraries are being published.
|
|
98
|
+
* Affects the url where generated docs are published, etc.
|
|
99
|
+
*
|
|
100
|
+
* @generated from enum google.api.ClientLibraryOrganization
|
|
101
|
+
*/
|
|
102
|
+
export var ClientLibraryOrganization;
|
|
103
|
+
(function (ClientLibraryOrganization) {
|
|
104
|
+
/**
|
|
105
|
+
* Not useful.
|
|
106
|
+
*
|
|
107
|
+
* @generated from enum value: CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;
|
|
108
|
+
*/
|
|
109
|
+
ClientLibraryOrganization[ClientLibraryOrganization["CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED"] = 0] = "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED";
|
|
110
|
+
/**
|
|
111
|
+
* Google Cloud Platform Org.
|
|
112
|
+
*
|
|
113
|
+
* @generated from enum value: CLOUD = 1;
|
|
114
|
+
*/
|
|
115
|
+
ClientLibraryOrganization[ClientLibraryOrganization["CLOUD"] = 1] = "CLOUD";
|
|
116
|
+
/**
|
|
117
|
+
* Ads (Advertising) Org.
|
|
118
|
+
*
|
|
119
|
+
* @generated from enum value: ADS = 2;
|
|
120
|
+
*/
|
|
121
|
+
ClientLibraryOrganization[ClientLibraryOrganization["ADS"] = 2] = "ADS";
|
|
122
|
+
/**
|
|
123
|
+
* Photos Org.
|
|
124
|
+
*
|
|
125
|
+
* @generated from enum value: PHOTOS = 3;
|
|
126
|
+
*/
|
|
127
|
+
ClientLibraryOrganization[ClientLibraryOrganization["PHOTOS"] = 3] = "PHOTOS";
|
|
128
|
+
/**
|
|
129
|
+
* Street View Org.
|
|
130
|
+
*
|
|
131
|
+
* @generated from enum value: STREET_VIEW = 4;
|
|
132
|
+
*/
|
|
133
|
+
ClientLibraryOrganization[ClientLibraryOrganization["STREET_VIEW"] = 4] = "STREET_VIEW";
|
|
134
|
+
/**
|
|
135
|
+
* Shopping Org.
|
|
136
|
+
*
|
|
137
|
+
* @generated from enum value: SHOPPING = 5;
|
|
138
|
+
*/
|
|
139
|
+
ClientLibraryOrganization[ClientLibraryOrganization["SHOPPING"] = 5] = "SHOPPING";
|
|
140
|
+
/**
|
|
141
|
+
* Geo Org.
|
|
142
|
+
*
|
|
143
|
+
* @generated from enum value: GEO = 6;
|
|
144
|
+
*/
|
|
145
|
+
ClientLibraryOrganization[ClientLibraryOrganization["GEO"] = 6] = "GEO";
|
|
146
|
+
/**
|
|
147
|
+
* Generative AI - https://developers.generativeai.google
|
|
148
|
+
*
|
|
149
|
+
* @generated from enum value: GENERATIVE_AI = 7;
|
|
150
|
+
*/
|
|
151
|
+
ClientLibraryOrganization[ClientLibraryOrganization["GENERATIVE_AI"] = 7] = "GENERATIVE_AI";
|
|
152
|
+
})(ClientLibraryOrganization || (ClientLibraryOrganization = {}));
|
|
153
|
+
/**
|
|
154
|
+
* Describes the enum google.api.ClientLibraryOrganization.
|
|
155
|
+
*/
|
|
156
|
+
export const ClientLibraryOrganizationSchema = /*@__PURE__*/ enumDesc(file_google_api_client, 0);
|
|
157
|
+
/**
|
|
158
|
+
* To where should client libraries be published?
|
|
159
|
+
*
|
|
160
|
+
* @generated from enum google.api.ClientLibraryDestination
|
|
161
|
+
*/
|
|
162
|
+
export var ClientLibraryDestination;
|
|
163
|
+
(function (ClientLibraryDestination) {
|
|
164
|
+
/**
|
|
165
|
+
* Client libraries will neither be generated nor published to package
|
|
166
|
+
* managers.
|
|
167
|
+
*
|
|
168
|
+
* @generated from enum value: CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0;
|
|
169
|
+
*/
|
|
170
|
+
ClientLibraryDestination[ClientLibraryDestination["CLIENT_LIBRARY_DESTINATION_UNSPECIFIED"] = 0] = "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED";
|
|
171
|
+
/**
|
|
172
|
+
* Generate the client library in a repo under github.com/googleapis,
|
|
173
|
+
* but don't publish it to package managers.
|
|
174
|
+
*
|
|
175
|
+
* @generated from enum value: GITHUB = 10;
|
|
176
|
+
*/
|
|
177
|
+
ClientLibraryDestination[ClientLibraryDestination["GITHUB"] = 10] = "GITHUB";
|
|
178
|
+
/**
|
|
179
|
+
* Publish the library to package managers like nuget.org and npmjs.com.
|
|
180
|
+
*
|
|
181
|
+
* @generated from enum value: PACKAGE_MANAGER = 20;
|
|
182
|
+
*/
|
|
183
|
+
ClientLibraryDestination[ClientLibraryDestination["PACKAGE_MANAGER"] = 20] = "PACKAGE_MANAGER";
|
|
184
|
+
})(ClientLibraryDestination || (ClientLibraryDestination = {}));
|
|
185
|
+
/**
|
|
186
|
+
* Describes the enum google.api.ClientLibraryDestination.
|
|
187
|
+
*/
|
|
188
|
+
export const ClientLibraryDestinationSchema = /*@__PURE__*/ enumDesc(file_google_api_client, 1);
|
|
189
|
+
/**
|
|
190
|
+
* A definition of a client library method signature.
|
|
191
|
+
*
|
|
192
|
+
* In client libraries, each proto RPC corresponds to one or more methods
|
|
193
|
+
* which the end user is able to call, and calls the underlying RPC.
|
|
194
|
+
* Normally, this method receives a single argument (a struct or instance
|
|
195
|
+
* corresponding to the RPC request object). Defining this field will
|
|
196
|
+
* add one or more overloads providing flattened or simpler method signatures
|
|
197
|
+
* in some languages.
|
|
198
|
+
*
|
|
199
|
+
* The fields on the method signature are provided as a comma-separated
|
|
200
|
+
* string.
|
|
201
|
+
*
|
|
202
|
+
* For example, the proto RPC and annotation:
|
|
203
|
+
*
|
|
204
|
+
* rpc CreateSubscription(CreateSubscriptionRequest)
|
|
205
|
+
* returns (Subscription) {
|
|
206
|
+
* option (google.api.method_signature) = "name,topic";
|
|
207
|
+
* }
|
|
208
|
+
*
|
|
209
|
+
* Would add the following Java overload (in addition to the method accepting
|
|
210
|
+
* the request object):
|
|
211
|
+
*
|
|
212
|
+
* public final Subscription createSubscription(String name, String topic)
|
|
213
|
+
*
|
|
214
|
+
* The following backwards-compatibility guidelines apply:
|
|
215
|
+
*
|
|
216
|
+
* * Adding this annotation to an unannotated method is backwards
|
|
217
|
+
* compatible.
|
|
218
|
+
* * Adding this annotation to a method which already has existing
|
|
219
|
+
* method signature annotations is backwards compatible if and only if
|
|
220
|
+
* the new method signature annotation is last in the sequence.
|
|
221
|
+
* * Modifying or removing an existing method signature annotation is
|
|
222
|
+
* a breaking change.
|
|
223
|
+
* * Re-ordering existing method signature annotations is a breaking
|
|
224
|
+
* change.
|
|
225
|
+
*
|
|
226
|
+
* @generated from extension: repeated string method_signature = 1051;
|
|
227
|
+
*/
|
|
228
|
+
export const method_signature = /*@__PURE__*/ extDesc(file_google_api_client, 0);
|
|
229
|
+
/**
|
|
230
|
+
* The hostname for this service.
|
|
231
|
+
* This should be specified with no prefix or protocol.
|
|
232
|
+
*
|
|
233
|
+
* Example:
|
|
234
|
+
*
|
|
235
|
+
* service Foo {
|
|
236
|
+
* option (google.api.default_host) = "foo.googleapi.com";
|
|
237
|
+
* ...
|
|
238
|
+
* }
|
|
239
|
+
*
|
|
240
|
+
* @generated from extension: string default_host = 1049;
|
|
241
|
+
*/
|
|
242
|
+
export const default_host = /*@__PURE__*/ extDesc(file_google_api_client, 1);
|
|
243
|
+
/**
|
|
244
|
+
* OAuth scopes needed for the client.
|
|
245
|
+
*
|
|
246
|
+
* Example:
|
|
247
|
+
*
|
|
248
|
+
* service Foo {
|
|
249
|
+
* option (google.api.oauth_scopes) = \
|
|
250
|
+
* "https://www.googleapis.com/auth/cloud-platform";
|
|
251
|
+
* ...
|
|
252
|
+
* }
|
|
253
|
+
*
|
|
254
|
+
* If there is more than one scope, use a comma-separated string:
|
|
255
|
+
*
|
|
256
|
+
* Example:
|
|
257
|
+
*
|
|
258
|
+
* service Foo {
|
|
259
|
+
* option (google.api.oauth_scopes) = \
|
|
260
|
+
* "https://www.googleapis.com/auth/cloud-platform,"
|
|
261
|
+
* "https://www.googleapis.com/auth/monitoring";
|
|
262
|
+
* ...
|
|
263
|
+
* }
|
|
264
|
+
*
|
|
265
|
+
* @generated from extension: string oauth_scopes = 1050;
|
|
266
|
+
*/
|
|
267
|
+
export const oauth_scopes = /*@__PURE__*/ extDesc(file_google_api_client, 2);
|
|
268
|
+
/**
|
|
269
|
+
* The API version of this service, which should be sent by version-aware
|
|
270
|
+
* clients to the service. This allows services to abide by the schema and
|
|
271
|
+
* behavior of the service at the time this API version was deployed.
|
|
272
|
+
* The format of the API version must be treated as opaque by clients.
|
|
273
|
+
* Services may use a format with an apparent structure, but clients must
|
|
274
|
+
* not rely on this to determine components within an API version, or attempt
|
|
275
|
+
* to construct other valid API versions. Note that this is for upcoming
|
|
276
|
+
* functionality and may not be implemented for all services.
|
|
277
|
+
*
|
|
278
|
+
* Example:
|
|
279
|
+
*
|
|
280
|
+
* service Foo {
|
|
281
|
+
* option (google.api.api_version) = "v1_20230821_preview";
|
|
282
|
+
* }
|
|
283
|
+
*
|
|
284
|
+
* @generated from extension: string api_version = 525000001;
|
|
285
|
+
*/
|
|
286
|
+
export const api_version = /*@__PURE__*/ extDesc(file_google_api_client, 3);
|
|
287
|
+
//# sourceMappingURL=client_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client_pb.js","sourceRoot":"","sources":["../../../../src/genproto/google/api/client_pb.ts"],"names":[],"mappings":"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"}
|