summaryrefslogtreecommitdiff
path: root/src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py')
-rw-r--r--src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py b/src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py
index 5f5b544fb..db0cd6435 100644
--- a/src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py
+++ b/src/buildstream/_protos/buildstream/v2/artifact_pb2_grpc.py
@@ -24,11 +24,6 @@ class ArtifactServiceStub(object):
request_serializer=buildstream_dot_v2_dot_artifact__pb2.UpdateArtifactRequest.SerializeToString,
response_deserializer=buildstream_dot_v2_dot_artifact__pb2.Artifact.FromString,
)
- self.ArtifactStatus = channel.unary_unary(
- '/buildstream.v2.ArtifactService/ArtifactStatus',
- request_serializer=buildstream_dot_v2_dot_artifact__pb2.ArtifactStatusRequest.SerializeToString,
- response_deserializer=buildstream_dot_v2_dot_artifact__pb2.ArtifactStatusResponse.FromString,
- )
class ArtifactServiceServicer(object):
@@ -55,13 +50,6 @@ class ArtifactServiceServicer(object):
context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!')
- def ArtifactStatus(self, request, context):
- """Returns status of service, can be used for checking presence of service
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
def add_ArtifactServiceServicer_to_server(servicer, server):
rpc_method_handlers = {
@@ -75,11 +63,6 @@ def add_ArtifactServiceServicer_to_server(servicer, server):
request_deserializer=buildstream_dot_v2_dot_artifact__pb2.UpdateArtifactRequest.FromString,
response_serializer=buildstream_dot_v2_dot_artifact__pb2.Artifact.SerializeToString,
),
- 'ArtifactStatus': grpc.unary_unary_rpc_method_handler(
- servicer.ArtifactStatus,
- request_deserializer=buildstream_dot_v2_dot_artifact__pb2.ArtifactStatusRequest.FromString,
- response_serializer=buildstream_dot_v2_dot_artifact__pb2.ArtifactStatusResponse.SerializeToString,
- ),
}
generic_handler = grpc.method_handlers_generic_handler(
'buildstream.v2.ArtifactService', rpc_method_handlers)