Class Queries

java.lang.Object
com.strongdm.api.Queries

public class Queries extends Object
A Query is a record of a single client request to a resource, such as a SQL query. Long-running SSH, RDP, or Kubernetes interactive sessions also count as queries. The Queries service is read-only.
  • Constructor Details

    • Queries

      public Queries(io.grpc.ManagedChannel channel, Client client)
  • Method Details

    • withDeadlineAfter

      public Queries withDeadlineAfter(long duration, TimeUnit units)
      This function returns a copy of the Queries service which has the given deadline set for all method calls.
    • list

      public Iterable<Query> list(String filter, Object... args) throws RpcException
      List gets a list of Queries matching a given set of criteria.
      Throws:
      RpcException