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 2, 2024
1 parent 0ce721a commit a67ae32
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api/v1/capsule/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,11 @@ export class GetRolloutRequest extends Message<GetRolloutRequest> {
*/
projectId = "";

/**
* @generated from field: string environment_id = 4;
*/
environmentId = "";

constructor(data?: PartialMessage<GetRolloutRequest>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -1722,6 +1727,7 @@ export class GetRolloutRequest extends Message<GetRolloutRequest> {
{ no: 1, name: "capsule_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "rollout_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
{ no: 3, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 4, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRolloutRequest {
Expand Down Expand Up @@ -1797,6 +1803,11 @@ export class AbortRolloutRequest extends Message<AbortRolloutRequest> {
*/
projectId = "";

/**
* @generated from field: string environment_id = 4;
*/
environmentId = "";

constructor(data?: PartialMessage<AbortRolloutRequest>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -1808,6 +1819,7 @@ export class AbortRolloutRequest extends Message<AbortRolloutRequest> {
{ no: 1, name: "capsule_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "rollout_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
{ no: 3, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 4, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

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

0 comments on commit a67ae32

Please sign in to comment.