Interface CommandRequestOuterClass.CommandRequestOrBuilder

    • Method Detail

      • getCallbackIdx

        int getCallbackIdx()
        uint32 callback_idx = 1;
        Returns:
        The callbackIdx.
      • hasSingleCommand

        boolean hasSingleCommand()
        .command_request.Command single_command = 2;
        Returns:
        Whether the singleCommand field is set.
      • hasBatch

        boolean hasBatch()
        .command_request.Batch batch = 3;
        Returns:
        Whether the batch field is set.
      • hasScriptInvocation

        boolean hasScriptInvocation()
        .command_request.ScriptInvocation script_invocation = 4;
        Returns:
        Whether the scriptInvocation field is set.
      • hasScriptInvocationPointers

        boolean hasScriptInvocationPointers()
        .command_request.ScriptInvocationPointers script_invocation_pointers = 5;
        Returns:
        Whether the scriptInvocationPointers field is set.
      • hasClusterScan

        boolean hasClusterScan()
        .command_request.ClusterScan cluster_scan = 6;
        Returns:
        Whether the clusterScan field is set.
      • hasUpdateConnectionPassword

        boolean hasUpdateConnectionPassword()
        .command_request.UpdateConnectionPassword update_connection_password = 7;
        Returns:
        Whether the updateConnectionPassword field is set.
      • hasRefreshIamToken

        boolean hasRefreshIamToken()
        .command_request.RefreshIamToken refresh_iam_token = 8;
        Returns:
        Whether the refreshIamToken field is set.
      • hasRoute

        boolean hasRoute()
        .command_request.Routes route = 9;
        Returns:
        Whether the route field is set.
      • hasRootSpanPtr

        boolean hasRootSpanPtr()
        optional uint64 root_span_ptr = 10;
        Returns:
        Whether the rootSpanPtr field is set.
      • getRootSpanPtr

        long getRootSpanPtr()
        optional uint64 root_span_ptr = 10;
        Returns:
        The rootSpanPtr.