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

    Interface GetByNameRequest

    if service supports uniqueness of ResourceMetadata.name within tuple (scope) <resource_type, parent_id> it also must have grpc method GetByName

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

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.common.v1.GetByNameRequest"
    name: string
    parentId: string