UNPKG

@gitpod/sdk

Version:
48 lines (47 loc) 2.64 kB
"use strict"; // @generated by protoc-gen-es v2.11.0 with parameter "target=ts" // @generated from file gitpod/v1/environment_logs.proto (package gitpod.v1, syntax proto3) /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.LogSectionOutcomeSchema = exports.LogSectionOutcome = exports.EndLogSectionSchema = exports.CreateLogSectionSchema = exports.file_gitpod_v1_environment_logs = void 0; const codegenv2_1 = require("@bufbuild/protobuf/codegenv2"); /** * Describes the file gitpod/v1/environment_logs.proto. */ exports.file_gitpod_v1_environment_logs = (0, codegenv2_1.fileDesc)("CiBnaXRwb2QvdjEvZW52aXJvbm1lbnRfbG9ncy5wcm90bxIJZ2l0cG9kLnYxIkEKEENyZWF0ZUxvZ1NlY3Rpb24SCgoCaWQYASABKAkSDQoFdGl0bGUYAiABKAkSEgoKY29udGludW91cxgDIAEoCCJjCg1FbmRMb2dTZWN0aW9uEgoKAmlkGAEgASgJEi0KB291dGNvbWUYAiABKA4yHC5naXRwb2QudjEuTG9nU2VjdGlvbk91dGNvbWUSFwoPc2Vjb25kc19lbGFwc2VkGAMgASgCKp0BChFMb2dTZWN0aW9uT3V0Y29tZRIjCh9MT0dfU0VDVElPTl9PVVRDT01FX1VOU1BFQ0lGSUVEEAASHwobTE9HX1NFQ1RJT05fT1VUQ09NRV9TVUNDRVNTEAESHwobTE9HX1NFQ1RJT05fT1VUQ09NRV9GQUlMVVJFEAISIQodTE9HX1NFQ1RJT05fT1VUQ09NRV9DQU5DRUxMRUQQA0InWiVnaXRodWIuY29tL2dpdHBvZC1pby9naXRwb2Qtc2RrLWdvL3YxYgZwcm90bzM"); /** * Describes the message gitpod.v1.CreateLogSection. * Use `create(CreateLogSectionSchema)` to create a new message. */ exports.CreateLogSectionSchema = (0, codegenv2_1.messageDesc)(exports.file_gitpod_v1_environment_logs, 0); /** * Describes the message gitpod.v1.EndLogSection. * Use `create(EndLogSectionSchema)` to create a new message. */ exports.EndLogSectionSchema = (0, codegenv2_1.messageDesc)(exports.file_gitpod_v1_environment_logs, 1); /** * @generated from enum gitpod.v1.LogSectionOutcome */ var LogSectionOutcome; (function (LogSectionOutcome) { /** * @generated from enum value: LOG_SECTION_OUTCOME_UNSPECIFIED = 0; */ LogSectionOutcome[LogSectionOutcome["UNSPECIFIED"] = 0] = "UNSPECIFIED"; /** * @generated from enum value: LOG_SECTION_OUTCOME_SUCCESS = 1; */ LogSectionOutcome[LogSectionOutcome["SUCCESS"] = 1] = "SUCCESS"; /** * @generated from enum value: LOG_SECTION_OUTCOME_FAILURE = 2; */ LogSectionOutcome[LogSectionOutcome["FAILURE"] = 2] = "FAILURE"; /** * @generated from enum value: LOG_SECTION_OUTCOME_CANCELLED = 3; */ LogSectionOutcome[LogSectionOutcome["CANCELLED"] = 3] = "CANCELLED"; })(LogSectionOutcome || (exports.LogSectionOutcome = LogSectionOutcome = {})); /** * Describes the enum gitpod.v1.LogSectionOutcome. */ exports.LogSectionOutcomeSchema = (0, codegenv2_1.enumDesc)(exports.file_gitpod_v1_environment_logs, 0);