@raystack/proton 0.1.0-ce225175aa066e6f296bc489293bb83ed0edcef6
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/google/api/annotations_pb.ts +33 -0
- package/google/api/field_behavior.ts +95 -0
- package/google/api/field_behavior_pb.ts +139 -0
- package/google/api/http.ts +695 -0
- package/google/api/http_pb.ts +547 -0
- package/google/api/httpbody.ts +159 -0
- package/google/api/httpbody_pb.ts +122 -0
- package/google/protobuf/any.ts +322 -0
- package/google/protobuf/descriptor.ts +3475 -0
- package/google/protobuf/duration.ts +231 -0
- package/google/protobuf/struct.ts +484 -0
- package/google/protobuf/timestamp.ts +290 -0
- package/google/protobuf/wrappers.ts +752 -0
- package/package.json +47 -0
- package/protoc-gen-openapiv2/options/annotations_pb.ts +78 -0
- package/protoc-gen-openapiv2/options/openapiv2.ts +3110 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1995 -0
- package/raystack/assets/index.ts +29 -0
- package/raystack/assets/v1beta1/bucket.ts +362 -0
- package/raystack/assets/v1beta1/bucket_pb.ts +233 -0
- package/raystack/assets/v1beta1/dashboard.ts +426 -0
- package/raystack/assets/v1beta1/dashboard_pb.ts +275 -0
- package/raystack/assets/v1beta1/event.ts +105 -0
- package/raystack/assets/v1beta1/event_pb.ts +70 -0
- package/raystack/assets/v1beta1/group.ts +223 -0
- package/raystack/assets/v1beta1/group_pb.ts +149 -0
- package/raystack/assets/v1beta1/job.ts +147 -0
- package/raystack/assets/v1beta1/job_pb.ts +100 -0
- package/raystack/assets/v1beta1/lineage.ts +90 -0
- package/raystack/assets/v1beta1/lineage_pb.ts +61 -0
- package/raystack/assets/v1beta1/ownership.ts +179 -0
- package/raystack/assets/v1beta1/ownership_pb.ts +119 -0
- package/raystack/assets/v1beta1/preview.ts +87 -0
- package/raystack/assets/v1beta1/preview_pb.ts +58 -0
- package/raystack/assets/v1beta1/properties.ts +116 -0
- package/raystack/assets/v1beta1/properties_pb.ts +63 -0
- package/raystack/assets/v1beta1/resource.ts +149 -0
- package/raystack/assets/v1beta1/resource_pb.ts +96 -0
- package/raystack/assets/v1beta1/schema.ts +421 -0
- package/raystack/assets/v1beta1/schema_pb.ts +262 -0
- package/raystack/assets/v1beta1/table.ts +408 -0
- package/raystack/assets/v1beta1/table_pb.ts +266 -0
- package/raystack/assets/v1beta1/timestamp.ts +158 -0
- package/raystack/assets/v1beta1/timestamp_pb.ts +107 -0
- package/raystack/assets/v1beta1/topic.ts +253 -0
- package/raystack/assets/v1beta1/topic_pb.ts +171 -0
- package/raystack/assets/v1beta1/user.ts +451 -0
- package/raystack/assets/v1beta1/user_pb.ts +292 -0
- package/raystack/assets/v1beta2/application.ts +125 -0
- package/raystack/assets/v1beta2/application_pb.ts +79 -0
- package/raystack/assets/v1beta2/asset.ts +269 -0
- package/raystack/assets/v1beta2/asset_pb.ts +157 -0
- package/raystack/assets/v1beta2/bucket.ts +341 -0
- package/raystack/assets/v1beta2/bucket_pb.ts +215 -0
- package/raystack/assets/v1beta2/common.ts +392 -0
- package/raystack/assets/v1beta2/common_pb.ts +258 -0
- package/raystack/assets/v1beta2/dashboard.ts +393 -0
- package/raystack/assets/v1beta2/dashboard_pb.ts +247 -0
- package/raystack/assets/v1beta2/experiment.ts +274 -0
- package/raystack/assets/v1beta2/experiment_pb.ts +180 -0
- package/raystack/assets/v1beta2/feature_table.ts +387 -0
- package/raystack/assets/v1beta2/feature_table_pb.ts +237 -0
- package/raystack/assets/v1beta2/group.ts +178 -0
- package/raystack/assets/v1beta2/group_pb.ts +118 -0
- package/raystack/assets/v1beta2/job.ts +99 -0
- package/raystack/assets/v1beta2/job_pb.ts +65 -0
- package/raystack/assets/v1beta2/metric.ts +163 -0
- package/raystack/assets/v1beta2/metric_pb.ts +105 -0
- package/raystack/assets/v1beta2/model.ts +519 -0
- package/raystack/assets/v1beta2/model_pb.ts +322 -0
- package/raystack/assets/v1beta2/table.ts +663 -0
- package/raystack/assets/v1beta2/table_pb.ts +409 -0
- package/raystack/assets/v1beta2/topic.ts +275 -0
- package/raystack/assets/v1beta2/topic_pb.ts +181 -0
- package/raystack/assets/v1beta2/user.ts +433 -0
- package/raystack/assets/v1beta2/user_pb.ts +277 -0
- package/raystack/common/index.ts +3 -0
- package/raystack/common/v1/service-CommonService_connectquery.ts +21 -0
- package/raystack/common/v1/service.client.ts +37 -0
- package/raystack/common/v1/service.ts +245 -0
- package/raystack/common/v1/service_connect.ts +26 -0
- package/raystack/common/v1/service_pb.ts +149 -0
- package/raystack/compass/index.ts +3 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +605 -0
- package/raystack/compass/v1beta1/service.client.ts +594 -0
- package/raystack/compass/v1beta1/service.ts +8169 -0
- package/raystack/compass/v1beta1/service_connect.ts +407 -0
- package/raystack/compass/v1beta1/service_pb.ts +4975 -0
- package/raystack/entropy/index.ts +6 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +77 -0
- package/raystack/entropy/v1beta1/module.client.ts +89 -0
- package/raystack/entropy/v1beta1/module.ts +692 -0
- package/raystack/entropy/v1beta1/module_connect.ts +62 -0
- package/raystack/entropy/v1beta1/module_pb.ts +445 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +105 -0
- package/raystack/entropy/v1beta1/resource.client.ts +129 -0
- package/raystack/entropy/v1beta1/resource.ts +1817 -0
- package/raystack/entropy/v1beta1/resource_connect.ts +89 -0
- package/raystack/entropy/v1beta1/resource_pb.ts +1092 -0
- package/raystack/frontier/index.ts +7 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +756 -0
- package/raystack/frontier/v1beta1/admin.client.ts +849 -0
- package/raystack/frontier/v1beta1/admin.ts +9007 -0
- package/raystack/frontier/v1beta1/admin_connect.ts +573 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +5615 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +2399 -0
- package/raystack/frontier/v1beta1/frontier.client.ts +2307 -0
- package/raystack/frontier/v1beta1/frontier.ts +23706 -0
- package/raystack/frontier/v1beta1/frontier_connect.ts +1574 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +15258 -0
- package/raystack/frontier/v1beta1/models.ts +7433 -0
- package/raystack/frontier/v1beta1/models_pb.ts +4345 -0
- package/raystack/guardian/index.ts +3 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +569 -0
- package/raystack/guardian/v1beta1/guardian.client.ts +552 -0
- package/raystack/guardian/v1beta1/guardian.ts +9688 -0
- package/raystack/guardian/v1beta1/guardian_connect.ts +381 -0
- package/raystack/guardian/v1beta1/guardian_pb.ts +5858 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +49 -0
- package/raystack/optimus/core/v1beta1/backup.client.ts +63 -0
- package/raystack/optimus/core/v1beta1/backup.ts +708 -0
- package/raystack/optimus/core/v1beta1/backup_connect.ts +44 -0
- package/raystack/optimus/core/v1beta1/backup_pb.ts +406 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +71 -0
- package/raystack/optimus/core/v1beta1/job_run.client.ts +96 -0
- package/raystack/optimus/core/v1beta1/job_run.ts +1008 -0
- package/raystack/optimus/core/v1beta1/job_run_connect.ts +63 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +612 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +249 -0
- package/raystack/optimus/core/v1beta1/job_spec.client.ts +363 -0
- package/raystack/optimus/core/v1beta1/job_spec.ts +5134 -0
- package/raystack/optimus/core/v1beta1/job_spec_connect.ts +233 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +3196 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +55 -0
- package/raystack/optimus/core/v1beta1/namespace.client.ts +75 -0
- package/raystack/optimus/core/v1beta1/namespace.ts +477 -0
- package/raystack/optimus/core/v1beta1/namespace_connect.ts +50 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +291 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +55 -0
- package/raystack/optimus/core/v1beta1/project.client.ts +75 -0
- package/raystack/optimus/core/v1beta1/project.ts +520 -0
- package/raystack/optimus/core/v1beta1/project_connect.ts +50 -0
- package/raystack/optimus/core/v1beta1/project_pb.ts +322 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +63 -0
- package/raystack/optimus/core/v1beta1/replay.client.ts +76 -0
- package/raystack/optimus/core/v1beta1/replay.ts +881 -0
- package/raystack/optimus/core/v1beta1/replay_connect.ts +53 -0
- package/raystack/optimus/core/v1beta1/replay_pb.ts +522 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +104 -0
- package/raystack/optimus/core/v1beta1/resource.client.ts +148 -0
- package/raystack/optimus/core/v1beta1/resource.ts +1329 -0
- package/raystack/optimus/core/v1beta1/resource_connect.ts +96 -0
- package/raystack/optimus/core/v1beta1/resource_pb.ts +791 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +23 -0
- package/raystack/optimus/core/v1beta1/runtime.client.ts +45 -0
- package/raystack/optimus/core/v1beta1/runtime.ts +131 -0
- package/raystack/optimus/core/v1beta1/runtime_connect.ts +30 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +82 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +71 -0
- package/raystack/optimus/core/v1beta1/secret.client.ts +92 -0
- package/raystack/optimus/core/v1beta1/secret.ts +619 -0
- package/raystack/optimus/core/v1beta1/secret_connect.ts +61 -0
- package/raystack/optimus/core/v1beta1/secret_pb.ts +393 -0
- package/raystack/optimus/core/v1beta1/status.ts +113 -0
- package/raystack/optimus/core/v1beta1/status_pb.ts +101 -0
- package/raystack/optimus/integration/v1beta1/event.ts +531 -0
- package/raystack/optimus/integration/v1beta1/event_pb.ts +362 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +72 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.client.ts +100 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.ts +950 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +65 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +604 -0
- package/raystack/predator/index.ts +2 -0
- package/raystack/predator/v1beta1/metrics_log.ts +457 -0
- package/raystack/predator/v1beta1/metrics_log_pb.ts +277 -0
- package/raystack/predator/v1beta1/result_log.ts +390 -0
- package/raystack/predator/v1beta1/result_log_pb.ts +235 -0
- package/raystack/raccoon/index.ts +3 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +21 -0
- package/raystack/raccoon/v1beta1/raccoon.client.ts +37 -0
- package/raystack/raccoon/v1beta1/raccoon.ts +442 -0
- package/raystack/raccoon/v1beta1/raccoon_connect.ts +26 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +324 -0
- package/raystack/siren/index.ts +3 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +497 -0
- package/raystack/siren/v1beta1/siren.client.ts +479 -0
- package/raystack/siren/v1beta1/siren.ts +6507 -0
- package/raystack/siren/v1beta1/siren_connect.ts +332 -0
- package/raystack/siren/v1beta1/siren_pb.ts +3853 -0
- package/raystack/stencil/index.ts +3 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +231 -0
- package/raystack/stencil/v1beta1/stencil.client.ts +232 -0
- package/raystack/stencil/v1beta1/stencil.ts +2716 -0
- package/raystack/stencil/v1beta1/stencil_connect.ts +161 -0
- package/raystack/stencil/v1beta1/stencil_pb.ts +1729 -0
- package/validate/validate.ts +4130 -0
- package/validate/validate_pb.ts +2621 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// Copyright 2015 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
|
+
|
|
15
|
+
// @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
|
|
16
|
+
// @generated from file google/api/annotations.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
// @ts-nocheck
|
|
19
|
+
|
|
20
|
+
import { MethodOptions, proto3 } from "@bufbuild/protobuf";
|
|
21
|
+
import { HttpRule } from "./http_pb";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* See `HttpRule`.
|
|
25
|
+
*
|
|
26
|
+
* @generated from extension: google.api.HttpRule http = 72295728;
|
|
27
|
+
*/
|
|
28
|
+
export const http = proto3.makeExtension<MethodOptions, HttpRule>(
|
|
29
|
+
"google.api.http",
|
|
30
|
+
MethodOptions,
|
|
31
|
+
() => ({ no: 72295728, kind: "message", T: HttpRule }),
|
|
32
|
+
);
|
|
33
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// @generated by protobuf-ts 2.11.1
|
|
2
|
+
// @generated from protobuf file "google/api/field_behavior.proto" (package "google.api", syntax proto3)
|
|
3
|
+
// tslint:disable
|
|
4
|
+
//
|
|
5
|
+
// Copyright 2023 Google LLC
|
|
6
|
+
//
|
|
7
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
8
|
+
// you may not use this file except in compliance with the License.
|
|
9
|
+
// You may obtain a copy of the License at
|
|
10
|
+
//
|
|
11
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
12
|
+
//
|
|
13
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
14
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
15
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
16
|
+
// See the License for the specific language governing permissions and
|
|
17
|
+
// limitations under the License.
|
|
18
|
+
//
|
|
19
|
+
/**
|
|
20
|
+
* An indicator of the behavior of a given field (for example, that a field
|
|
21
|
+
* is required in requests, or given as output but ignored as input).
|
|
22
|
+
* This **does not** change the behavior in protocol buffers itself; it only
|
|
23
|
+
* denotes the behavior and may affect how API tooling handles the field.
|
|
24
|
+
*
|
|
25
|
+
* Note: This enum **may** receive new values in the future.
|
|
26
|
+
*
|
|
27
|
+
* @generated from protobuf enum google.api.FieldBehavior
|
|
28
|
+
*/
|
|
29
|
+
export enum FieldBehavior {
|
|
30
|
+
/**
|
|
31
|
+
* Conventional default for enums. Do not use this.
|
|
32
|
+
*
|
|
33
|
+
* @generated from protobuf enum value: FIELD_BEHAVIOR_UNSPECIFIED = 0;
|
|
34
|
+
*/
|
|
35
|
+
FIELD_BEHAVIOR_UNSPECIFIED = 0,
|
|
36
|
+
/**
|
|
37
|
+
* Specifically denotes a field as optional.
|
|
38
|
+
* While all fields in protocol buffers are optional, this may be specified
|
|
39
|
+
* for emphasis if appropriate.
|
|
40
|
+
*
|
|
41
|
+
* @generated from protobuf enum value: OPTIONAL = 1;
|
|
42
|
+
*/
|
|
43
|
+
OPTIONAL = 1,
|
|
44
|
+
/**
|
|
45
|
+
* Denotes a field as required.
|
|
46
|
+
* This indicates that the field **must** be provided as part of the request,
|
|
47
|
+
* and failure to do so will cause an error (usually `INVALID_ARGUMENT`).
|
|
48
|
+
*
|
|
49
|
+
* @generated from protobuf enum value: REQUIRED = 2;
|
|
50
|
+
*/
|
|
51
|
+
REQUIRED = 2,
|
|
52
|
+
/**
|
|
53
|
+
* Denotes a field as output only.
|
|
54
|
+
* This indicates that the field is provided in responses, but including the
|
|
55
|
+
* field in a request does nothing (the server *must* ignore it and
|
|
56
|
+
* *must not* throw an error as a result of the field's presence).
|
|
57
|
+
*
|
|
58
|
+
* @generated from protobuf enum value: OUTPUT_ONLY = 3;
|
|
59
|
+
*/
|
|
60
|
+
OUTPUT_ONLY = 3,
|
|
61
|
+
/**
|
|
62
|
+
* Denotes a field as input only.
|
|
63
|
+
* This indicates that the field is provided in requests, and the
|
|
64
|
+
* corresponding field is not included in output.
|
|
65
|
+
*
|
|
66
|
+
* @generated from protobuf enum value: INPUT_ONLY = 4;
|
|
67
|
+
*/
|
|
68
|
+
INPUT_ONLY = 4,
|
|
69
|
+
/**
|
|
70
|
+
* Denotes a field as immutable.
|
|
71
|
+
* This indicates that the field may be set once in a request to create a
|
|
72
|
+
* resource, but may not be changed thereafter.
|
|
73
|
+
*
|
|
74
|
+
* @generated from protobuf enum value: IMMUTABLE = 5;
|
|
75
|
+
*/
|
|
76
|
+
IMMUTABLE = 5,
|
|
77
|
+
/**
|
|
78
|
+
* Denotes that a (repeated) field is an unordered list.
|
|
79
|
+
* This indicates that the service may provide the elements of the list
|
|
80
|
+
* in any arbitrary order, rather than the order the user originally
|
|
81
|
+
* provided. Additionally, the list's order may or may not be stable.
|
|
82
|
+
*
|
|
83
|
+
* @generated from protobuf enum value: UNORDERED_LIST = 6;
|
|
84
|
+
*/
|
|
85
|
+
UNORDERED_LIST = 6,
|
|
86
|
+
/**
|
|
87
|
+
* Denotes that this field returns a non-empty default value if not set.
|
|
88
|
+
* This indicates that if the user provides the empty value in a request,
|
|
89
|
+
* a non-empty value will be returned. The user will not be aware of what
|
|
90
|
+
* non-empty value to expect.
|
|
91
|
+
*
|
|
92
|
+
* @generated from protobuf enum value: NON_EMPTY_DEFAULT = 7;
|
|
93
|
+
*/
|
|
94
|
+
NON_EMPTY_DEFAULT = 7
|
|
95
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
// Copyright 2023 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
|
+
|
|
15
|
+
// @generated by protoc-gen-es v1.10.1 with parameter "target=ts,import_extension=none"
|
|
16
|
+
// @generated from file google/api/field_behavior.proto (package google.api, syntax proto3)
|
|
17
|
+
/* eslint-disable */
|
|
18
|
+
// @ts-nocheck
|
|
19
|
+
|
|
20
|
+
import { FieldOptions, proto3 } from "@bufbuild/protobuf";
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* An indicator of the behavior of a given field (for example, that a field
|
|
24
|
+
* is required in requests, or given as output but ignored as input).
|
|
25
|
+
* This **does not** change the behavior in protocol buffers itself; it only
|
|
26
|
+
* denotes the behavior and may affect how API tooling handles the field.
|
|
27
|
+
*
|
|
28
|
+
* Note: This enum **may** receive new values in the future.
|
|
29
|
+
*
|
|
30
|
+
* @generated from enum google.api.FieldBehavior
|
|
31
|
+
*/
|
|
32
|
+
export enum FieldBehavior {
|
|
33
|
+
/**
|
|
34
|
+
* Conventional default for enums. Do not use this.
|
|
35
|
+
*
|
|
36
|
+
* @generated from enum value: FIELD_BEHAVIOR_UNSPECIFIED = 0;
|
|
37
|
+
*/
|
|
38
|
+
FIELD_BEHAVIOR_UNSPECIFIED = 0,
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Specifically denotes a field as optional.
|
|
42
|
+
* While all fields in protocol buffers are optional, this may be specified
|
|
43
|
+
* for emphasis if appropriate.
|
|
44
|
+
*
|
|
45
|
+
* @generated from enum value: OPTIONAL = 1;
|
|
46
|
+
*/
|
|
47
|
+
OPTIONAL = 1,
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Denotes a field as required.
|
|
51
|
+
* This indicates that the field **must** be provided as part of the request,
|
|
52
|
+
* and failure to do so will cause an error (usually `INVALID_ARGUMENT`).
|
|
53
|
+
*
|
|
54
|
+
* @generated from enum value: REQUIRED = 2;
|
|
55
|
+
*/
|
|
56
|
+
REQUIRED = 2,
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* Denotes a field as output only.
|
|
60
|
+
* This indicates that the field is provided in responses, but including the
|
|
61
|
+
* field in a request does nothing (the server *must* ignore it and
|
|
62
|
+
* *must not* throw an error as a result of the field's presence).
|
|
63
|
+
*
|
|
64
|
+
* @generated from enum value: OUTPUT_ONLY = 3;
|
|
65
|
+
*/
|
|
66
|
+
OUTPUT_ONLY = 3,
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Denotes a field as input only.
|
|
70
|
+
* This indicates that the field is provided in requests, and the
|
|
71
|
+
* corresponding field is not included in output.
|
|
72
|
+
*
|
|
73
|
+
* @generated from enum value: INPUT_ONLY = 4;
|
|
74
|
+
*/
|
|
75
|
+
INPUT_ONLY = 4,
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* Denotes a field as immutable.
|
|
79
|
+
* This indicates that the field may be set once in a request to create a
|
|
80
|
+
* resource, but may not be changed thereafter.
|
|
81
|
+
*
|
|
82
|
+
* @generated from enum value: IMMUTABLE = 5;
|
|
83
|
+
*/
|
|
84
|
+
IMMUTABLE = 5,
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* Denotes that a (repeated) field is an unordered list.
|
|
88
|
+
* This indicates that the service may provide the elements of the list
|
|
89
|
+
* in any arbitrary order, rather than the order the user originally
|
|
90
|
+
* provided. Additionally, the list's order may or may not be stable.
|
|
91
|
+
*
|
|
92
|
+
* @generated from enum value: UNORDERED_LIST = 6;
|
|
93
|
+
*/
|
|
94
|
+
UNORDERED_LIST = 6,
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Denotes that this field returns a non-empty default value if not set.
|
|
98
|
+
* This indicates that if the user provides the empty value in a request,
|
|
99
|
+
* a non-empty value will be returned. The user will not be aware of what
|
|
100
|
+
* non-empty value to expect.
|
|
101
|
+
*
|
|
102
|
+
* @generated from enum value: NON_EMPTY_DEFAULT = 7;
|
|
103
|
+
*/
|
|
104
|
+
NON_EMPTY_DEFAULT = 7,
|
|
105
|
+
}
|
|
106
|
+
// Retrieve enum metadata with: proto3.getEnumType(FieldBehavior)
|
|
107
|
+
proto3.util.setEnumType(FieldBehavior, "google.api.FieldBehavior", [
|
|
108
|
+
{ no: 0, name: "FIELD_BEHAVIOR_UNSPECIFIED" },
|
|
109
|
+
{ no: 1, name: "OPTIONAL" },
|
|
110
|
+
{ no: 2, name: "REQUIRED" },
|
|
111
|
+
{ no: 3, name: "OUTPUT_ONLY" },
|
|
112
|
+
{ no: 4, name: "INPUT_ONLY" },
|
|
113
|
+
{ no: 5, name: "IMMUTABLE" },
|
|
114
|
+
{ no: 6, name: "UNORDERED_LIST" },
|
|
115
|
+
{ no: 7, name: "NON_EMPTY_DEFAULT" },
|
|
116
|
+
]);
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* A designation of a specific field behavior (required, output only, etc.)
|
|
120
|
+
* in protobuf messages.
|
|
121
|
+
*
|
|
122
|
+
* Examples:
|
|
123
|
+
*
|
|
124
|
+
* string name = 1 [(google.api.field_behavior) = REQUIRED];
|
|
125
|
+
* State state = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
|
|
126
|
+
* google.protobuf.Duration ttl = 1
|
|
127
|
+
* [(google.api.field_behavior) = INPUT_ONLY];
|
|
128
|
+
* google.protobuf.Timestamp expire_time = 1
|
|
129
|
+
* [(google.api.field_behavior) = OUTPUT_ONLY,
|
|
130
|
+
* (google.api.field_behavior) = IMMUTABLE];
|
|
131
|
+
*
|
|
132
|
+
* @generated from extension: repeated google.api.FieldBehavior field_behavior = 1052;
|
|
133
|
+
*/
|
|
134
|
+
export const field_behavior = proto3.makeExtension<FieldOptions, FieldBehavior[]>(
|
|
135
|
+
"google.api.field_behavior",
|
|
136
|
+
FieldOptions,
|
|
137
|
+
() => ({ no: 1052, kind: "enum", T: proto3.getEnumType(FieldBehavior), repeated: true }),
|
|
138
|
+
);
|
|
139
|
+
|