// @generated by protoc-gen-es v1.10.0 // @generated from file proto/rpc/examples/echoresource/v1/echoresource.proto (package proto.rpc.examples.echoresource.v1, syntax proto3) /* eslint-disable */ // @ts-nocheck import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; import { Message, proto3 } from "@bufbuild/protobuf"; /** * @generated from message proto.rpc.examples.echoresource.v1.EchoResourceRequest */ export declare class EchoResourceRequest extends Message { /** * @generated from field: string name = 1; */ name: string; /** * @generated from field: string message = 2; */ message: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "proto.rpc.examples.echoresource.v1.EchoResourceRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): EchoResourceRequest; static fromJson(jsonValue: JsonValue, options?: Partial): EchoResourceRequest; static fromJsonString(jsonString: string, options?: Partial): EchoResourceRequest; static equals(a: EchoResourceRequest | PlainMessage | undefined, b: EchoResourceRequest | PlainMessage | undefined): boolean; } /** * @generated from message proto.rpc.examples.echoresource.v1.EchoResourceResponse */ export declare class EchoResourceResponse extends Message { /** * @generated from field: string message = 1; */ message: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "proto.rpc.examples.echoresource.v1.EchoResourceResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): EchoResourceResponse; static fromJson(jsonValue: JsonValue, options?: Partial): EchoResourceResponse; static fromJsonString(jsonString: string, options?: Partial): EchoResourceResponse; static equals(a: EchoResourceResponse | PlainMessage | undefined, b: EchoResourceResponse | PlainMessage | undefined): boolean; } /** * @generated from message proto.rpc.examples.echoresource.v1.EchoResourceMultipleRequest */ export declare class EchoResourceMultipleRequest extends Message { /** * @generated from field: string name = 1; */ name: string; /** * @generated from field: string message = 2; */ message: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "proto.rpc.examples.echoresource.v1.EchoResourceMultipleRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): EchoResourceMultipleRequest; static fromJson(jsonValue: JsonValue, options?: Partial): EchoResourceMultipleRequest; static fromJsonString(jsonString: string, options?: Partial): EchoResourceMultipleRequest; static equals(a: EchoResourceMultipleRequest | PlainMessage | undefined, b: EchoResourceMultipleRequest | PlainMessage | undefined): boolean; } /** * @generated from message proto.rpc.examples.echoresource.v1.EchoResourceMultipleResponse */ export declare class EchoResourceMultipleResponse extends Message { /** * @generated from field: string message = 1; */ message: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "proto.rpc.examples.echoresource.v1.EchoResourceMultipleResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): EchoResourceMultipleResponse; static fromJson(jsonValue: JsonValue, options?: Partial): EchoResourceMultipleResponse; static fromJsonString(jsonString: string, options?: Partial): EchoResourceMultipleResponse; static equals(a: EchoResourceMultipleResponse | PlainMessage | undefined, b: EchoResourceMultipleResponse | PlainMessage | undefined): boolean; } /** * @generated from message proto.rpc.examples.echoresource.v1.EchoResourceBiDiRequest */ export declare class EchoResourceBiDiRequest extends Message { /** * @generated from field: string name = 1; */ name: string; /** * @generated from field: string message = 2; */ message: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "proto.rpc.examples.echoresource.v1.EchoResourceBiDiRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): EchoResourceBiDiRequest; static fromJson(jsonValue: JsonValue, options?: Partial): EchoResourceBiDiRequest; static fromJsonString(jsonString: string, options?: Partial): EchoResourceBiDiRequest; static equals(a: EchoResourceBiDiRequest | PlainMessage | undefined, b: EchoResourceBiDiRequest | PlainMessage | undefined): boolean; } /** * @generated from message proto.rpc.examples.echoresource.v1.EchoResourceBiDiResponse */ export declare class EchoResourceBiDiResponse extends Message { /** * @generated from field: string message = 1; */ message: string; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "proto.rpc.examples.echoresource.v1.EchoResourceBiDiResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): EchoResourceBiDiResponse; static fromJson(jsonValue: JsonValue, options?: Partial): EchoResourceBiDiResponse; static fromJsonString(jsonString: string, options?: Partial): EchoResourceBiDiResponse; static equals(a: EchoResourceBiDiResponse | PlainMessage | undefined, b: EchoResourceBiDiResponse | PlainMessage | undefined): boolean; }