deephaven_enterprise.proto.controller_service_pb2_grpc¶
Client and server classes corresponding to protobuf-defined services.
- class AclApiServicer[source]¶
Bases:
objectMissing associated documentation comment in .proto file.
- getGroupsForUser(request, context)[source]¶
Missing associated documentation comment in .proto file.
- class AclApiStub(channel)[source]¶
Bases:
objectMissing associated documentation comment in .proto file.
Constructor.
- Parameters:
channel – A grpc.Channel.
- class ControllerApiServicer[source]¶
Bases:
objectMissing associated documentation comment in .proto file.
- authenticate(request, context)[source]¶
Given a token and client ID from the auth service, authenticate and return a cookie for future use on this service. Optionally will send controller configuration.
- deserializeQueryConfiguration(request, context)[source]¶
Missing associated documentation comment in .proto file.
- determineDispatcher(request, context)[source]¶
Missing associated documentation comment in .proto file.
- getConfiguration(request, context)[source]¶
Simple unary to request the current configuration, as an alternative to having it pushed via subscribe, or requesting it on authenticate.
- invalidateCookie(request, context)[source]¶
Missing associated documentation comment in .proto file.
- ping(request, context)[source]¶
Simple no-op to verify connectivity. The server will terminate sessions after some idle time (default of one minute), so clients should ping at some interval less than that, such as every 10 seconds.
- selectionProviderAdmin(request, context)[source]¶
Missing associated documentation comment in .proto file.