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

    Defines the low-level gRPC client for the nebius.logging.agentmanager.v1.VersionService service.

    interface VersionServiceBaseClient {
        getVersion(
            request: GetVersionRequest,
            metadata: Metadata,
            options: Partial<CallOptions>,
            callback: (
                error: ServiceError | null,
                response: GetVersionResponse,
            ) => void,
        ): SurfaceCall;
    }

    Hierarchy

    • Client
      • VersionServiceBaseClient
    Index
    • GetVersion retrieves version information and receives instructions for agent updates or maintenance based on the current state and health of the agent.

      Parameters

      • request: GetVersionRequest
      • metadata: Metadata
      • options: Partial<CallOptions>
      • callback: (error: ServiceError | null, response: GetVersionResponse) => void
          • (error: ServiceError | null, response: GetVersionResponse): void
          • GetVersion retrieves version information and receives instructions for agent updates or maintenance based on the current state and health of the agent.

            Parameters

            Returns void

      Returns SurfaceCall