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 Dec 21, 2023
1 parent 16f2827 commit 47ba711
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/v1/service_account/service_account_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export class ServiceAccount extends Message<ServiceAccount> {
*/
managed = false;

/**
* @generated from field: repeated string group_ids = 5;
*/
groupIds: string[] = [];

constructor(data?: PartialMessage<ServiceAccount>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -43,6 +48,7 @@ export class ServiceAccount extends Message<ServiceAccount> {
{ no: 2, name: "created_at", kind: "message", T: Timestamp },
{ no: 3, name: "created_by", kind: "message", T: Author },
{ no: 4, name: "managed", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
{ no: 5, name: "group_ids", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
]);

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

0 comments on commit 47ba711

Please sign in to comment.