@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface GeneratedCodeInfo_Annotation

    Represents the google.protobuf.GeneratedCodeInfo.Annotation protobuf message.

    interface GeneratedCodeInfo_Annotation {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "google.protobuf.GeneratedCodeInfo.Annotation";
        begin?: number;
        end?: number;
        path: number[];
        semantic?: GeneratedCodeInfo_Annotation_Semantic;
        sourceFile?: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined

      Represents the google.protobuf.GeneratedCodeInfo.Annotation protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the google.protobuf.GeneratedCodeInfo.Annotation protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "google.protobuf.GeneratedCodeInfo.Annotation"

    Contains the fully qualified protobuf type name.

    begin?: number

    Identifies the starting offset in bytes in the generated code that relates to the identified object.

    end?: number

    Identifies the ending offset in bytes in the generated code that relates to the identified object. The end offset should be one past the last relevant byte (so the length of the text = end - begin).

    path: number[]

    Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.

    Contains the semantic protobuf field.

    sourceFile?: string

    Identifies the filesystem path to the original source .proto.