Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions getgauge/messages/messages_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions getgauge/messages/services_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions getgauge/messages/services_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import getgauge.messages.messages_pb2 as messages__pb2

GRPC_GENERATED_VERSION = '1.74.0'
GRPC_GENERATED_VERSION = '1.81.0'
GRPC_VERSION = grpc.__version__
_version_not_supported = False

Expand All @@ -18,14 +18,14 @@
if _version_not_supported:
raise RuntimeError(
f'The grpc package installed is at version {GRPC_VERSION},'
+ f' but the generated code in services_pb2_grpc.py depends on'
+ ' but the generated code in services_pb2_grpc.py depends on'
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
)


class RunnerStub(object):
class RunnerStub:
"""Missing associated documentation comment in .proto file."""

def __init__(self, channel):
Expand Down Expand Up @@ -156,7 +156,7 @@ def __init__(self, channel):
_registered_method=True)


class RunnerServicer(object):
class RunnerServicer:
"""Missing associated documentation comment in .proto file."""

def ValidateStep(self, request, context):
Expand Down Expand Up @@ -506,7 +506,7 @@ def add_RunnerServicer_to_server(servicer, server):


# This class is part of an EXPERIMENTAL API.
class Runner(object):
class Runner:
"""Missing associated documentation comment in .proto file."""

@staticmethod
Expand Down Expand Up @@ -1158,7 +1158,7 @@ def NotifyConceptExecutionEnding(request,
_registered_method=True)


class ReporterStub(object):
class ReporterStub:
"""Reporter services is meant for reporting plugins, or others plugins which are interested the live events
"""

Expand Down Expand Up @@ -1230,7 +1230,7 @@ def __init__(self, channel):
_registered_method=True)


class ReporterServicer(object):
class ReporterServicer:
"""Reporter services is meant for reporting plugins, or others plugins which are interested the live events
"""

Expand Down Expand Up @@ -1413,7 +1413,7 @@ def add_ReporterServicer_to_server(servicer, server):


# This class is part of an EXPERIMENTAL API.
class Reporter(object):
class Reporter:
"""Reporter services is meant for reporting plugins, or others plugins which are interested the live events
"""

Expand Down Expand Up @@ -1742,7 +1742,7 @@ def Kill(request,
_registered_method=True)


class DocumenterStub(object):
class DocumenterStub:
"""Reporter services is meant for documentation plugins
"""

Expand All @@ -1764,7 +1764,7 @@ def __init__(self, channel):
_registered_method=True)


class DocumenterServicer(object):
class DocumenterServicer:
"""Reporter services is meant for documentation plugins
"""

Expand Down Expand Up @@ -1807,7 +1807,7 @@ def add_DocumenterServicer_to_server(servicer, server):


# This class is part of an EXPERIMENTAL API.
class Documenter(object):
class Documenter:
"""Reporter services is meant for documentation plugins
"""

Expand Down
Loading
Loading