You've already forked npm-viz-sdk
Latest generation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/api/field_behavior.proto" (package "google.api", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/api/http.proto" (package "google.api", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -447,7 +447,7 @@ export interface CustomHttpPattern {
|
||||
class Http$Type extends MessageType<Http> {
|
||||
constructor() {
|
||||
super("google.api.Http", [
|
||||
{ no: 1, name: "rules", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => HttpRule },
|
||||
{ no: 1, name: "rules", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => HttpRule },
|
||||
{ no: 2, name: "fully_decode_reserved_expansion", kind: "scalar", localName: "fully_decode_reserved_expansion", T: 8 /*ScalarType.BOOL*/ }
|
||||
]);
|
||||
}
|
||||
@@ -511,7 +511,7 @@ class HttpRule$Type extends MessageType<HttpRule> {
|
||||
{ no: 8, name: "custom", kind: "message", oneof: "pattern", T: () => CustomHttpPattern },
|
||||
{ no: 7, name: "body", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 12, name: "response_body", kind: "scalar", localName: "response_body", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 11, name: "additional_bindings", kind: "message", localName: "additional_bindings", repeat: 1 /*RepeatType.PACKED*/, T: () => HttpRule }
|
||||
{ no: 11, name: "additional_bindings", kind: "message", localName: "additional_bindings", repeat: 2 /*RepeatType.UNPACKED*/, T: () => HttpRule }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<HttpRule>): HttpRule {
|
||||
@@ -608,18 +608,18 @@ class HttpRule$Type extends MessageType<HttpRule> {
|
||||
/* string patch = 6; */
|
||||
if (message.pattern.oneofKind === "patch")
|
||||
writer.tag(6, WireType.LengthDelimited).string(message.pattern.patch);
|
||||
/* google.api.CustomHttpPattern custom = 8; */
|
||||
if (message.pattern.oneofKind === "custom")
|
||||
CustomHttpPattern.internalBinaryWrite(message.pattern.custom, writer.tag(8, WireType.LengthDelimited).fork(), options).join();
|
||||
/* string body = 7; */
|
||||
if (message.body !== "")
|
||||
writer.tag(7, WireType.LengthDelimited).string(message.body);
|
||||
/* string response_body = 12; */
|
||||
if (message.response_body !== "")
|
||||
writer.tag(12, WireType.LengthDelimited).string(message.response_body);
|
||||
/* google.api.CustomHttpPattern custom = 8; */
|
||||
if (message.pattern.oneofKind === "custom")
|
||||
CustomHttpPattern.internalBinaryWrite(message.pattern.custom, writer.tag(8, WireType.LengthDelimited).fork(), options).join();
|
||||
/* repeated google.api.HttpRule additional_bindings = 11; */
|
||||
for (let i = 0; i < message.additional_bindings.length; i++)
|
||||
HttpRule.internalBinaryWrite(message.additional_bindings[i], writer.tag(11, WireType.LengthDelimited).fork(), options).join();
|
||||
/* string response_body = 12; */
|
||||
if (message.response_body !== "")
|
||||
writer.tag(12, WireType.LengthDelimited).string(message.response_body);
|
||||
let u = options.writeUnknownFields;
|
||||
if (u !== false)
|
||||
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/api/httpbody.proto" (package "google.api", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -96,7 +96,7 @@ class HttpBody$Type extends MessageType<HttpBody> {
|
||||
super("google.api.HttpBody", [
|
||||
{ no: 1, name: "content_type", kind: "scalar", localName: "content_type", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "data", kind: "scalar", T: 12 /*ScalarType.BYTES*/ },
|
||||
{ no: 3, name: "extensions", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Any }
|
||||
{ no: 3, name: "extensions", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Any }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<HttpBody>): HttpBody {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/any.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/api.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -274,11 +274,11 @@ class Api$Type extends MessageType<Api> {
|
||||
constructor() {
|
||||
super("google.protobuf.Api", [
|
||||
{ no: 1, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "methods", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Method },
|
||||
{ no: 3, name: "options", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Option },
|
||||
{ no: 2, name: "methods", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Method },
|
||||
{ no: 3, name: "options", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Option },
|
||||
{ no: 4, name: "version", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 5, name: "source_context", kind: "message", localName: "source_context", T: () => SourceContext },
|
||||
{ no: 6, name: "mixins", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Mixin },
|
||||
{ no: 6, name: "mixins", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Mixin },
|
||||
{ no: 7, name: "syntax", kind: "enum", T: () => ["google.protobuf.Syntax", Syntax, "SYNTAX_"] }
|
||||
]);
|
||||
}
|
||||
@@ -372,7 +372,7 @@ class Method$Type extends MessageType<Method> {
|
||||
{ no: 3, name: "request_streaming", kind: "scalar", localName: "request_streaming", T: 8 /*ScalarType.BOOL*/ },
|
||||
{ no: 4, name: "response_type_url", kind: "scalar", localName: "response_type_url", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 5, name: "response_streaming", kind: "scalar", localName: "response_streaming", T: 8 /*ScalarType.BOOL*/ },
|
||||
{ no: 6, name: "options", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Option },
|
||||
{ no: 6, name: "options", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Option },
|
||||
{ no: 7, name: "syntax", kind: "enum", T: () => ["google.protobuf.Syntax", Syntax, "SYNTAX_"] }
|
||||
]);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/compiler/plugin.proto" (package "google.protobuf.compiler", syntax proto2)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -346,12 +346,12 @@ class CodeGeneratorRequest$Type extends MessageType<CodeGeneratorRequest> {
|
||||
/* optional string parameter = 2; */
|
||||
if (message.parameter !== undefined)
|
||||
writer.tag(2, WireType.LengthDelimited).string(message.parameter);
|
||||
/* repeated google.protobuf.FileDescriptorProto proto_file = 15; */
|
||||
for (let i = 0; i < message.proto_file.length; i++)
|
||||
FileDescriptorProto.internalBinaryWrite(message.proto_file[i], writer.tag(15, WireType.LengthDelimited).fork(), options).join();
|
||||
/* optional google.protobuf.compiler.Version compiler_version = 3; */
|
||||
if (message.compiler_version)
|
||||
Version.internalBinaryWrite(message.compiler_version, writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
||||
/* repeated google.protobuf.FileDescriptorProto proto_file = 15; */
|
||||
for (let i = 0; i < message.proto_file.length; i++)
|
||||
FileDescriptorProto.internalBinaryWrite(message.proto_file[i], writer.tag(15, WireType.LengthDelimited).fork(), options).join();
|
||||
let u = options.writeUnknownFields;
|
||||
if (u !== false)
|
||||
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/descriptor.proto" (package "google.protobuf", syntax proto2)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -1577,12 +1577,6 @@ class FileDescriptorProto$Type extends MessageType<FileDescriptorProto> {
|
||||
/* repeated string dependency = 3; */
|
||||
for (let i = 0; i < message.dependency.length; i++)
|
||||
writer.tag(3, WireType.LengthDelimited).string(message.dependency[i]);
|
||||
/* repeated int32 public_dependency = 10; */
|
||||
for (let i = 0; i < message.public_dependency.length; i++)
|
||||
writer.tag(10, WireType.Varint).int32(message.public_dependency[i]);
|
||||
/* repeated int32 weak_dependency = 11; */
|
||||
for (let i = 0; i < message.weak_dependency.length; i++)
|
||||
writer.tag(11, WireType.Varint).int32(message.weak_dependency[i]);
|
||||
/* repeated google.protobuf.DescriptorProto message_type = 4; */
|
||||
for (let i = 0; i < message.message_type.length; i++)
|
||||
DescriptorProto.internalBinaryWrite(message.message_type[i], writer.tag(4, WireType.LengthDelimited).fork(), options).join();
|
||||
@@ -1601,6 +1595,12 @@ class FileDescriptorProto$Type extends MessageType<FileDescriptorProto> {
|
||||
/* optional google.protobuf.SourceCodeInfo source_code_info = 9; */
|
||||
if (message.source_code_info)
|
||||
SourceCodeInfo.internalBinaryWrite(message.source_code_info, writer.tag(9, WireType.LengthDelimited).fork(), options).join();
|
||||
/* repeated int32 public_dependency = 10; */
|
||||
for (let i = 0; i < message.public_dependency.length; i++)
|
||||
writer.tag(10, WireType.Varint).int32(message.public_dependency[i]);
|
||||
/* repeated int32 weak_dependency = 11; */
|
||||
for (let i = 0; i < message.weak_dependency.length; i++)
|
||||
writer.tag(11, WireType.Varint).int32(message.weak_dependency[i]);
|
||||
/* optional string syntax = 12; */
|
||||
if (message.syntax !== undefined)
|
||||
writer.tag(12, WireType.LengthDelimited).string(message.syntax);
|
||||
@@ -1697,9 +1697,6 @@ class DescriptorProto$Type extends MessageType<DescriptorProto> {
|
||||
/* repeated google.protobuf.FieldDescriptorProto field = 2; */
|
||||
for (let i = 0; i < message.field.length; i++)
|
||||
FieldDescriptorProto.internalBinaryWrite(message.field[i], writer.tag(2, WireType.LengthDelimited).fork(), options).join();
|
||||
/* repeated google.protobuf.FieldDescriptorProto extension = 6; */
|
||||
for (let i = 0; i < message.extension.length; i++)
|
||||
FieldDescriptorProto.internalBinaryWrite(message.extension[i], writer.tag(6, WireType.LengthDelimited).fork(), options).join();
|
||||
/* repeated google.protobuf.DescriptorProto nested_type = 3; */
|
||||
for (let i = 0; i < message.nested_type.length; i++)
|
||||
DescriptorProto.internalBinaryWrite(message.nested_type[i], writer.tag(3, WireType.LengthDelimited).fork(), options).join();
|
||||
@@ -1709,12 +1706,15 @@ class DescriptorProto$Type extends MessageType<DescriptorProto> {
|
||||
/* repeated google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; */
|
||||
for (let i = 0; i < message.extension_range.length; i++)
|
||||
DescriptorProto_ExtensionRange.internalBinaryWrite(message.extension_range[i], writer.tag(5, WireType.LengthDelimited).fork(), options).join();
|
||||
/* repeated google.protobuf.OneofDescriptorProto oneof_decl = 8; */
|
||||
for (let i = 0; i < message.oneof_decl.length; i++)
|
||||
OneofDescriptorProto.internalBinaryWrite(message.oneof_decl[i], writer.tag(8, WireType.LengthDelimited).fork(), options).join();
|
||||
/* repeated google.protobuf.FieldDescriptorProto extension = 6; */
|
||||
for (let i = 0; i < message.extension.length; i++)
|
||||
FieldDescriptorProto.internalBinaryWrite(message.extension[i], writer.tag(6, WireType.LengthDelimited).fork(), options).join();
|
||||
/* optional google.protobuf.MessageOptions options = 7; */
|
||||
if (message.options)
|
||||
MessageOptions.internalBinaryWrite(message.options, writer.tag(7, WireType.LengthDelimited).fork(), options).join();
|
||||
/* repeated google.protobuf.OneofDescriptorProto oneof_decl = 8; */
|
||||
for (let i = 0; i < message.oneof_decl.length; i++)
|
||||
OneofDescriptorProto.internalBinaryWrite(message.oneof_decl[i], writer.tag(8, WireType.LengthDelimited).fork(), options).join();
|
||||
/* repeated google.protobuf.DescriptorProto.ReservedRange reserved_range = 9; */
|
||||
for (let i = 0; i < message.reserved_range.length; i++)
|
||||
DescriptorProto_ReservedRange.internalBinaryWrite(message.reserved_range[i], writer.tag(9, WireType.LengthDelimited).fork(), options).join();
|
||||
@@ -1963,6 +1963,9 @@ class FieldDescriptorProto$Type extends MessageType<FieldDescriptorProto> {
|
||||
/* optional string name = 1; */
|
||||
if (message.name !== undefined)
|
||||
writer.tag(1, WireType.LengthDelimited).string(message.name);
|
||||
/* optional string extendee = 2; */
|
||||
if (message.extendee !== undefined)
|
||||
writer.tag(2, WireType.LengthDelimited).string(message.extendee);
|
||||
/* optional int32 number = 3; */
|
||||
if (message.number !== undefined)
|
||||
writer.tag(3, WireType.Varint).int32(message.number);
|
||||
@@ -1975,21 +1978,18 @@ class FieldDescriptorProto$Type extends MessageType<FieldDescriptorProto> {
|
||||
/* optional string type_name = 6; */
|
||||
if (message.type_name !== undefined)
|
||||
writer.tag(6, WireType.LengthDelimited).string(message.type_name);
|
||||
/* optional string extendee = 2; */
|
||||
if (message.extendee !== undefined)
|
||||
writer.tag(2, WireType.LengthDelimited).string(message.extendee);
|
||||
/* optional string default_value = 7; */
|
||||
if (message.default_value !== undefined)
|
||||
writer.tag(7, WireType.LengthDelimited).string(message.default_value);
|
||||
/* optional google.protobuf.FieldOptions options = 8; */
|
||||
if (message.options)
|
||||
FieldOptions.internalBinaryWrite(message.options, writer.tag(8, WireType.LengthDelimited).fork(), options).join();
|
||||
/* optional int32 oneof_index = 9; */
|
||||
if (message.oneof_index !== undefined)
|
||||
writer.tag(9, WireType.Varint).int32(message.oneof_index);
|
||||
/* optional string json_name = 10; */
|
||||
if (message.json_name !== undefined)
|
||||
writer.tag(10, WireType.LengthDelimited).string(message.json_name);
|
||||
/* optional google.protobuf.FieldOptions options = 8; */
|
||||
if (message.options)
|
||||
FieldOptions.internalBinaryWrite(message.options, writer.tag(8, WireType.LengthDelimited).fork(), options).join();
|
||||
let u = options.writeUnknownFields;
|
||||
if (u !== false)
|
||||
(u == true ? UnknownFieldHandler.onWrite : u)(this.typeName, message, writer);
|
||||
@@ -2505,18 +2505,12 @@ class FileOptions$Type extends MessageType<FileOptions> {
|
||||
/* optional string java_outer_classname = 8; */
|
||||
if (message.java_outer_classname !== undefined)
|
||||
writer.tag(8, WireType.LengthDelimited).string(message.java_outer_classname);
|
||||
/* optional bool java_multiple_files = 10; */
|
||||
if (message.java_multiple_files !== undefined)
|
||||
writer.tag(10, WireType.Varint).bool(message.java_multiple_files);
|
||||
/* optional bool java_generate_equals_and_hash = 20 [deprecated = true]; */
|
||||
if (message.java_generate_equals_and_hash !== undefined)
|
||||
writer.tag(20, WireType.Varint).bool(message.java_generate_equals_and_hash);
|
||||
/* optional bool java_string_check_utf8 = 27; */
|
||||
if (message.java_string_check_utf8 !== undefined)
|
||||
writer.tag(27, WireType.Varint).bool(message.java_string_check_utf8);
|
||||
/* optional google.protobuf.FileOptions.OptimizeMode optimize_for = 9; */
|
||||
if (message.optimize_for !== undefined)
|
||||
writer.tag(9, WireType.Varint).int32(message.optimize_for);
|
||||
/* optional bool java_multiple_files = 10; */
|
||||
if (message.java_multiple_files !== undefined)
|
||||
writer.tag(10, WireType.Varint).bool(message.java_multiple_files);
|
||||
/* optional string go_package = 11; */
|
||||
if (message.go_package !== undefined)
|
||||
writer.tag(11, WireType.LengthDelimited).string(message.go_package);
|
||||
@@ -2529,12 +2523,15 @@ class FileOptions$Type extends MessageType<FileOptions> {
|
||||
/* optional bool py_generic_services = 18; */
|
||||
if (message.py_generic_services !== undefined)
|
||||
writer.tag(18, WireType.Varint).bool(message.py_generic_services);
|
||||
/* optional bool php_generic_services = 42; */
|
||||
if (message.php_generic_services !== undefined)
|
||||
writer.tag(42, WireType.Varint).bool(message.php_generic_services);
|
||||
/* optional bool java_generate_equals_and_hash = 20 [deprecated = true]; */
|
||||
if (message.java_generate_equals_and_hash !== undefined)
|
||||
writer.tag(20, WireType.Varint).bool(message.java_generate_equals_and_hash);
|
||||
/* optional bool deprecated = 23; */
|
||||
if (message.deprecated !== undefined)
|
||||
writer.tag(23, WireType.Varint).bool(message.deprecated);
|
||||
/* optional bool java_string_check_utf8 = 27; */
|
||||
if (message.java_string_check_utf8 !== undefined)
|
||||
writer.tag(27, WireType.Varint).bool(message.java_string_check_utf8);
|
||||
/* optional bool cc_enable_arenas = 31; */
|
||||
if (message.cc_enable_arenas !== undefined)
|
||||
writer.tag(31, WireType.Varint).bool(message.cc_enable_arenas);
|
||||
@@ -2553,6 +2550,9 @@ class FileOptions$Type extends MessageType<FileOptions> {
|
||||
/* optional string php_namespace = 41; */
|
||||
if (message.php_namespace !== undefined)
|
||||
writer.tag(41, WireType.LengthDelimited).string(message.php_namespace);
|
||||
/* optional bool php_generic_services = 42; */
|
||||
if (message.php_generic_services !== undefined)
|
||||
writer.tag(42, WireType.Varint).bool(message.php_generic_services);
|
||||
/* optional string php_metadata_namespace = 44; */
|
||||
if (message.php_metadata_namespace !== undefined)
|
||||
writer.tag(44, WireType.LengthDelimited).string(message.php_metadata_namespace);
|
||||
@@ -2711,15 +2711,15 @@ class FieldOptions$Type extends MessageType<FieldOptions> {
|
||||
/* optional bool packed = 2; */
|
||||
if (message.packed !== undefined)
|
||||
writer.tag(2, WireType.Varint).bool(message.packed);
|
||||
/* optional google.protobuf.FieldOptions.JSType jstype = 6; */
|
||||
if (message.jstype !== undefined)
|
||||
writer.tag(6, WireType.Varint).int32(message.jstype);
|
||||
/* optional bool lazy = 5; */
|
||||
if (message.lazy !== undefined)
|
||||
writer.tag(5, WireType.Varint).bool(message.lazy);
|
||||
/* optional bool deprecated = 3; */
|
||||
if (message.deprecated !== undefined)
|
||||
writer.tag(3, WireType.Varint).bool(message.deprecated);
|
||||
/* optional bool lazy = 5; */
|
||||
if (message.lazy !== undefined)
|
||||
writer.tag(5, WireType.Varint).bool(message.lazy);
|
||||
/* optional google.protobuf.FieldOptions.JSType jstype = 6; */
|
||||
if (message.jstype !== undefined)
|
||||
writer.tag(6, WireType.Varint).int32(message.jstype);
|
||||
/* optional bool weak = 10; */
|
||||
if (message.weak !== undefined)
|
||||
writer.tag(10, WireType.Varint).bool(message.weak);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/duration.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/empty.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/field_mask.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/source_context.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/struct.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -419,7 +419,7 @@ export const Value = new Value$Type();
|
||||
class ListValue$Type extends MessageType<ListValue> {
|
||||
constructor() {
|
||||
super("google.protobuf.ListValue", [
|
||||
{ no: 1, name: "values", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Value }
|
||||
{ no: 1, name: "values", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Value }
|
||||
]);
|
||||
}
|
||||
/**
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/timestamp.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/type.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -419,9 +419,9 @@ class Type$Type extends MessageType<Type> {
|
||||
constructor() {
|
||||
super("google.protobuf.Type", [
|
||||
{ no: 1, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "fields", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Field },
|
||||
{ no: 2, name: "fields", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Field },
|
||||
{ no: 3, name: "oneofs", kind: "scalar", repeat: 2 /*RepeatType.UNPACKED*/, T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 4, name: "options", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Option },
|
||||
{ no: 4, name: "options", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Option },
|
||||
{ no: 5, name: "source_context", kind: "message", localName: "source_context", T: () => SourceContext },
|
||||
{ no: 6, name: "syntax", kind: "enum", T: () => ["google.protobuf.Syntax", Syntax, "SYNTAX_"] }
|
||||
]);
|
||||
@@ -511,7 +511,7 @@ class Field$Type extends MessageType<Field> {
|
||||
{ no: 6, name: "type_url", kind: "scalar", localName: "type_url", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 7, name: "oneof_index", kind: "scalar", localName: "oneof_index", T: 5 /*ScalarType.INT32*/ },
|
||||
{ no: 8, name: "packed", kind: "scalar", T: 8 /*ScalarType.BOOL*/ },
|
||||
{ no: 9, name: "options", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Option },
|
||||
{ no: 9, name: "options", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Option },
|
||||
{ no: 10, name: "json_name", kind: "scalar", localName: "json_name", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 11, name: "default_value", kind: "scalar", localName: "default_value", T: 9 /*ScalarType.STRING*/ }
|
||||
]);
|
||||
@@ -624,8 +624,8 @@ class Enum$Type extends MessageType<Enum> {
|
||||
constructor() {
|
||||
super("google.protobuf.Enum", [
|
||||
{ no: 1, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "enumvalue", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => EnumValue },
|
||||
{ no: 3, name: "options", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Option },
|
||||
{ no: 2, name: "enumvalue", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => EnumValue },
|
||||
{ no: 3, name: "options", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Option },
|
||||
{ no: 4, name: "source_context", kind: "message", localName: "source_context", T: () => SourceContext },
|
||||
{ no: 5, name: "syntax", kind: "enum", T: () => ["google.protobuf.Syntax", Syntax, "SYNTAX_"] }
|
||||
]);
|
||||
@@ -703,7 +703,7 @@ class EnumValue$Type extends MessageType<EnumValue> {
|
||||
super("google.protobuf.EnumValue", [
|
||||
{ no: 1, name: "name", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 2, name: "number", kind: "scalar", T: 5 /*ScalarType.INT32*/ },
|
||||
{ no: 3, name: "options", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Option }
|
||||
{ no: 3, name: "options", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Option }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<EnumValue>): EnumValue {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/protobuf/wrappers.proto" (package "google.protobuf", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/rpc/code.proto" (package "google.rpc", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/rpc/error_details.proto" (package "google.rpc", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -429,7 +429,7 @@ export const DebugInfo = new DebugInfo$Type();
|
||||
class QuotaFailure$Type extends MessageType<QuotaFailure> {
|
||||
constructor() {
|
||||
super("google.rpc.QuotaFailure", [
|
||||
{ no: 1, name: "violations", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => QuotaFailure_Violation }
|
||||
{ no: 1, name: "violations", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => QuotaFailure_Violation }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<QuotaFailure>): QuotaFailure {
|
||||
@@ -531,7 +531,7 @@ export const QuotaFailure_Violation = new QuotaFailure_Violation$Type();
|
||||
class PreconditionFailure$Type extends MessageType<PreconditionFailure> {
|
||||
constructor() {
|
||||
super("google.rpc.PreconditionFailure", [
|
||||
{ no: 1, name: "violations", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => PreconditionFailure_Violation }
|
||||
{ no: 1, name: "violations", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => PreconditionFailure_Violation }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<PreconditionFailure>): PreconditionFailure {
|
||||
@@ -641,7 +641,7 @@ export const PreconditionFailure_Violation = new PreconditionFailure_Violation$T
|
||||
class BadRequest$Type extends MessageType<BadRequest> {
|
||||
constructor() {
|
||||
super("google.rpc.BadRequest", [
|
||||
{ no: 1, name: "field_violations", kind: "message", localName: "field_violations", repeat: 1 /*RepeatType.PACKED*/, T: () => BadRequest_FieldViolation }
|
||||
{ no: 1, name: "field_violations", kind: "message", localName: "field_violations", repeat: 2 /*RepeatType.UNPACKED*/, T: () => BadRequest_FieldViolation }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<BadRequest>): BadRequest {
|
||||
@@ -869,7 +869,7 @@ export const ResourceInfo = new ResourceInfo$Type();
|
||||
class Help$Type extends MessageType<Help> {
|
||||
constructor() {
|
||||
super("google.rpc.Help", [
|
||||
{ no: 1, name: "links", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Help_Link }
|
||||
{ no: 1, name: "links", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Help_Link }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<Help>): Help {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.9.6 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "google/rpc/status.proto" (package "google.rpc", syntax proto3)
|
||||
// tslint:disable
|
||||
//
|
||||
@@ -111,7 +111,7 @@ class Status$Type extends MessageType<Status> {
|
||||
super("google.rpc.Status", [
|
||||
{ no: 1, name: "code", kind: "scalar", T: 5 /*ScalarType.INT32*/ },
|
||||
{ no: 2, name: "message", kind: "scalar", T: 9 /*ScalarType.STRING*/ },
|
||||
{ no: 3, name: "details", kind: "message", repeat: 1 /*RepeatType.PACKED*/, T: () => Any }
|
||||
{ no: 3, name: "details", kind: "message", repeat: 2 /*RepeatType.UNPACKED*/, T: () => Any }
|
||||
]);
|
||||
}
|
||||
create(value?: PartialMessage<Status>): Status {
|
||||
|
||||
Reference in New Issue
Block a user