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

    Interface BatchGetResponse_BatchGetResult

    Represents the nebius.compute.v1.BatchGetResponse.BatchGetResult protobuf message.

    interface BatchGetResponse_BatchGetResult {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.compute.v1.BatchGetResponse.BatchGetResult";
        result?:
            | { $case: "instance"; instance: Instance }
            | { $case: "error"; error: Status };
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.compute.v1.BatchGetResponse.BatchGetResult protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.compute.v1.BatchGetResponse.BatchGetResult 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: "nebius.compute.v1.BatchGetResponse.BatchGetResult"

    Contains the fully qualified protobuf type name.

    result?:
        | { $case: "instance"; instance: Instance }
        | { $case: "error"; error: Status }

    Contains the selected value for the result protobuf oneof.

    Type Declaration

    • { $case: "instance"; instance: Instance }
      • $case: "instance"

        Contains the case.

      • instance: Instance

        Contains the instance.

    • { $case: "error"; error: Status }
      • $case: "error"

        Contains the case.

      • error: Status

        Contains the error.