@mochabug/adaptkit 0.14.5 → 1.0.0-beta.10
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/assets/build-client.js +107 -0
- package/assets/build.js +57 -0
- package/assets/configurator.App.tsx +123 -0
- package/assets/configurator.main.tsx +19 -0
- package/assets/configurator.ssg.tsx +31 -0
- package/assets/{configurator.ts → configurator_none.ts} +1 -1
- package/assets/configurator_react.tsx +38 -0
- package/assets/executor.App.tsx +103 -0
- package/assets/executor.main.tsx +19 -0
- package/assets/executor.ssg.tsx +31 -0
- package/assets/{executor_browser.ts → executor_browser_none.ts} +1 -1
- package/assets/executor_browser_react.tsx +51 -0
- package/assets/gitignore +3 -0
- package/assets/global.d.ts +7 -0
- package/assets/inject.js +15 -0
- package/assets/tsconf.json +9 -3
- package/bin/index.js +12 -3243
- package/bin/index.js.map +7 -0
- package/package.json +11 -23
- package/assets/rollup.config.ts +0 -40
- package/bin/add.d.ts +0 -3
- package/bin/add.d.ts.map +0 -1
- package/bin/genproto/buf/validate/validate.d.ts +0 -4657
- package/bin/genproto/buf/validate/validate.d.ts.map +0 -1
- package/bin/genproto/google/api/client.d.ts +0 -785
- package/bin/genproto/google/api/client.d.ts.map +0 -1
- package/bin/genproto/google/api/http.d.ts +0 -452
- package/bin/genproto/google/api/http.d.ts.map +0 -1
- package/bin/genproto/google/api/launch_stage.d.ts +0 -78
- package/bin/genproto/google/api/launch_stage.d.ts.map +0 -1
- package/bin/genproto/google/protobuf/descriptor.d.ts +0 -2337
- package/bin/genproto/google/protobuf/descriptor.d.ts.map +0 -1
- package/bin/genproto/google/protobuf/duration.d.ts +0 -113
- package/bin/genproto/google/protobuf/duration.d.ts.map +0 -1
- package/bin/genproto/google/protobuf/struct.d.ts +0 -185
- package/bin/genproto/google/protobuf/struct.d.ts.map +0 -1
- package/bin/genproto/google/protobuf/timestamp.d.ts +0 -156
- package/bin/genproto/google/protobuf/timestamp.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/graph/exchange.d.ts +0 -50
- package/bin/genproto/mochabugapis/adapt/graph/exchange.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/graph/jtd_schema.d.ts +0 -129
- package/bin/genproto/mochabugapis/adapt/graph/jtd_schema.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/graph/receiver.d.ts +0 -46
- package/bin/genproto/mochabugapis/adapt/graph/receiver.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/graph/signal_binding.d.ts +0 -93
- package/bin/genproto/mochabugapis/adapt/graph/signal_binding.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/graph/signal_descriptor.d.ts +0 -56
- package/bin/genproto/mochabugapis/adapt/graph/signal_descriptor.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/graph/transceiver.d.ts +0 -44
- package/bin/genproto/mochabugapis/adapt/graph/transceiver.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/graph/transmitter.d.ts +0 -50
- package/bin/genproto/mochabugapis/adapt/graph/transmitter.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/graph/vertex_config.d.ts +0 -68
- package/bin/genproto/mochabugapis/adapt/graph/vertex_config.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/plugins/v1/plugins.client.d.ts +0 -46
- package/bin/genproto/mochabugapis/adapt/plugins/v1/plugins.client.d.ts.map +0 -1
- package/bin/genproto/mochabugapis/adapt/plugins/v1/plugins.d.ts +0 -840
- package/bin/genproto/mochabugapis/adapt/plugins/v1/plugins.d.ts.map +0 -1
- package/bin/index.d.ts +0 -2
- package/bin/index.d.ts.map +0 -1
- package/bin/init.d.ts +0 -2
- package/bin/init.d.ts.map +0 -1
- package/bin/oauth2.d.ts +0 -2
- package/bin/oauth2.d.ts.map +0 -1
- package/bin/publish.d.ts +0 -4
- package/bin/publish.d.ts.map +0 -1
- package/bin/utils.d.ts +0 -6
- package/bin/utils.d.ts.map +0 -1
- package/bin/vertices.d.ts +0 -3
- package/bin/vertices.d.ts.map +0 -1
|
@@ -1,785 +0,0 @@
|
|
|
1
|
-
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
|
2
|
-
import type { IBinaryWriter } from "@protobuf-ts/runtime";
|
|
3
|
-
import type { BinaryReadOptions } from "@protobuf-ts/runtime";
|
|
4
|
-
import type { IBinaryReader } from "@protobuf-ts/runtime";
|
|
5
|
-
import type { PartialMessage } from "@protobuf-ts/runtime";
|
|
6
|
-
import { MessageType } from "@protobuf-ts/runtime";
|
|
7
|
-
import { Duration } from "../protobuf/duration";
|
|
8
|
-
import { LaunchStage } from "./launch_stage";
|
|
9
|
-
/**
|
|
10
|
-
* Required information for every language.
|
|
11
|
-
*
|
|
12
|
-
* @generated from protobuf message google.api.CommonLanguageSettings
|
|
13
|
-
*/
|
|
14
|
-
export interface CommonLanguageSettings {
|
|
15
|
-
/**
|
|
16
|
-
* Link to automatically generated reference documentation. Example:
|
|
17
|
-
* https://cloud.google.com/nodejs/docs/reference/asset/latest
|
|
18
|
-
*
|
|
19
|
-
* @deprecated
|
|
20
|
-
* @generated from protobuf field: string reference_docs_uri = 1 [deprecated = true];
|
|
21
|
-
*/
|
|
22
|
-
referenceDocsUri: string;
|
|
23
|
-
/**
|
|
24
|
-
* The destination where API teams want this client library to be published.
|
|
25
|
-
*
|
|
26
|
-
* @generated from protobuf field: repeated google.api.ClientLibraryDestination destinations = 2;
|
|
27
|
-
*/
|
|
28
|
-
destinations: ClientLibraryDestination[];
|
|
29
|
-
/**
|
|
30
|
-
* Configuration for which RPCs should be generated in the GAPIC client.
|
|
31
|
-
*
|
|
32
|
-
* @generated from protobuf field: google.api.SelectiveGapicGeneration selective_gapic_generation = 3;
|
|
33
|
-
*/
|
|
34
|
-
selectiveGapicGeneration?: SelectiveGapicGeneration;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* Details about how and where to publish client libraries.
|
|
38
|
-
*
|
|
39
|
-
* @generated from protobuf message google.api.ClientLibrarySettings
|
|
40
|
-
*/
|
|
41
|
-
export interface ClientLibrarySettings {
|
|
42
|
-
/**
|
|
43
|
-
* Version of the API to apply these settings to. This is the full protobuf
|
|
44
|
-
* package for the API, ending in the version element.
|
|
45
|
-
* Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1".
|
|
46
|
-
*
|
|
47
|
-
* @generated from protobuf field: string version = 1;
|
|
48
|
-
*/
|
|
49
|
-
version: string;
|
|
50
|
-
/**
|
|
51
|
-
* Launch stage of this version of the API.
|
|
52
|
-
*
|
|
53
|
-
* @generated from protobuf field: google.api.LaunchStage launch_stage = 2;
|
|
54
|
-
*/
|
|
55
|
-
launchStage: LaunchStage;
|
|
56
|
-
/**
|
|
57
|
-
* When using transport=rest, the client request will encode enums as
|
|
58
|
-
* numbers rather than strings.
|
|
59
|
-
*
|
|
60
|
-
* @generated from protobuf field: bool rest_numeric_enums = 3;
|
|
61
|
-
*/
|
|
62
|
-
restNumericEnums: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* Settings for legacy Java features, supported in the Service YAML.
|
|
65
|
-
*
|
|
66
|
-
* @generated from protobuf field: google.api.JavaSettings java_settings = 21;
|
|
67
|
-
*/
|
|
68
|
-
javaSettings?: JavaSettings;
|
|
69
|
-
/**
|
|
70
|
-
* Settings for C++ client libraries.
|
|
71
|
-
*
|
|
72
|
-
* @generated from protobuf field: google.api.CppSettings cpp_settings = 22;
|
|
73
|
-
*/
|
|
74
|
-
cppSettings?: CppSettings;
|
|
75
|
-
/**
|
|
76
|
-
* Settings for PHP client libraries.
|
|
77
|
-
*
|
|
78
|
-
* @generated from protobuf field: google.api.PhpSettings php_settings = 23;
|
|
79
|
-
*/
|
|
80
|
-
phpSettings?: PhpSettings;
|
|
81
|
-
/**
|
|
82
|
-
* Settings for Python client libraries.
|
|
83
|
-
*
|
|
84
|
-
* @generated from protobuf field: google.api.PythonSettings python_settings = 24;
|
|
85
|
-
*/
|
|
86
|
-
pythonSettings?: PythonSettings;
|
|
87
|
-
/**
|
|
88
|
-
* Settings for Node client libraries.
|
|
89
|
-
*
|
|
90
|
-
* @generated from protobuf field: google.api.NodeSettings node_settings = 25;
|
|
91
|
-
*/
|
|
92
|
-
nodeSettings?: NodeSettings;
|
|
93
|
-
/**
|
|
94
|
-
* Settings for .NET client libraries.
|
|
95
|
-
*
|
|
96
|
-
* @generated from protobuf field: google.api.DotnetSettings dotnet_settings = 26;
|
|
97
|
-
*/
|
|
98
|
-
dotnetSettings?: DotnetSettings;
|
|
99
|
-
/**
|
|
100
|
-
* Settings for Ruby client libraries.
|
|
101
|
-
*
|
|
102
|
-
* @generated from protobuf field: google.api.RubySettings ruby_settings = 27;
|
|
103
|
-
*/
|
|
104
|
-
rubySettings?: RubySettings;
|
|
105
|
-
/**
|
|
106
|
-
* Settings for Go client libraries.
|
|
107
|
-
*
|
|
108
|
-
* @generated from protobuf field: google.api.GoSettings go_settings = 28;
|
|
109
|
-
*/
|
|
110
|
-
goSettings?: GoSettings;
|
|
111
|
-
}
|
|
112
|
-
/**
|
|
113
|
-
* This message configures the settings for publishing [Google Cloud Client
|
|
114
|
-
* libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
|
|
115
|
-
* generated from the service config.
|
|
116
|
-
*
|
|
117
|
-
* @generated from protobuf message google.api.Publishing
|
|
118
|
-
*/
|
|
119
|
-
export interface Publishing {
|
|
120
|
-
/**
|
|
121
|
-
* A list of API method settings, e.g. the behavior for methods that use the
|
|
122
|
-
* long-running operation pattern.
|
|
123
|
-
*
|
|
124
|
-
* @generated from protobuf field: repeated google.api.MethodSettings method_settings = 2;
|
|
125
|
-
*/
|
|
126
|
-
methodSettings: MethodSettings[];
|
|
127
|
-
/**
|
|
128
|
-
* Link to a *public* URI where users can report issues. Example:
|
|
129
|
-
* https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
|
130
|
-
*
|
|
131
|
-
* @generated from protobuf field: string new_issue_uri = 101;
|
|
132
|
-
*/
|
|
133
|
-
newIssueUri: string;
|
|
134
|
-
/**
|
|
135
|
-
* Link to product home page. Example:
|
|
136
|
-
* https://cloud.google.com/asset-inventory/docs/overview
|
|
137
|
-
*
|
|
138
|
-
* @generated from protobuf field: string documentation_uri = 102;
|
|
139
|
-
*/
|
|
140
|
-
documentationUri: string;
|
|
141
|
-
/**
|
|
142
|
-
* Used as a tracking tag when collecting data about the APIs developer
|
|
143
|
-
* relations artifacts like docs, packages delivered to package managers,
|
|
144
|
-
* etc. Example: "speech".
|
|
145
|
-
*
|
|
146
|
-
* @generated from protobuf field: string api_short_name = 103;
|
|
147
|
-
*/
|
|
148
|
-
apiShortName: string;
|
|
149
|
-
/**
|
|
150
|
-
* GitHub label to apply to issues and pull requests opened for this API.
|
|
151
|
-
*
|
|
152
|
-
* @generated from protobuf field: string github_label = 104;
|
|
153
|
-
*/
|
|
154
|
-
githubLabel: string;
|
|
155
|
-
/**
|
|
156
|
-
* GitHub teams to be added to CODEOWNERS in the directory in GitHub
|
|
157
|
-
* containing source code for the client libraries for this API.
|
|
158
|
-
*
|
|
159
|
-
* @generated from protobuf field: repeated string codeowner_github_teams = 105;
|
|
160
|
-
*/
|
|
161
|
-
codeownerGithubTeams: string[];
|
|
162
|
-
/**
|
|
163
|
-
* A prefix used in sample code when demarking regions to be included in
|
|
164
|
-
* documentation.
|
|
165
|
-
*
|
|
166
|
-
* @generated from protobuf field: string doc_tag_prefix = 106;
|
|
167
|
-
*/
|
|
168
|
-
docTagPrefix: string;
|
|
169
|
-
/**
|
|
170
|
-
* For whom the client library is being published.
|
|
171
|
-
*
|
|
172
|
-
* @generated from protobuf field: google.api.ClientLibraryOrganization organization = 107;
|
|
173
|
-
*/
|
|
174
|
-
organization: ClientLibraryOrganization;
|
|
175
|
-
/**
|
|
176
|
-
* Client library settings. If the same version string appears multiple
|
|
177
|
-
* times in this list, then the last one wins. Settings from earlier
|
|
178
|
-
* settings with the same version string are discarded.
|
|
179
|
-
*
|
|
180
|
-
* @generated from protobuf field: repeated google.api.ClientLibrarySettings library_settings = 109;
|
|
181
|
-
*/
|
|
182
|
-
librarySettings: ClientLibrarySettings[];
|
|
183
|
-
/**
|
|
184
|
-
* Optional link to proto reference documentation. Example:
|
|
185
|
-
* https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
|
186
|
-
*
|
|
187
|
-
* @generated from protobuf field: string proto_reference_documentation_uri = 110;
|
|
188
|
-
*/
|
|
189
|
-
protoReferenceDocumentationUri: string;
|
|
190
|
-
/**
|
|
191
|
-
* Optional link to REST reference documentation. Example:
|
|
192
|
-
* https://cloud.google.com/pubsub/lite/docs/reference/rest
|
|
193
|
-
*
|
|
194
|
-
* @generated from protobuf field: string rest_reference_documentation_uri = 111;
|
|
195
|
-
*/
|
|
196
|
-
restReferenceDocumentationUri: string;
|
|
197
|
-
}
|
|
198
|
-
/**
|
|
199
|
-
* Settings for Java client libraries.
|
|
200
|
-
*
|
|
201
|
-
* @generated from protobuf message google.api.JavaSettings
|
|
202
|
-
*/
|
|
203
|
-
export interface JavaSettings {
|
|
204
|
-
/**
|
|
205
|
-
* The package name to use in Java. Clobbers the java_package option
|
|
206
|
-
* set in the protobuf. This should be used **only** by APIs
|
|
207
|
-
* who have already set the language_settings.java.package_name" field
|
|
208
|
-
* in gapic.yaml. API teams should use the protobuf java_package option
|
|
209
|
-
* where possible.
|
|
210
|
-
*
|
|
211
|
-
* Example of a YAML configuration::
|
|
212
|
-
*
|
|
213
|
-
* publishing:
|
|
214
|
-
* java_settings:
|
|
215
|
-
* library_package: com.google.cloud.pubsub.v1
|
|
216
|
-
*
|
|
217
|
-
* @generated from protobuf field: string library_package = 1;
|
|
218
|
-
*/
|
|
219
|
-
libraryPackage: string;
|
|
220
|
-
/**
|
|
221
|
-
* Configure the Java class name to use instead of the service's for its
|
|
222
|
-
* corresponding generated GAPIC client. Keys are fully-qualified
|
|
223
|
-
* service names as they appear in the protobuf (including the full
|
|
224
|
-
* the language_settings.java.interface_names" field in gapic.yaml. API
|
|
225
|
-
* teams should otherwise use the service name as it appears in the
|
|
226
|
-
* protobuf.
|
|
227
|
-
*
|
|
228
|
-
* Example of a YAML configuration::
|
|
229
|
-
*
|
|
230
|
-
* publishing:
|
|
231
|
-
* java_settings:
|
|
232
|
-
* service_class_names:
|
|
233
|
-
* - google.pubsub.v1.Publisher: TopicAdmin
|
|
234
|
-
* - google.pubsub.v1.Subscriber: SubscriptionAdmin
|
|
235
|
-
*
|
|
236
|
-
* @generated from protobuf field: map<string, string> service_class_names = 2;
|
|
237
|
-
*/
|
|
238
|
-
serviceClassNames: {
|
|
239
|
-
[key: string]: string;
|
|
240
|
-
};
|
|
241
|
-
/**
|
|
242
|
-
* Some settings.
|
|
243
|
-
*
|
|
244
|
-
* @generated from protobuf field: google.api.CommonLanguageSettings common = 3;
|
|
245
|
-
*/
|
|
246
|
-
common?: CommonLanguageSettings;
|
|
247
|
-
}
|
|
248
|
-
/**
|
|
249
|
-
* Settings for C++ client libraries.
|
|
250
|
-
*
|
|
251
|
-
* @generated from protobuf message google.api.CppSettings
|
|
252
|
-
*/
|
|
253
|
-
export interface CppSettings {
|
|
254
|
-
/**
|
|
255
|
-
* Some settings.
|
|
256
|
-
*
|
|
257
|
-
* @generated from protobuf field: google.api.CommonLanguageSettings common = 1;
|
|
258
|
-
*/
|
|
259
|
-
common?: CommonLanguageSettings;
|
|
260
|
-
}
|
|
261
|
-
/**
|
|
262
|
-
* Settings for Php client libraries.
|
|
263
|
-
*
|
|
264
|
-
* @generated from protobuf message google.api.PhpSettings
|
|
265
|
-
*/
|
|
266
|
-
export interface PhpSettings {
|
|
267
|
-
/**
|
|
268
|
-
* Some settings.
|
|
269
|
-
*
|
|
270
|
-
* @generated from protobuf field: google.api.CommonLanguageSettings common = 1;
|
|
271
|
-
*/
|
|
272
|
-
common?: CommonLanguageSettings;
|
|
273
|
-
}
|
|
274
|
-
/**
|
|
275
|
-
* Settings for Python client libraries.
|
|
276
|
-
*
|
|
277
|
-
* @generated from protobuf message google.api.PythonSettings
|
|
278
|
-
*/
|
|
279
|
-
export interface PythonSettings {
|
|
280
|
-
/**
|
|
281
|
-
* Some settings.
|
|
282
|
-
*
|
|
283
|
-
* @generated from protobuf field: google.api.CommonLanguageSettings common = 1;
|
|
284
|
-
*/
|
|
285
|
-
common?: CommonLanguageSettings;
|
|
286
|
-
/**
|
|
287
|
-
* Experimental features to be included during client library generation.
|
|
288
|
-
*
|
|
289
|
-
* @generated from protobuf field: google.api.PythonSettings.ExperimentalFeatures experimental_features = 2;
|
|
290
|
-
*/
|
|
291
|
-
experimentalFeatures?: PythonSettings_ExperimentalFeatures;
|
|
292
|
-
}
|
|
293
|
-
/**
|
|
294
|
-
* Experimental features to be included during client library generation.
|
|
295
|
-
* These fields will be deprecated once the feature graduates and is enabled
|
|
296
|
-
* by default.
|
|
297
|
-
*
|
|
298
|
-
* @generated from protobuf message google.api.PythonSettings.ExperimentalFeatures
|
|
299
|
-
*/
|
|
300
|
-
export interface PythonSettings_ExperimentalFeatures {
|
|
301
|
-
/**
|
|
302
|
-
* Enables generation of asynchronous REST clients if `rest` transport is
|
|
303
|
-
* enabled. By default, asynchronous REST clients will not be generated.
|
|
304
|
-
* This feature will be enabled by default 1 month after launching the
|
|
305
|
-
* feature in preview packages.
|
|
306
|
-
*
|
|
307
|
-
* @generated from protobuf field: bool rest_async_io_enabled = 1;
|
|
308
|
-
*/
|
|
309
|
-
restAsyncIoEnabled: boolean;
|
|
310
|
-
/**
|
|
311
|
-
* Enables generation of protobuf code using new types that are more
|
|
312
|
-
* Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
|
313
|
-
* enabled by default 1 month after launching the feature in preview
|
|
314
|
-
* packages.
|
|
315
|
-
*
|
|
316
|
-
* @generated from protobuf field: bool protobuf_pythonic_types_enabled = 2;
|
|
317
|
-
*/
|
|
318
|
-
protobufPythonicTypesEnabled: boolean;
|
|
319
|
-
}
|
|
320
|
-
/**
|
|
321
|
-
* Settings for Node client libraries.
|
|
322
|
-
*
|
|
323
|
-
* @generated from protobuf message google.api.NodeSettings
|
|
324
|
-
*/
|
|
325
|
-
export interface NodeSettings {
|
|
326
|
-
/**
|
|
327
|
-
* Some settings.
|
|
328
|
-
*
|
|
329
|
-
* @generated from protobuf field: google.api.CommonLanguageSettings common = 1;
|
|
330
|
-
*/
|
|
331
|
-
common?: CommonLanguageSettings;
|
|
332
|
-
}
|
|
333
|
-
/**
|
|
334
|
-
* Settings for Dotnet client libraries.
|
|
335
|
-
*
|
|
336
|
-
* @generated from protobuf message google.api.DotnetSettings
|
|
337
|
-
*/
|
|
338
|
-
export interface DotnetSettings {
|
|
339
|
-
/**
|
|
340
|
-
* Some settings.
|
|
341
|
-
*
|
|
342
|
-
* @generated from protobuf field: google.api.CommonLanguageSettings common = 1;
|
|
343
|
-
*/
|
|
344
|
-
common?: CommonLanguageSettings;
|
|
345
|
-
/**
|
|
346
|
-
* Map from original service names to renamed versions.
|
|
347
|
-
* This is used when the default generated types
|
|
348
|
-
* would cause a naming conflict. (Neither name is
|
|
349
|
-
* fully-qualified.)
|
|
350
|
-
* Example: Subscriber to SubscriberServiceApi.
|
|
351
|
-
*
|
|
352
|
-
* @generated from protobuf field: map<string, string> renamed_services = 2;
|
|
353
|
-
*/
|
|
354
|
-
renamedServices: {
|
|
355
|
-
[key: string]: string;
|
|
356
|
-
};
|
|
357
|
-
/**
|
|
358
|
-
* Map from full resource types to the effective short name
|
|
359
|
-
* for the resource. This is used when otherwise resource
|
|
360
|
-
* named from different services would cause naming collisions.
|
|
361
|
-
* Example entry:
|
|
362
|
-
* "datalabeling.googleapis.com/Dataset": "DataLabelingDataset"
|
|
363
|
-
*
|
|
364
|
-
* @generated from protobuf field: map<string, string> renamed_resources = 3;
|
|
365
|
-
*/
|
|
366
|
-
renamedResources: {
|
|
367
|
-
[key: string]: string;
|
|
368
|
-
};
|
|
369
|
-
/**
|
|
370
|
-
* List of full resource types to ignore during generation.
|
|
371
|
-
* This is typically used for API-specific Location resources,
|
|
372
|
-
* which should be handled by the generator as if they were actually
|
|
373
|
-
* the common Location resources.
|
|
374
|
-
* Example entry: "documentai.googleapis.com/Location"
|
|
375
|
-
*
|
|
376
|
-
* @generated from protobuf field: repeated string ignored_resources = 4;
|
|
377
|
-
*/
|
|
378
|
-
ignoredResources: string[];
|
|
379
|
-
/**
|
|
380
|
-
* Namespaces which must be aliased in snippets due to
|
|
381
|
-
* a known (but non-generator-predictable) naming collision
|
|
382
|
-
*
|
|
383
|
-
* @generated from protobuf field: repeated string forced_namespace_aliases = 5;
|
|
384
|
-
*/
|
|
385
|
-
forcedNamespaceAliases: string[];
|
|
386
|
-
/**
|
|
387
|
-
* Method signatures (in the form "service.method(signature)")
|
|
388
|
-
* which are provided separately, so shouldn't be generated.
|
|
389
|
-
* Snippets *calling* these methods are still generated, however.
|
|
390
|
-
*
|
|
391
|
-
* @generated from protobuf field: repeated string handwritten_signatures = 6;
|
|
392
|
-
*/
|
|
393
|
-
handwrittenSignatures: string[];
|
|
394
|
-
}
|
|
395
|
-
/**
|
|
396
|
-
* Settings for Ruby client libraries.
|
|
397
|
-
*
|
|
398
|
-
* @generated from protobuf message google.api.RubySettings
|
|
399
|
-
*/
|
|
400
|
-
export interface RubySettings {
|
|
401
|
-
/**
|
|
402
|
-
* Some settings.
|
|
403
|
-
*
|
|
404
|
-
* @generated from protobuf field: google.api.CommonLanguageSettings common = 1;
|
|
405
|
-
*/
|
|
406
|
-
common?: CommonLanguageSettings;
|
|
407
|
-
}
|
|
408
|
-
/**
|
|
409
|
-
* Settings for Go client libraries.
|
|
410
|
-
*
|
|
411
|
-
* @generated from protobuf message google.api.GoSettings
|
|
412
|
-
*/
|
|
413
|
-
export interface GoSettings {
|
|
414
|
-
/**
|
|
415
|
-
* Some settings.
|
|
416
|
-
*
|
|
417
|
-
* @generated from protobuf field: google.api.CommonLanguageSettings common = 1;
|
|
418
|
-
*/
|
|
419
|
-
common?: CommonLanguageSettings;
|
|
420
|
-
/**
|
|
421
|
-
* Map of service names to renamed services. Keys are the package relative
|
|
422
|
-
* service names and values are the name to be used for the service client
|
|
423
|
-
* and call options.
|
|
424
|
-
*
|
|
425
|
-
* publishing:
|
|
426
|
-
* go_settings:
|
|
427
|
-
* renamed_services:
|
|
428
|
-
* Publisher: TopicAdmin
|
|
429
|
-
*
|
|
430
|
-
* @generated from protobuf field: map<string, string> renamed_services = 2;
|
|
431
|
-
*/
|
|
432
|
-
renamedServices: {
|
|
433
|
-
[key: string]: string;
|
|
434
|
-
};
|
|
435
|
-
}
|
|
436
|
-
/**
|
|
437
|
-
* Describes the generator configuration for a method.
|
|
438
|
-
*
|
|
439
|
-
* @generated from protobuf message google.api.MethodSettings
|
|
440
|
-
*/
|
|
441
|
-
export interface MethodSettings {
|
|
442
|
-
/**
|
|
443
|
-
* The fully qualified name of the method, for which the options below apply.
|
|
444
|
-
* This is used to find the method to apply the options.
|
|
445
|
-
*
|
|
446
|
-
* Example:
|
|
447
|
-
*
|
|
448
|
-
* publishing:
|
|
449
|
-
* method_settings:
|
|
450
|
-
* - selector: google.storage.control.v2.StorageControl.CreateFolder
|
|
451
|
-
* # method settings for CreateFolder...
|
|
452
|
-
*
|
|
453
|
-
* @generated from protobuf field: string selector = 1;
|
|
454
|
-
*/
|
|
455
|
-
selector: string;
|
|
456
|
-
/**
|
|
457
|
-
* Describes settings to use for long-running operations when generating
|
|
458
|
-
* API methods for RPCs. Complements RPCs that use the annotations in
|
|
459
|
-
* google/longrunning/operations.proto.
|
|
460
|
-
*
|
|
461
|
-
* Example of a YAML configuration::
|
|
462
|
-
*
|
|
463
|
-
* publishing:
|
|
464
|
-
* method_settings:
|
|
465
|
-
* - selector: google.cloud.speech.v2.Speech.BatchRecognize
|
|
466
|
-
* long_running:
|
|
467
|
-
* initial_poll_delay: 60s # 1 minute
|
|
468
|
-
* poll_delay_multiplier: 1.5
|
|
469
|
-
* max_poll_delay: 360s # 6 minutes
|
|
470
|
-
* total_poll_timeout: 54000s # 90 minutes
|
|
471
|
-
*
|
|
472
|
-
* @generated from protobuf field: google.api.MethodSettings.LongRunning long_running = 2;
|
|
473
|
-
*/
|
|
474
|
-
longRunning?: MethodSettings_LongRunning;
|
|
475
|
-
/**
|
|
476
|
-
* List of top-level fields of the request message, that should be
|
|
477
|
-
* automatically populated by the client libraries based on their
|
|
478
|
-
* (google.api.field_info).format. Currently supported format: UUID4.
|
|
479
|
-
*
|
|
480
|
-
* Example of a YAML configuration:
|
|
481
|
-
*
|
|
482
|
-
* publishing:
|
|
483
|
-
* method_settings:
|
|
484
|
-
* - selector: google.example.v1.ExampleService.CreateExample
|
|
485
|
-
* auto_populated_fields:
|
|
486
|
-
* - request_id
|
|
487
|
-
*
|
|
488
|
-
* @generated from protobuf field: repeated string auto_populated_fields = 3;
|
|
489
|
-
*/
|
|
490
|
-
autoPopulatedFields: string[];
|
|
491
|
-
}
|
|
492
|
-
/**
|
|
493
|
-
* Describes settings to use when generating API methods that use the
|
|
494
|
-
* long-running operation pattern.
|
|
495
|
-
* All default values below are from those used in the client library
|
|
496
|
-
* generators (e.g.
|
|
497
|
-
* [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
|
|
498
|
-
*
|
|
499
|
-
* @generated from protobuf message google.api.MethodSettings.LongRunning
|
|
500
|
-
*/
|
|
501
|
-
export interface MethodSettings_LongRunning {
|
|
502
|
-
/**
|
|
503
|
-
* Initial delay after which the first poll request will be made.
|
|
504
|
-
* Default value: 5 seconds.
|
|
505
|
-
*
|
|
506
|
-
* @generated from protobuf field: google.protobuf.Duration initial_poll_delay = 1;
|
|
507
|
-
*/
|
|
508
|
-
initialPollDelay?: Duration;
|
|
509
|
-
/**
|
|
510
|
-
* Multiplier to gradually increase delay between subsequent polls until it
|
|
511
|
-
* reaches max_poll_delay.
|
|
512
|
-
* Default value: 1.5.
|
|
513
|
-
*
|
|
514
|
-
* @generated from protobuf field: float poll_delay_multiplier = 2;
|
|
515
|
-
*/
|
|
516
|
-
pollDelayMultiplier: number;
|
|
517
|
-
/**
|
|
518
|
-
* Maximum time between two subsequent poll requests.
|
|
519
|
-
* Default value: 45 seconds.
|
|
520
|
-
*
|
|
521
|
-
* @generated from protobuf field: google.protobuf.Duration max_poll_delay = 3;
|
|
522
|
-
*/
|
|
523
|
-
maxPollDelay?: Duration;
|
|
524
|
-
/**
|
|
525
|
-
* Total polling timeout.
|
|
526
|
-
* Default value: 5 minutes.
|
|
527
|
-
*
|
|
528
|
-
* @generated from protobuf field: google.protobuf.Duration total_poll_timeout = 4;
|
|
529
|
-
*/
|
|
530
|
-
totalPollTimeout?: Duration;
|
|
531
|
-
}
|
|
532
|
-
/**
|
|
533
|
-
* This message is used to configure the generation of a subset of the RPCs in
|
|
534
|
-
* a service for client libraries.
|
|
535
|
-
*
|
|
536
|
-
* @generated from protobuf message google.api.SelectiveGapicGeneration
|
|
537
|
-
*/
|
|
538
|
-
export interface SelectiveGapicGeneration {
|
|
539
|
-
/**
|
|
540
|
-
* An allowlist of the fully qualified names of RPCs that should be included
|
|
541
|
-
* on public client surfaces.
|
|
542
|
-
*
|
|
543
|
-
* @generated from protobuf field: repeated string methods = 1;
|
|
544
|
-
*/
|
|
545
|
-
methods: string[];
|
|
546
|
-
}
|
|
547
|
-
/**
|
|
548
|
-
* The organization for which the client libraries are being published.
|
|
549
|
-
* Affects the url where generated docs are published, etc.
|
|
550
|
-
*
|
|
551
|
-
* @generated from protobuf enum google.api.ClientLibraryOrganization
|
|
552
|
-
*/
|
|
553
|
-
export declare enum ClientLibraryOrganization {
|
|
554
|
-
/**
|
|
555
|
-
* Not useful.
|
|
556
|
-
*
|
|
557
|
-
* @generated from protobuf enum value: CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;
|
|
558
|
-
*/
|
|
559
|
-
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0,
|
|
560
|
-
/**
|
|
561
|
-
* Google Cloud Platform Org.
|
|
562
|
-
*
|
|
563
|
-
* @generated from protobuf enum value: CLOUD = 1;
|
|
564
|
-
*/
|
|
565
|
-
CLOUD = 1,
|
|
566
|
-
/**
|
|
567
|
-
* Ads (Advertising) Org.
|
|
568
|
-
*
|
|
569
|
-
* @generated from protobuf enum value: ADS = 2;
|
|
570
|
-
*/
|
|
571
|
-
ADS = 2,
|
|
572
|
-
/**
|
|
573
|
-
* Photos Org.
|
|
574
|
-
*
|
|
575
|
-
* @generated from protobuf enum value: PHOTOS = 3;
|
|
576
|
-
*/
|
|
577
|
-
PHOTOS = 3,
|
|
578
|
-
/**
|
|
579
|
-
* Street View Org.
|
|
580
|
-
*
|
|
581
|
-
* @generated from protobuf enum value: STREET_VIEW = 4;
|
|
582
|
-
*/
|
|
583
|
-
STREET_VIEW = 4,
|
|
584
|
-
/**
|
|
585
|
-
* Shopping Org.
|
|
586
|
-
*
|
|
587
|
-
* @generated from protobuf enum value: SHOPPING = 5;
|
|
588
|
-
*/
|
|
589
|
-
SHOPPING = 5,
|
|
590
|
-
/**
|
|
591
|
-
* Geo Org.
|
|
592
|
-
*
|
|
593
|
-
* @generated from protobuf enum value: GEO = 6;
|
|
594
|
-
*/
|
|
595
|
-
GEO = 6,
|
|
596
|
-
/**
|
|
597
|
-
* Generative AI - https://developers.generativeai.google
|
|
598
|
-
*
|
|
599
|
-
* @generated from protobuf enum value: GENERATIVE_AI = 7;
|
|
600
|
-
*/
|
|
601
|
-
GENERATIVE_AI = 7
|
|
602
|
-
}
|
|
603
|
-
/**
|
|
604
|
-
* To where should client libraries be published?
|
|
605
|
-
*
|
|
606
|
-
* @generated from protobuf enum google.api.ClientLibraryDestination
|
|
607
|
-
*/
|
|
608
|
-
export declare enum ClientLibraryDestination {
|
|
609
|
-
/**
|
|
610
|
-
* Client libraries will neither be generated nor published to package
|
|
611
|
-
* managers.
|
|
612
|
-
*
|
|
613
|
-
* @generated from protobuf enum value: CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0;
|
|
614
|
-
*/
|
|
615
|
-
CLIENT_LIBRARY_DESTINATION_UNSPECIFIED = 0,
|
|
616
|
-
/**
|
|
617
|
-
* Generate the client library in a repo under github.com/googleapis,
|
|
618
|
-
* but don't publish it to package managers.
|
|
619
|
-
*
|
|
620
|
-
* @generated from protobuf enum value: GITHUB = 10;
|
|
621
|
-
*/
|
|
622
|
-
GITHUB = 10,
|
|
623
|
-
/**
|
|
624
|
-
* Publish the library to package managers like nuget.org and npmjs.com.
|
|
625
|
-
*
|
|
626
|
-
* @generated from protobuf enum value: PACKAGE_MANAGER = 20;
|
|
627
|
-
*/
|
|
628
|
-
PACKAGE_MANAGER = 20
|
|
629
|
-
}
|
|
630
|
-
declare class CommonLanguageSettings$Type extends MessageType<CommonLanguageSettings> {
|
|
631
|
-
constructor();
|
|
632
|
-
create(value?: PartialMessage<CommonLanguageSettings>): CommonLanguageSettings;
|
|
633
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CommonLanguageSettings): CommonLanguageSettings;
|
|
634
|
-
internalBinaryWrite(message: CommonLanguageSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
635
|
-
}
|
|
636
|
-
/**
|
|
637
|
-
* @generated MessageType for protobuf message google.api.CommonLanguageSettings
|
|
638
|
-
*/
|
|
639
|
-
export declare const CommonLanguageSettings: CommonLanguageSettings$Type;
|
|
640
|
-
declare class ClientLibrarySettings$Type extends MessageType<ClientLibrarySettings> {
|
|
641
|
-
constructor();
|
|
642
|
-
create(value?: PartialMessage<ClientLibrarySettings>): ClientLibrarySettings;
|
|
643
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ClientLibrarySettings): ClientLibrarySettings;
|
|
644
|
-
internalBinaryWrite(message: ClientLibrarySettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
645
|
-
}
|
|
646
|
-
/**
|
|
647
|
-
* @generated MessageType for protobuf message google.api.ClientLibrarySettings
|
|
648
|
-
*/
|
|
649
|
-
export declare const ClientLibrarySettings: ClientLibrarySettings$Type;
|
|
650
|
-
declare class Publishing$Type extends MessageType<Publishing> {
|
|
651
|
-
constructor();
|
|
652
|
-
create(value?: PartialMessage<Publishing>): Publishing;
|
|
653
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Publishing): Publishing;
|
|
654
|
-
internalBinaryWrite(message: Publishing, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
655
|
-
}
|
|
656
|
-
/**
|
|
657
|
-
* @generated MessageType for protobuf message google.api.Publishing
|
|
658
|
-
*/
|
|
659
|
-
export declare const Publishing: Publishing$Type;
|
|
660
|
-
declare class JavaSettings$Type extends MessageType<JavaSettings> {
|
|
661
|
-
constructor();
|
|
662
|
-
create(value?: PartialMessage<JavaSettings>): JavaSettings;
|
|
663
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: JavaSettings): JavaSettings;
|
|
664
|
-
private binaryReadMap2;
|
|
665
|
-
internalBinaryWrite(message: JavaSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
666
|
-
}
|
|
667
|
-
/**
|
|
668
|
-
* @generated MessageType for protobuf message google.api.JavaSettings
|
|
669
|
-
*/
|
|
670
|
-
export declare const JavaSettings: JavaSettings$Type;
|
|
671
|
-
declare class CppSettings$Type extends MessageType<CppSettings> {
|
|
672
|
-
constructor();
|
|
673
|
-
create(value?: PartialMessage<CppSettings>): CppSettings;
|
|
674
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: CppSettings): CppSettings;
|
|
675
|
-
internalBinaryWrite(message: CppSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
676
|
-
}
|
|
677
|
-
/**
|
|
678
|
-
* @generated MessageType for protobuf message google.api.CppSettings
|
|
679
|
-
*/
|
|
680
|
-
export declare const CppSettings: CppSettings$Type;
|
|
681
|
-
declare class PhpSettings$Type extends MessageType<PhpSettings> {
|
|
682
|
-
constructor();
|
|
683
|
-
create(value?: PartialMessage<PhpSettings>): PhpSettings;
|
|
684
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PhpSettings): PhpSettings;
|
|
685
|
-
internalBinaryWrite(message: PhpSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
686
|
-
}
|
|
687
|
-
/**
|
|
688
|
-
* @generated MessageType for protobuf message google.api.PhpSettings
|
|
689
|
-
*/
|
|
690
|
-
export declare const PhpSettings: PhpSettings$Type;
|
|
691
|
-
declare class PythonSettings$Type extends MessageType<PythonSettings> {
|
|
692
|
-
constructor();
|
|
693
|
-
create(value?: PartialMessage<PythonSettings>): PythonSettings;
|
|
694
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PythonSettings): PythonSettings;
|
|
695
|
-
internalBinaryWrite(message: PythonSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
696
|
-
}
|
|
697
|
-
/**
|
|
698
|
-
* @generated MessageType for protobuf message google.api.PythonSettings
|
|
699
|
-
*/
|
|
700
|
-
export declare const PythonSettings: PythonSettings$Type;
|
|
701
|
-
declare class PythonSettings_ExperimentalFeatures$Type extends MessageType<PythonSettings_ExperimentalFeatures> {
|
|
702
|
-
constructor();
|
|
703
|
-
create(value?: PartialMessage<PythonSettings_ExperimentalFeatures>): PythonSettings_ExperimentalFeatures;
|
|
704
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: PythonSettings_ExperimentalFeatures): PythonSettings_ExperimentalFeatures;
|
|
705
|
-
internalBinaryWrite(message: PythonSettings_ExperimentalFeatures, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
706
|
-
}
|
|
707
|
-
/**
|
|
708
|
-
* @generated MessageType for protobuf message google.api.PythonSettings.ExperimentalFeatures
|
|
709
|
-
*/
|
|
710
|
-
export declare const PythonSettings_ExperimentalFeatures: PythonSettings_ExperimentalFeatures$Type;
|
|
711
|
-
declare class NodeSettings$Type extends MessageType<NodeSettings> {
|
|
712
|
-
constructor();
|
|
713
|
-
create(value?: PartialMessage<NodeSettings>): NodeSettings;
|
|
714
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: NodeSettings): NodeSettings;
|
|
715
|
-
internalBinaryWrite(message: NodeSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
716
|
-
}
|
|
717
|
-
/**
|
|
718
|
-
* @generated MessageType for protobuf message google.api.NodeSettings
|
|
719
|
-
*/
|
|
720
|
-
export declare const NodeSettings: NodeSettings$Type;
|
|
721
|
-
declare class DotnetSettings$Type extends MessageType<DotnetSettings> {
|
|
722
|
-
constructor();
|
|
723
|
-
create(value?: PartialMessage<DotnetSettings>): DotnetSettings;
|
|
724
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DotnetSettings): DotnetSettings;
|
|
725
|
-
private binaryReadMap2;
|
|
726
|
-
private binaryReadMap3;
|
|
727
|
-
internalBinaryWrite(message: DotnetSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
728
|
-
}
|
|
729
|
-
/**
|
|
730
|
-
* @generated MessageType for protobuf message google.api.DotnetSettings
|
|
731
|
-
*/
|
|
732
|
-
export declare const DotnetSettings: DotnetSettings$Type;
|
|
733
|
-
declare class RubySettings$Type extends MessageType<RubySettings> {
|
|
734
|
-
constructor();
|
|
735
|
-
create(value?: PartialMessage<RubySettings>): RubySettings;
|
|
736
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: RubySettings): RubySettings;
|
|
737
|
-
internalBinaryWrite(message: RubySettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
738
|
-
}
|
|
739
|
-
/**
|
|
740
|
-
* @generated MessageType for protobuf message google.api.RubySettings
|
|
741
|
-
*/
|
|
742
|
-
export declare const RubySettings: RubySettings$Type;
|
|
743
|
-
declare class GoSettings$Type extends MessageType<GoSettings> {
|
|
744
|
-
constructor();
|
|
745
|
-
create(value?: PartialMessage<GoSettings>): GoSettings;
|
|
746
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GoSettings): GoSettings;
|
|
747
|
-
private binaryReadMap2;
|
|
748
|
-
internalBinaryWrite(message: GoSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
749
|
-
}
|
|
750
|
-
/**
|
|
751
|
-
* @generated MessageType for protobuf message google.api.GoSettings
|
|
752
|
-
*/
|
|
753
|
-
export declare const GoSettings: GoSettings$Type;
|
|
754
|
-
declare class MethodSettings$Type extends MessageType<MethodSettings> {
|
|
755
|
-
constructor();
|
|
756
|
-
create(value?: PartialMessage<MethodSettings>): MethodSettings;
|
|
757
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MethodSettings): MethodSettings;
|
|
758
|
-
internalBinaryWrite(message: MethodSettings, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
759
|
-
}
|
|
760
|
-
/**
|
|
761
|
-
* @generated MessageType for protobuf message google.api.MethodSettings
|
|
762
|
-
*/
|
|
763
|
-
export declare const MethodSettings: MethodSettings$Type;
|
|
764
|
-
declare class MethodSettings_LongRunning$Type extends MessageType<MethodSettings_LongRunning> {
|
|
765
|
-
constructor();
|
|
766
|
-
create(value?: PartialMessage<MethodSettings_LongRunning>): MethodSettings_LongRunning;
|
|
767
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: MethodSettings_LongRunning): MethodSettings_LongRunning;
|
|
768
|
-
internalBinaryWrite(message: MethodSettings_LongRunning, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
769
|
-
}
|
|
770
|
-
/**
|
|
771
|
-
* @generated MessageType for protobuf message google.api.MethodSettings.LongRunning
|
|
772
|
-
*/
|
|
773
|
-
export declare const MethodSettings_LongRunning: MethodSettings_LongRunning$Type;
|
|
774
|
-
declare class SelectiveGapicGeneration$Type extends MessageType<SelectiveGapicGeneration> {
|
|
775
|
-
constructor();
|
|
776
|
-
create(value?: PartialMessage<SelectiveGapicGeneration>): SelectiveGapicGeneration;
|
|
777
|
-
internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SelectiveGapicGeneration): SelectiveGapicGeneration;
|
|
778
|
-
internalBinaryWrite(message: SelectiveGapicGeneration, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
|
|
779
|
-
}
|
|
780
|
-
/**
|
|
781
|
-
* @generated MessageType for protobuf message google.api.SelectiveGapicGeneration
|
|
782
|
-
*/
|
|
783
|
-
export declare const SelectiveGapicGeneration: SelectiveGapicGeneration$Type;
|
|
784
|
-
export {};
|
|
785
|
-
//# sourceMappingURL=client.d.ts.map
|