Class DataManagerClient

Implements

Constructors

Properties

Methods

Constructors

Properties

client: PromiseClient<{
    methods: {
        doCommand: {
            I: typeof DoCommandRequest;
            O: typeof DoCommandResponse;
            kind: Unary;
            name: "DoCommand";
        };
        sync: {
            I: typeof SyncRequest;
            O: typeof SyncResponse;
            kind: Unary;
            name: "Sync";
        };
    };
    typeName: "viam.service.datamanager.v1.DataManagerService";
}>

Type declaration

  • Readonly methods: {
        doCommand: {
            I: typeof DoCommandRequest;
            O: typeof DoCommandResponse;
            kind: Unary;
            name: "DoCommand";
        };
        sync: {
            I: typeof SyncRequest;
            O: typeof SyncResponse;
            kind: Unary;
            name: "Sync";
        };
    }
    • Readonly doCommand: {
          I: typeof DoCommandRequest;
          O: typeof DoCommandResponse;
          kind: Unary;
          name: "DoCommand";
      }

      DoCommand sends/receives arbitrary commands

      Generated

      from rpc viam.service.datamanager.v1.DataManagerService.DoCommand

    • Readonly sync: {
          I: typeof SyncRequest;
          O: typeof SyncResponse;
          kind: Unary;
          name: "Sync";
      }

      Sync performs a sync of the non-synced files for the specified service name,

      Generated

      from rpc viam.service.datamanager.v1.DataManagerService.Sync

      • Readonly I: typeof SyncRequest
      • Readonly O: typeof SyncResponse
      • Readonly kind: Unary
      • Readonly name: "Sync"
  • Readonly typeName: "viam.service.datamanager.v1.DataManagerService"
name: string
options: Options

Methods

  • Parameters

    • extra: {} = {}

      Returns Promise<void>

    Generated using TypeDoc