Latest generation

This commit is contained in:
ci core model
2025-03-20 10:05:56 +00:00
parent d14c71c05a
commit a484f7bf7c
187 changed files with 199 additions and 801 deletions

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/api/field_behavior.proto" (package "google.api", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/api/http.proto" (package "google.api", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/api/httpbody.proto" (package "google.api", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/any.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/api.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/compiler/plugin.proto" (package "google.protobuf.compiler", syntax proto2)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/descriptor.proto" (package "google.protobuf", syntax proto2)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/duration.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/empty.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/field_mask.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/source_context.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/struct.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/timestamp.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//
@@ -184,7 +184,7 @@ class Timestamp$Type extends MessageType<Timestamp> {
const msg = this.create();
const ms = date.getTime();
msg.seconds = PbLong.from(Math.floor(ms / 1000)).toBigInt();
msg.nanos = (ms % 1000) * 1000000;
msg.nanos = ((ms % 1000) + (ms < 0 && ms % 1000 !== 0 ? 1000 : 0)) * 1000000;
return msg;
}
/**

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/type.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/protobuf/wrappers.proto" (package "google.protobuf", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @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.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/rpc/error_details.proto" (package "google.rpc", syntax proto3)
// tslint:disable
//

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.9.5
// @generated by protobuf-ts 2.9.6
// @generated from protobuf file "google/rpc/status.proto" (package "google.rpc", syntax proto3)
// tslint:disable
//