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

    Interface GetByNameRequest

    This message is used as the request for the GetByName method in services supporting uniqueness of ResourceMetadata.name within tuple (scope) <resource_type, parent_id>.

    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

      This message is used as the request for the GetByName method in services supporting uniqueness of ResourceMetadata.name within tuple (scope) <resource_type, parent_id>.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • This message is used as the request for the GetByName method in services supporting uniqueness of ResourceMetadata.name within tuple (scope) <resource_type, parent_id>.

            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.common.v1.GetByNameRequest"

    Contains the fully qualified protobuf type name.

    name: string

    Contains the name protobuf field.

    parentId: string

    Contains the parent_id protobuf field.