Skip to content

Commit

Permalink
Merge pull request #2 from depot/update-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Aug 22, 2023
2 parents 19ec798 + e2dc842 commit 2e82a02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gen/depot/build/v1/build_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import {Message, proto3} from '@bufbuild/protobuf'
*/
export class CreateBuildRequest extends Message<CreateBuildRequest> {
/**
* @generated from field: string namespace_id = 1;
* @generated from field: string project_id = 1;
*/
namespaceId = ''
projectId = ''

constructor(data?: PartialMessage<CreateBuildRequest>) {
super()
Expand All @@ -30,7 +30,7 @@ export class CreateBuildRequest extends Message<CreateBuildRequest> {
static readonly runtime: typeof proto3 = proto3
static readonly typeName = 'depot.build.v1.CreateBuildRequest'
static readonly fields: FieldList = proto3.util.newFieldList(() => [
{no: 1, name: 'namespace_id', kind: 'scalar', T: 9 /* ScalarType.STRING */},
{no: 1, name: 'project_id', kind: 'scalar', T: 9 /* ScalarType.STRING */},
])

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

0 comments on commit 2e82a02

Please sign in to comment.