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

    Class Conventional

    Applies the standard Nebius service-address convention.

    For example, nebius.compute.v1.InstanceService becomes compute.{domain}. The SDK later replaces {domain} with its configured API domain. The resolver rejects names outside the nebius namespace and names that do not end with Service.

    Implements

    Indexable

    • [key: symbol]: (() => string) | (() => object)

      Applies the standard Nebius service-address convention.

      For example, nebius.compute.v1.InstanceService becomes compute.{domain}. The SDK later replaces {domain} with its configured API domain. The resolver rejects names outside the nebius namespace and names that do not end with Service.

      • () => string
          • (): string
          • Applies the standard Nebius service-address convention.

            For example, nebius.compute.v1.InstanceService becomes compute.{domain}. The SDK later replaces {domain} with its configured API domain. The resolver rejects names outside the nebius namespace and names that do not end with Service.

            Returns string

      • () => object
          • (): object
          • Returns a JSON-safe value for logs.

            Returns object

    Index
    • Applies the standard Nebius service-address convention.

      For example, nebius.compute.v1.InstanceService becomes compute.{domain}. The SDK later replaces {domain} with its configured API domain. The resolver rejects names outside the nebius namespace and names that do not end with Service.

      Returns Conventional

    • Resolves a service ID with the standard Nebius address convention.

      This runtime cannot read protobuf API annotations from descriptors. apiServiceName supplies the annotated service name when generated code has one. A non-empty value replaces the second segment of serviceId.

      Parameters

      • serviceId: string
      • OptionalapiServiceName: string

      Returns string