deephaven_enterprise.proto.config_service_pb2_grpc

Client and server classes corresponding to protobuf-defined services.

class ConfigApi[source]

Bases: object

Missing associated documentation comment in .proto file.

class ConfigApiServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

about(request, context)[source]

Missing associated documentation comment in .proto file.

deleteFiles(request, context)[source]

Attempt to delete one or more properties files. Deleting a non-existant file is not considered an error.

getAllFiles(request, context)[source]

Get the text of all properties files.

getAuthenticationProperties(request, context)[source]

Missing associated documentation comment in .proto file.

getFile(request, context)[source]

Get the text of a single file. This is needed to implement PropertInputStreamLoader.

getProperties(request, context)[source]

Missing associated documentation comment in .proto file.

updateFile(request, context)[source]

Attempt to update a properties file.

class ConfigApiStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

Constructor.

Parameters:

channel – A grpc.Channel.