Latest generation

This commit is contained in:
ci core model
2025-05-02 08:55:56 +00:00
parent c1ebe9a950
commit c82118c2e0
197 changed files with 919 additions and 919 deletions

View File

@@ -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
//

View File

@@ -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 {

View File

@@ -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 {