/** * Generated by the protoc-gen-ts. DO NOT EDIT! * compiler version: 3.19.1 * source: testsystem/v1/entities/test_case.proto * git: https://github.com/thesayyn/protoc-gen-ts */ import * as dependency_1 from "./../common/common"; import * as dependency_2 from "./../../../google/protobuf/timestamp"; import * as dependency_3 from "./../../../google/protobuf/duration"; import * as pb_1 from "google-protobuf"; export declare namespace testsystem.v1.entities { class TestCaseRun extends pb_1.Message { #private; constructor(data?: any[] | { id?: string; name?: string; description?: string; run_id?: string; test_suite_id?: string; status?: dependency_1.testsystem.v1.common.TestStatus; start_time?: dependency_2.google.protobuf.Timestamp; end_time?: dependency_2.google.protobuf.Timestamp; duration?: dependency_3.google.protobuf.Duration; attachments?: dependency_1.testsystem.v1.common.Attachment[]; error_message?: string; stack_trace?: string; errors?: string[]; metadata?: Map; tags?: string[]; location?: string; retry_count?: number; retry_index?: number; timeout?: number; execution_id?: string; }); get id(): string; set id(value: string); get name(): string; set name(value: string); get description(): string; set description(value: string); get run_id(): string; set run_id(value: string); get test_suite_id(): string; set test_suite_id(value: string); get status(): dependency_1.testsystem.v1.common.TestStatus; set status(value: dependency_1.testsystem.v1.common.TestStatus); get start_time(): dependency_2.google.protobuf.Timestamp; set start_time(value: dependency_2.google.protobuf.Timestamp); get has_start_time(): boolean; get end_time(): dependency_2.google.protobuf.Timestamp; set end_time(value: dependency_2.google.protobuf.Timestamp); get has_end_time(): boolean; get duration(): dependency_3.google.protobuf.Duration; set duration(value: dependency_3.google.protobuf.Duration); get has_duration(): boolean; get attachments(): dependency_1.testsystem.v1.common.Attachment[]; set attachments(value: dependency_1.testsystem.v1.common.Attachment[]); get error_message(): string; set error_message(value: string); get stack_trace(): string; set stack_trace(value: string); get errors(): string[]; set errors(value: string[]); get metadata(): Map; set metadata(value: Map); get tags(): string[]; set tags(value: string[]); get location(): string; set location(value: string); get retry_count(): number; set retry_count(value: number); get retry_index(): number; set retry_index(value: number); get timeout(): number; set timeout(value: number); get execution_id(): string; set execution_id(value: string); static fromObject(data: { id?: string; name?: string; description?: string; run_id?: string; test_suite_id?: string; status?: dependency_1.testsystem.v1.common.TestStatus; start_time?: ReturnType; end_time?: ReturnType; duration?: ReturnType; attachments?: ReturnType[]; error_message?: string; stack_trace?: string; errors?: string[]; metadata?: { [key: string]: string; }; tags?: string[]; location?: string; retry_count?: number; retry_index?: number; timeout?: number; execution_id?: string; }): TestCaseRun; toObject(): { id?: string; name?: string; description?: string; run_id?: string; test_suite_id?: string; status?: dependency_1.testsystem.v1.common.TestStatus; start_time?: ReturnType; end_time?: ReturnType; duration?: ReturnType; attachments?: ReturnType[]; error_message?: string; stack_trace?: string; errors?: string[]; metadata?: { [key: string]: string; }; tags?: string[]; location?: string; retry_count?: number; retry_index?: number; timeout?: number; execution_id?: string; }; serialize(): Uint8Array; serialize(w: pb_1.BinaryWriter): void; static deserialize(bytes: Uint8Array | pb_1.BinaryReader): TestCaseRun; serializeBinary(): Uint8Array; static deserializeBinary(bytes: Uint8Array): TestCaseRun; } class StepRun extends pb_1.Message { #private; constructor(data?: any[] | { id?: string; run_id?: string; test_case_id?: string; title?: string; description?: string; start_time?: dependency_2.google.protobuf.Timestamp; duration?: dependency_3.google.protobuf.Duration; type?: string; metadata?: Map; parent_step_id?: string; worker_index?: string; status?: dependency_1.testsystem.v1.common.TestStatus; error?: string; errors?: string[]; location?: string; category?: string; retry_index?: number; attachments?: dependency_1.testsystem.v1.common.Attachment[]; execution_id?: string; }); get id(): string; set id(value: string); get run_id(): string; set run_id(value: string); get test_case_id(): string; set test_case_id(value: string); get title(): string; set title(value: string); get description(): string; set description(value: string); get start_time(): dependency_2.google.protobuf.Timestamp; set start_time(value: dependency_2.google.protobuf.Timestamp); get has_start_time(): boolean; get duration(): dependency_3.google.protobuf.Duration; set duration(value: dependency_3.google.protobuf.Duration); get has_duration(): boolean; get type(): string; set type(value: string); get metadata(): Map; set metadata(value: Map); get parent_step_id(): string; set parent_step_id(value: string); get worker_index(): string; set worker_index(value: string); get status(): dependency_1.testsystem.v1.common.TestStatus; set status(value: dependency_1.testsystem.v1.common.TestStatus); get error(): string; set error(value: string); get errors(): string[]; set errors(value: string[]); get location(): string; set location(value: string); get category(): string; set category(value: string); get retry_index(): number; set retry_index(value: number); get attachments(): dependency_1.testsystem.v1.common.Attachment[]; set attachments(value: dependency_1.testsystem.v1.common.Attachment[]); get execution_id(): string; set execution_id(value: string); static fromObject(data: { id?: string; run_id?: string; test_case_id?: string; title?: string; description?: string; start_time?: ReturnType; duration?: ReturnType; type?: string; metadata?: { [key: string]: string; }; parent_step_id?: string; worker_index?: string; status?: dependency_1.testsystem.v1.common.TestStatus; error?: string; errors?: string[]; location?: string; category?: string; retry_index?: number; attachments?: ReturnType[]; execution_id?: string; }): StepRun; toObject(): { id?: string; run_id?: string; test_case_id?: string; title?: string; description?: string; start_time?: ReturnType; duration?: ReturnType; type?: string; metadata?: { [key: string]: string; }; parent_step_id?: string; worker_index?: string; status?: dependency_1.testsystem.v1.common.TestStatus; error?: string; errors?: string[]; location?: string; category?: string; retry_index?: number; attachments?: ReturnType[]; execution_id?: string; }; serialize(): Uint8Array; serialize(w: pb_1.BinaryWriter): void; static deserialize(bytes: Uint8Array | pb_1.BinaryReader): StepRun; serializeBinary(): Uint8Array; static deserializeBinary(bytes: Uint8Array): StepRun; } } //# sourceMappingURL=test_case.d.ts.map