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 Jan 15, 2024
1 parent bef6781 commit 4fb257f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/v1/cluster/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ proto3.util.setEnumType(ClusterType, "api.v1.cluster.ClusterType", [
* @generated from message api.v1.cluster.GetConfigRequest
*/
export class GetConfigRequest extends Message<GetConfigRequest> {
/**
* @generated from field: string environment_id = 1;
*/
environmentId = "";

constructor(data?: PartialMessage<GetConfigRequest>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -44,6 +49,7 @@ export class GetConfigRequest extends Message<GetConfigRequest> {
static readonly runtime: typeof proto3 = proto3;
static readonly typeName = "api.v1.cluster.GetConfigRequest";
static readonly fields: FieldList = proto3.util.newFieldList(() => [
{ no: 1, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

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

0 comments on commit 4fb257f

Please sign in to comment.