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

    Interface NebiusObjectStorageBucketByName

    Represents the nebius.logging.v1.NebiusObjectStorageBucketByName protobuf message.

    interface NebiusObjectStorageBucketByName {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.logging.v1.NebiusObjectStorageBucketByName";
        name: string;
        parentId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

      Represents the nebius.logging.v1.NebiusObjectStorageBucketByName protobuf message.

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

    Contains the fully qualified protobuf type name.

    name: string

    Name of the destination Object Storage bucket.

    parentId: string

    Project ID that owns the bucket. Required only when the bucket lives in a different project than --parent-id; defaults to --parent-id otherwise.