summaryrefslogtreecommitdiff
path: root/src/buildstream/_protos/google/bytestream/bytestream_pb2_grpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_protos/google/bytestream/bytestream_pb2_grpc.py')
-rw-r--r--src/buildstream/_protos/google/bytestream/bytestream_pb2_grpc.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/buildstream/_protos/google/bytestream/bytestream_pb2_grpc.py b/src/buildstream/_protos/google/bytestream/bytestream_pb2_grpc.py
index 98859f38e..36dd1eb92 100644
--- a/src/buildstream/_protos/google/bytestream/bytestream_pb2_grpc.py
+++ b/src/buildstream/_protos/google/bytestream/bytestream_pb2_grpc.py
@@ -1,4 +1,5 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
+"""Client and server classes corresponding to protobuf-defined services."""
import grpc
from buildstream._protos.google.bytestream import bytestream_pb2 as google_dot_bytestream_dot_bytestream__pb2
@@ -193,6 +194,7 @@ class ByteStream(object):
options=(),
channel_credentials=None,
call_credentials=None,
+ insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
@@ -201,7 +203,7 @@ class ByteStream(object):
google_dot_bytestream_dot_bytestream__pb2.ReadRequest.SerializeToString,
google_dot_bytestream_dot_bytestream__pb2.ReadResponse.FromString,
options, channel_credentials,
- call_credentials, compression, wait_for_ready, timeout, metadata)
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod
def Write(request_iterator,
@@ -209,6 +211,7 @@ class ByteStream(object):
options=(),
channel_credentials=None,
call_credentials=None,
+ insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
@@ -217,7 +220,7 @@ class ByteStream(object):
google_dot_bytestream_dot_bytestream__pb2.WriteRequest.SerializeToString,
google_dot_bytestream_dot_bytestream__pb2.WriteResponse.FromString,
options, channel_credentials,
- call_credentials, compression, wait_for_ready, timeout, metadata)
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod
def QueryWriteStatus(request,
@@ -225,6 +228,7 @@ class ByteStream(object):
options=(),
channel_credentials=None,
call_credentials=None,
+ insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
@@ -233,4 +237,4 @@ class ByteStream(object):
google_dot_bytestream_dot_bytestream__pb2.QueryWriteStatusRequest.SerializeToString,
google_dot_bytestream_dot_bytestream__pb2.QueryWriteStatusResponse.FromString,
options, channel_credentials,
- call_credentials, compression, wait_for_ready, timeout, metadata)
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)