Skip to content

Commit

Permalink
rebuild and regen
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetazzz committed Aug 30, 2023
1 parent 0276aaf commit 859b357
Show file tree
Hide file tree
Showing 2,093 changed files with 294,891 additions and 23,532 deletions.
2 changes: 2 additions & 0 deletions __fixtures__/misc/output/google/api/expr/v1alpha1/eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function createBaseExprValue(): ExprValue {
};
}
export const ExprValue = {
typeUrl: "/google.api.expr.v1alpha1.ExprValue",
encode(message: ExprValue, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
for (const v of message.exprs) {
IdRef.encode(v!, writer.uint32(10).fork()).ldelim();
Expand Down Expand Up @@ -142,6 +143,7 @@ function createBaseIdRef(): IdRef {
};
}
export const IdRef = {
typeUrl: "/google.api.expr.v1alpha1.IdRef",
encode(message: IdRef, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
if (message.id !== 0) {
writer.uint32(8).int32(message.id);
Expand Down
1 change: 1 addition & 0 deletions __fixtures__/misc/output/misc/eval_request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ function createBaseEvalRequest(): EvalRequest {
};
}
export const EvalRequest = {
typeUrl: "/misc.EvalRequest",
encode(message: EvalRequest, writer: BinaryWriter = BinaryWriter.create()): BinaryWriter {
Object.entries(message.bindings).forEach(([key, value]) => {
EvalRequest_BindingsEntry.encode({
Expand Down
Loading

0 comments on commit 859b357

Please sign in to comment.