Skip to content

Commit

Permalink
push latest version of APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rig-bot committed Sep 25, 2023
1 parent 249ce52 commit ddedbb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/v1/project/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export class CreateRequest extends Message<CreateRequest> {
*/
initializers: Update[] = [];

/**
* @generated from field: string project_id = 2;
*/
projectId = "";

constructor(data?: PartialMessage<CreateRequest>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -28,6 +33,7 @@ export class CreateRequest extends Message<CreateRequest> {
static readonly typeName = "api.v1.project.CreateRequest";
static readonly fields: FieldList = proto3.util.newFieldList(() => [
{ no: 1, name: "initializers", kind: "message", T: Update, repeated: true },
{ no: 2, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateRequest {
Expand Down

0 comments on commit ddedbb1

Please sign in to comment.