feast_spark.third_party.grpc.health.v1 package

Submodules

feast_spark.third_party.grpc.health.v1.HealthService_pb2 module

class feast_spark.third_party.grpc.health.v1.HealthService_pb2.HealthCheckRequest

Bases: CMessage, Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>

The google.protobuf.descriptor.Descriptor for this message type.

service

Field grpc.health.v1.HealthCheckRequest.service

class feast_spark.third_party.grpc.health.v1.HealthService_pb2.HealthCheckResponse

Bases: CMessage, Message

DESCRIPTOR = <google.protobuf.pyext._message.MessageDescriptor object>

The google.protobuf.descriptor.Descriptor for this message type.

status

Field grpc.health.v1.HealthCheckResponse.status

feast_spark.third_party.grpc.health.v1.HealthService_pb2_grpc module

Client and server classes corresponding to protobuf-defined services.

class feast_spark.third_party.grpc.health.v1.HealthService_pb2_grpc.Health[source]

Bases: object

Missing associated documentation comment in .proto file.

static Check(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)[source]
class feast_spark.third_party.grpc.health.v1.HealthService_pb2_grpc.HealthServicer[source]

Bases: object

Missing associated documentation comment in .proto file.

Check(request, context)[source]

Missing associated documentation comment in .proto file.

class feast_spark.third_party.grpc.health.v1.HealthService_pb2_grpc.HealthStub(channel)[source]

Bases: object

Missing associated documentation comment in .proto file.

feast_spark.third_party.grpc.health.v1.HealthService_pb2_grpc.add_HealthServicer_to_server(servicer, server)[source]

Module contents