| #!/usr/bin/env python |
| # |
| # Copyright 2007 Google Inc. |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # |
| |
| |
| |
| from google.net.proto import ProtocolBuffer |
| import array |
| import dummy_thread as thread |
| |
| __pychecker__ = """maxreturns=0 maxbranches=0 no-callinit |
| unusednames=printElemNumber,debug_strs no-special""" |
| |
| if hasattr(ProtocolBuffer, 'ExtendableProtocolMessage'): |
| _extension_runtime = True |
| _ExtendableProtocolMessage = ProtocolBuffer.ExtendableProtocolMessage |
| else: |
| _extension_runtime = False |
| _ExtendableProtocolMessage = ProtocolBuffer.ProtocolMessage |
| |
| from google.appengine.api.api_base_pb import * |
| import google.appengine.api.api_base_pb |
| class FileServiceErrors(ProtocolBuffer.ProtocolMessage): |
| |
| |
| OK = 0 |
| API_TEMPORARILY_UNAVAILABLE = 1 |
| REQUEST_TOO_LARGE = 3 |
| RESPONSE_TOO_LARGE = 4 |
| INVALID_FILE_NAME = 5 |
| OPERATION_NOT_SUPPORTED = 6 |
| IO_ERROR = 7 |
| PERMISSION_DENIED = 8 |
| WRONG_CONTENT_TYPE = 9 |
| FILE_NOT_OPENED = 10 |
| WRONG_OPEN_MODE = 11 |
| EXCLUSIVE_LOCK_REQUIRED = 12 |
| FILE_TEMPORARILY_UNAVAILABLE = 13 |
| EXISTENCE_ERROR = 100 |
| FINALIZATION_ERROR = 101 |
| UNSUPPORTED_CONTENT_TYPE = 102 |
| READ_ONLY = 103 |
| EXCLUSIVE_LOCK_FAILED = 104 |
| EXISTENCE_ERROR_METADATA_NOT_FOUND = 105 |
| EXISTENCE_ERROR_METADATA_FOUND = 106 |
| EXISTENCE_ERROR_SHARDING_MISMATCH = 107 |
| FINALIZATION_IN_PROGRESS = 108 |
| EXISTENCE_ERROR_OBJECT_NOT_FOUND = 109 |
| EXISTENCE_ERROR_BUCKET_NOT_FOUND = 110 |
| SEQUENCE_KEY_OUT_OF_ORDER = 300 |
| OUT_OF_BOUNDS = 500 |
| GLOBS_NOT_SUPPORTED = 600 |
| FILE_NAME_NOT_SPECIFIED = 701 |
| FILE_NAME_SPECIFIED = 702 |
| FILE_ALREADY_EXISTS = 703 |
| UNSUPPORTED_FILE_SYSTEM = 704 |
| INVALID_PARAMETER = 705 |
| SHUFFLER_INTERNAL_ERROR = 800 |
| SHUFFLE_REQUEST_TOO_LARGE = 801 |
| DUPLICATE_SHUFFLE_NAME = 802 |
| SHUFFLE_NOT_AVAILABLE = 803 |
| SHUFFLER_TEMPORARILY_UNAVAILABLE = 900 |
| MAX_ERROR_CODE = 9999 |
| |
| _ErrorCode_NAMES = { |
| 0: "OK", |
| 1: "API_TEMPORARILY_UNAVAILABLE", |
| 3: "REQUEST_TOO_LARGE", |
| 4: "RESPONSE_TOO_LARGE", |
| 5: "INVALID_FILE_NAME", |
| 6: "OPERATION_NOT_SUPPORTED", |
| 7: "IO_ERROR", |
| 8: "PERMISSION_DENIED", |
| 9: "WRONG_CONTENT_TYPE", |
| 10: "FILE_NOT_OPENED", |
| 11: "WRONG_OPEN_MODE", |
| 12: "EXCLUSIVE_LOCK_REQUIRED", |
| 13: "FILE_TEMPORARILY_UNAVAILABLE", |
| 100: "EXISTENCE_ERROR", |
| 101: "FINALIZATION_ERROR", |
| 102: "UNSUPPORTED_CONTENT_TYPE", |
| 103: "READ_ONLY", |
| 104: "EXCLUSIVE_LOCK_FAILED", |
| 105: "EXISTENCE_ERROR_METADATA_NOT_FOUND", |
| 106: "EXISTENCE_ERROR_METADATA_FOUND", |
| 107: "EXISTENCE_ERROR_SHARDING_MISMATCH", |
| 108: "FINALIZATION_IN_PROGRESS", |
| 109: "EXISTENCE_ERROR_OBJECT_NOT_FOUND", |
| 110: "EXISTENCE_ERROR_BUCKET_NOT_FOUND", |
| 300: "SEQUENCE_KEY_OUT_OF_ORDER", |
| 500: "OUT_OF_BOUNDS", |
| 600: "GLOBS_NOT_SUPPORTED", |
| 701: "FILE_NAME_NOT_SPECIFIED", |
| 702: "FILE_NAME_SPECIFIED", |
| 703: "FILE_ALREADY_EXISTS", |
| 704: "UNSUPPORTED_FILE_SYSTEM", |
| 705: "INVALID_PARAMETER", |
| 800: "SHUFFLER_INTERNAL_ERROR", |
| 801: "SHUFFLE_REQUEST_TOO_LARGE", |
| 802: "DUPLICATE_SHUFFLE_NAME", |
| 803: "SHUFFLE_NOT_AVAILABLE", |
| 900: "SHUFFLER_TEMPORARILY_UNAVAILABLE", |
| 9999: "MAX_ERROR_CODE", |
| } |
| |
| def ErrorCode_Name(cls, x): return cls._ErrorCode_NAMES.get(x, "") |
| ErrorCode_Name = classmethod(ErrorCode_Name) |
| |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.FileServiceErrors' |
| class KeyValue(ProtocolBuffer.ProtocolMessage): |
| has_key_ = 0 |
| key_ = "" |
| has_value_ = 0 |
| value_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def key(self): return self.key_ |
| |
| def set_key(self, x): |
| self.has_key_ = 1 |
| self.key_ = x |
| |
| def clear_key(self): |
| if self.has_key_: |
| self.has_key_ = 0 |
| self.key_ = "" |
| |
| def has_key(self): return self.has_key_ |
| |
| def value(self): return self.value_ |
| |
| def set_value(self, x): |
| self.has_value_ = 1 |
| self.value_ = x |
| |
| def clear_value(self): |
| if self.has_value_: |
| self.has_value_ = 0 |
| self.value_ = "" |
| |
| def has_value(self): return self.has_value_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_key()): self.set_key(x.key()) |
| if (x.has_value()): self.set_value(x.value()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_key_ != x.has_key_: return 0 |
| if self.has_key_ and self.key_ != x.key_: return 0 |
| if self.has_value_ != x.has_value_: return 0 |
| if self.has_value_ and self.value_ != x.value_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_key_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: key not set.') |
| if (not self.has_value_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: value not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.key_)) |
| n += self.lengthString(len(self.value_)) |
| return n + 2 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_key_): |
| n += 1 |
| n += self.lengthString(len(self.key_)) |
| if (self.has_value_): |
| n += 1 |
| n += self.lengthString(len(self.value_)) |
| return n |
| |
| def Clear(self): |
| self.clear_key() |
| self.clear_value() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.key_) |
| out.putVarInt32(18) |
| out.putPrefixedString(self.value_) |
| |
| def OutputPartial(self, out): |
| if (self.has_key_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.key_) |
| if (self.has_value_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.value_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_key(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| self.set_value(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_key_: res+=prefix+("key: %s\n" % self.DebugFormatString(self.key_)) |
| if self.has_value_: res+=prefix+("value: %s\n" % self.DebugFormatString(self.value_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kkey = 1 |
| kvalue = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "key", |
| 2: "value", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.KeyValue' |
| class KeyValues(ProtocolBuffer.ProtocolMessage): |
| has_key_ = 0 |
| key_ = "" |
| has_partial_ = 0 |
| partial_ = 0 |
| |
| def __init__(self, contents=None): |
| self.value_ = [] |
| if contents is not None: self.MergeFromString(contents) |
| |
| def key(self): return self.key_ |
| |
| def set_key(self, x): |
| self.has_key_ = 1 |
| self.key_ = x |
| |
| def clear_key(self): |
| if self.has_key_: |
| self.has_key_ = 0 |
| self.key_ = "" |
| |
| def has_key(self): return self.has_key_ |
| |
| def value_size(self): return len(self.value_) |
| def value_list(self): return self.value_ |
| |
| def value(self, i): |
| return self.value_[i] |
| |
| def set_value(self, i, x): |
| self.value_[i] = x |
| |
| def add_value(self, x): |
| self.value_.append(x) |
| |
| def clear_value(self): |
| self.value_ = [] |
| |
| def partial(self): return self.partial_ |
| |
| def set_partial(self, x): |
| self.has_partial_ = 1 |
| self.partial_ = x |
| |
| def clear_partial(self): |
| if self.has_partial_: |
| self.has_partial_ = 0 |
| self.partial_ = 0 |
| |
| def has_partial(self): return self.has_partial_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_key()): self.set_key(x.key()) |
| for i in xrange(x.value_size()): self.add_value(x.value(i)) |
| if (x.has_partial()): self.set_partial(x.partial()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_key_ != x.has_key_: return 0 |
| if self.has_key_ and self.key_ != x.key_: return 0 |
| if len(self.value_) != len(x.value_): return 0 |
| for e1, e2 in zip(self.value_, x.value_): |
| if e1 != e2: return 0 |
| if self.has_partial_ != x.has_partial_: return 0 |
| if self.has_partial_ and self.partial_ != x.partial_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_key_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: key not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.key_)) |
| n += 1 * len(self.value_) |
| for i in xrange(len(self.value_)): n += self.lengthString(len(self.value_[i])) |
| if (self.has_partial_): n += 2 |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_key_): |
| n += 1 |
| n += self.lengthString(len(self.key_)) |
| n += 1 * len(self.value_) |
| for i in xrange(len(self.value_)): n += self.lengthString(len(self.value_[i])) |
| if (self.has_partial_): n += 2 |
| return n |
| |
| def Clear(self): |
| self.clear_key() |
| self.clear_value() |
| self.clear_partial() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.key_) |
| for i in xrange(len(self.value_)): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.value_[i]) |
| if (self.has_partial_): |
| out.putVarInt32(24) |
| out.putBoolean(self.partial_) |
| |
| def OutputPartial(self, out): |
| if (self.has_key_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.key_) |
| for i in xrange(len(self.value_)): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.value_[i]) |
| if (self.has_partial_): |
| out.putVarInt32(24) |
| out.putBoolean(self.partial_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_key(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| self.add_value(d.getPrefixedString()) |
| continue |
| if tt == 24: |
| self.set_partial(d.getBoolean()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_key_: res+=prefix+("key: %s\n" % self.DebugFormatString(self.key_)) |
| cnt=0 |
| for e in self.value_: |
| elm="" |
| if printElemNumber: elm="(%d)" % cnt |
| res+=prefix+("value%s: %s\n" % (elm, self.DebugFormatString(e))) |
| cnt+=1 |
| if self.has_partial_: res+=prefix+("partial: %s\n" % self.DebugFormatBool(self.partial_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kkey = 1 |
| kvalue = 2 |
| kpartial = 3 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "key", |
| 2: "value", |
| 3: "partial", |
| }, 3) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| 3: ProtocolBuffer.Encoder.NUMERIC, |
| }, 3, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.KeyValues' |
| class FileContentType(ProtocolBuffer.ProtocolMessage): |
| |
| |
| RAW = 0 |
| DEPRECATED_1 = 2 |
| INVALID_TYPE = 127 |
| |
| _ContentType_NAMES = { |
| 0: "RAW", |
| 2: "DEPRECATED_1", |
| 127: "INVALID_TYPE", |
| } |
| |
| def ContentType_Name(cls, x): return cls._ContentType_NAMES.get(x, "") |
| ContentType_Name = classmethod(ContentType_Name) |
| |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.FileContentType' |
| class CreateRequest_Parameter(ProtocolBuffer.ProtocolMessage): |
| has_name_ = 0 |
| name_ = "" |
| has_value_ = 0 |
| value_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def name(self): return self.name_ |
| |
| def set_name(self, x): |
| self.has_name_ = 1 |
| self.name_ = x |
| |
| def clear_name(self): |
| if self.has_name_: |
| self.has_name_ = 0 |
| self.name_ = "" |
| |
| def has_name(self): return self.has_name_ |
| |
| def value(self): return self.value_ |
| |
| def set_value(self, x): |
| self.has_value_ = 1 |
| self.value_ = x |
| |
| def clear_value(self): |
| if self.has_value_: |
| self.has_value_ = 0 |
| self.value_ = "" |
| |
| def has_value(self): return self.has_value_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_name()): self.set_name(x.name()) |
| if (x.has_value()): self.set_value(x.value()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_name_ != x.has_name_: return 0 |
| if self.has_name_ and self.name_ != x.name_: return 0 |
| if self.has_value_ != x.has_value_: return 0 |
| if self.has_value_ and self.value_ != x.value_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_name_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: name not set.') |
| if (not self.has_value_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: value not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.name_)) |
| n += self.lengthString(len(self.value_)) |
| return n + 2 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_name_): |
| n += 1 |
| n += self.lengthString(len(self.name_)) |
| if (self.has_value_): |
| n += 1 |
| n += self.lengthString(len(self.value_)) |
| return n |
| |
| def Clear(self): |
| self.clear_name() |
| self.clear_value() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.name_) |
| out.putVarInt32(18) |
| out.putPrefixedString(self.value_) |
| |
| def OutputPartial(self, out): |
| if (self.has_name_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.name_) |
| if (self.has_value_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.value_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_name(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| self.set_value(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_name_: res+=prefix+("name: %s\n" % self.DebugFormatString(self.name_)) |
| if self.has_value_: res+=prefix+("value: %s\n" % self.DebugFormatString(self.value_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kname = 1 |
| kvalue = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "name", |
| 2: "value", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.CreateRequest_Parameter' |
| class CreateRequest(ProtocolBuffer.ProtocolMessage): |
| has_filesystem_ = 0 |
| filesystem_ = "" |
| has_content_type_ = 0 |
| content_type_ = 0 |
| has_filename_ = 0 |
| filename_ = "" |
| has_expiration_time_seconds_ = 0 |
| expiration_time_seconds_ = 0 |
| |
| def __init__(self, contents=None): |
| self.parameters_ = [] |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filesystem(self): return self.filesystem_ |
| |
| def set_filesystem(self, x): |
| self.has_filesystem_ = 1 |
| self.filesystem_ = x |
| |
| def clear_filesystem(self): |
| if self.has_filesystem_: |
| self.has_filesystem_ = 0 |
| self.filesystem_ = "" |
| |
| def has_filesystem(self): return self.has_filesystem_ |
| |
| def content_type(self): return self.content_type_ |
| |
| def set_content_type(self, x): |
| self.has_content_type_ = 1 |
| self.content_type_ = x |
| |
| def clear_content_type(self): |
| if self.has_content_type_: |
| self.has_content_type_ = 0 |
| self.content_type_ = 0 |
| |
| def has_content_type(self): return self.has_content_type_ |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| def parameters_size(self): return len(self.parameters_) |
| def parameters_list(self): return self.parameters_ |
| |
| def parameters(self, i): |
| return self.parameters_[i] |
| |
| def mutable_parameters(self, i): |
| return self.parameters_[i] |
| |
| def add_parameters(self): |
| x = CreateRequest_Parameter() |
| self.parameters_.append(x) |
| return x |
| |
| def clear_parameters(self): |
| self.parameters_ = [] |
| def expiration_time_seconds(self): return self.expiration_time_seconds_ |
| |
| def set_expiration_time_seconds(self, x): |
| self.has_expiration_time_seconds_ = 1 |
| self.expiration_time_seconds_ = x |
| |
| def clear_expiration_time_seconds(self): |
| if self.has_expiration_time_seconds_: |
| self.has_expiration_time_seconds_ = 0 |
| self.expiration_time_seconds_ = 0 |
| |
| def has_expiration_time_seconds(self): return self.has_expiration_time_seconds_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filesystem()): self.set_filesystem(x.filesystem()) |
| if (x.has_content_type()): self.set_content_type(x.content_type()) |
| if (x.has_filename()): self.set_filename(x.filename()) |
| for i in xrange(x.parameters_size()): self.add_parameters().CopyFrom(x.parameters(i)) |
| if (x.has_expiration_time_seconds()): self.set_expiration_time_seconds(x.expiration_time_seconds()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filesystem_ != x.has_filesystem_: return 0 |
| if self.has_filesystem_ and self.filesystem_ != x.filesystem_: return 0 |
| if self.has_content_type_ != x.has_content_type_: return 0 |
| if self.has_content_type_ and self.content_type_ != x.content_type_: return 0 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| if len(self.parameters_) != len(x.parameters_): return 0 |
| for e1, e2 in zip(self.parameters_, x.parameters_): |
| if e1 != e2: return 0 |
| if self.has_expiration_time_seconds_ != x.has_expiration_time_seconds_: return 0 |
| if self.has_expiration_time_seconds_ and self.expiration_time_seconds_ != x.expiration_time_seconds_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filesystem_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filesystem not set.') |
| if (not self.has_content_type_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: content_type not set.') |
| for p in self.parameters_: |
| if not p.IsInitialized(debug_strs): initialized=0 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filesystem_)) |
| n += self.lengthVarInt64(self.content_type_) |
| if (self.has_filename_): n += 1 + self.lengthString(len(self.filename_)) |
| n += 1 * len(self.parameters_) |
| for i in xrange(len(self.parameters_)): n += self.lengthString(self.parameters_[i].ByteSize()) |
| if (self.has_expiration_time_seconds_): n += 1 + self.lengthVarInt64(self.expiration_time_seconds_) |
| return n + 2 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filesystem_): |
| n += 1 |
| n += self.lengthString(len(self.filesystem_)) |
| if (self.has_content_type_): |
| n += 1 |
| n += self.lengthVarInt64(self.content_type_) |
| if (self.has_filename_): n += 1 + self.lengthString(len(self.filename_)) |
| n += 1 * len(self.parameters_) |
| for i in xrange(len(self.parameters_)): n += self.lengthString(self.parameters_[i].ByteSizePartial()) |
| if (self.has_expiration_time_seconds_): n += 1 + self.lengthVarInt64(self.expiration_time_seconds_) |
| return n |
| |
| def Clear(self): |
| self.clear_filesystem() |
| self.clear_content_type() |
| self.clear_filename() |
| self.clear_parameters() |
| self.clear_expiration_time_seconds() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filesystem_) |
| out.putVarInt32(16) |
| out.putVarInt32(self.content_type_) |
| if (self.has_filename_): |
| out.putVarInt32(26) |
| out.putPrefixedString(self.filename_) |
| for i in xrange(len(self.parameters_)): |
| out.putVarInt32(34) |
| out.putVarInt32(self.parameters_[i].ByteSize()) |
| self.parameters_[i].OutputUnchecked(out) |
| if (self.has_expiration_time_seconds_): |
| out.putVarInt32(40) |
| out.putVarInt64(self.expiration_time_seconds_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filesystem_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filesystem_) |
| if (self.has_content_type_): |
| out.putVarInt32(16) |
| out.putVarInt32(self.content_type_) |
| if (self.has_filename_): |
| out.putVarInt32(26) |
| out.putPrefixedString(self.filename_) |
| for i in xrange(len(self.parameters_)): |
| out.putVarInt32(34) |
| out.putVarInt32(self.parameters_[i].ByteSizePartial()) |
| self.parameters_[i].OutputPartial(out) |
| if (self.has_expiration_time_seconds_): |
| out.putVarInt32(40) |
| out.putVarInt64(self.expiration_time_seconds_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filesystem(d.getPrefixedString()) |
| continue |
| if tt == 16: |
| self.set_content_type(d.getVarInt32()) |
| continue |
| if tt == 26: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| if tt == 34: |
| length = d.getVarInt32() |
| tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) |
| d.skip(length) |
| self.add_parameters().TryMerge(tmp) |
| continue |
| if tt == 40: |
| self.set_expiration_time_seconds(d.getVarInt64()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filesystem_: res+=prefix+("filesystem: %s\n" % self.DebugFormatString(self.filesystem_)) |
| if self.has_content_type_: res+=prefix+("content_type: %s\n" % self.DebugFormatInt32(self.content_type_)) |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| cnt=0 |
| for e in self.parameters_: |
| elm="" |
| if printElemNumber: elm="(%d)" % cnt |
| res+=prefix+("parameters%s <\n" % elm) |
| res+=e.__str__(prefix + " ", printElemNumber) |
| res+=prefix+">\n" |
| cnt+=1 |
| if self.has_expiration_time_seconds_: res+=prefix+("expiration_time_seconds: %s\n" % self.DebugFormatInt64(self.expiration_time_seconds_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilesystem = 1 |
| kcontent_type = 2 |
| kfilename = 3 |
| kparameters = 4 |
| kexpiration_time_seconds = 5 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filesystem", |
| 2: "content_type", |
| 3: "filename", |
| 4: "parameters", |
| 5: "expiration_time_seconds", |
| }, 5) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.NUMERIC, |
| 3: ProtocolBuffer.Encoder.STRING, |
| 4: ProtocolBuffer.Encoder.STRING, |
| 5: ProtocolBuffer.Encoder.NUMERIC, |
| }, 5, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.CreateRequest' |
| class CreateResponse(ProtocolBuffer.ProtocolMessage): |
| has_filename_ = 0 |
| filename_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filename_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filename not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filename_)) |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): |
| n += 1 |
| n += self.lengthString(len(self.filename_)) |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| }, 1) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| }, 1, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.CreateResponse' |
| class OpenRequest(ProtocolBuffer.ProtocolMessage): |
| |
| |
| APPEND = 1 |
| READ = 2 |
| |
| _OpenMode_NAMES = { |
| 1: "APPEND", |
| 2: "READ", |
| } |
| |
| def OpenMode_Name(cls, x): return cls._OpenMode_NAMES.get(x, "") |
| OpenMode_Name = classmethod(OpenMode_Name) |
| |
| has_filename_ = 0 |
| filename_ = "" |
| has_content_type_ = 0 |
| content_type_ = 0 |
| has_open_mode_ = 0 |
| open_mode_ = 0 |
| has_exclusive_lock_ = 0 |
| exclusive_lock_ = 0 |
| has_buffered_output_ = 0 |
| buffered_output_ = 0 |
| has_open_lease_time_seconds_ = 0 |
| open_lease_time_seconds_ = 30 |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| def content_type(self): return self.content_type_ |
| |
| def set_content_type(self, x): |
| self.has_content_type_ = 1 |
| self.content_type_ = x |
| |
| def clear_content_type(self): |
| if self.has_content_type_: |
| self.has_content_type_ = 0 |
| self.content_type_ = 0 |
| |
| def has_content_type(self): return self.has_content_type_ |
| |
| def open_mode(self): return self.open_mode_ |
| |
| def set_open_mode(self, x): |
| self.has_open_mode_ = 1 |
| self.open_mode_ = x |
| |
| def clear_open_mode(self): |
| if self.has_open_mode_: |
| self.has_open_mode_ = 0 |
| self.open_mode_ = 0 |
| |
| def has_open_mode(self): return self.has_open_mode_ |
| |
| def exclusive_lock(self): return self.exclusive_lock_ |
| |
| def set_exclusive_lock(self, x): |
| self.has_exclusive_lock_ = 1 |
| self.exclusive_lock_ = x |
| |
| def clear_exclusive_lock(self): |
| if self.has_exclusive_lock_: |
| self.has_exclusive_lock_ = 0 |
| self.exclusive_lock_ = 0 |
| |
| def has_exclusive_lock(self): return self.has_exclusive_lock_ |
| |
| def buffered_output(self): return self.buffered_output_ |
| |
| def set_buffered_output(self, x): |
| self.has_buffered_output_ = 1 |
| self.buffered_output_ = x |
| |
| def clear_buffered_output(self): |
| if self.has_buffered_output_: |
| self.has_buffered_output_ = 0 |
| self.buffered_output_ = 0 |
| |
| def has_buffered_output(self): return self.has_buffered_output_ |
| |
| def open_lease_time_seconds(self): return self.open_lease_time_seconds_ |
| |
| def set_open_lease_time_seconds(self, x): |
| self.has_open_lease_time_seconds_ = 1 |
| self.open_lease_time_seconds_ = x |
| |
| def clear_open_lease_time_seconds(self): |
| if self.has_open_lease_time_seconds_: |
| self.has_open_lease_time_seconds_ = 0 |
| self.open_lease_time_seconds_ = 30 |
| |
| def has_open_lease_time_seconds(self): return self.has_open_lease_time_seconds_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| if (x.has_content_type()): self.set_content_type(x.content_type()) |
| if (x.has_open_mode()): self.set_open_mode(x.open_mode()) |
| if (x.has_exclusive_lock()): self.set_exclusive_lock(x.exclusive_lock()) |
| if (x.has_buffered_output()): self.set_buffered_output(x.buffered_output()) |
| if (x.has_open_lease_time_seconds()): self.set_open_lease_time_seconds(x.open_lease_time_seconds()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| if self.has_content_type_ != x.has_content_type_: return 0 |
| if self.has_content_type_ and self.content_type_ != x.content_type_: return 0 |
| if self.has_open_mode_ != x.has_open_mode_: return 0 |
| if self.has_open_mode_ and self.open_mode_ != x.open_mode_: return 0 |
| if self.has_exclusive_lock_ != x.has_exclusive_lock_: return 0 |
| if self.has_exclusive_lock_ and self.exclusive_lock_ != x.exclusive_lock_: return 0 |
| if self.has_buffered_output_ != x.has_buffered_output_: return 0 |
| if self.has_buffered_output_ and self.buffered_output_ != x.buffered_output_: return 0 |
| if self.has_open_lease_time_seconds_ != x.has_open_lease_time_seconds_: return 0 |
| if self.has_open_lease_time_seconds_ and self.open_lease_time_seconds_ != x.open_lease_time_seconds_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filename_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filename not set.') |
| if (not self.has_content_type_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: content_type not set.') |
| if (not self.has_open_mode_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: open_mode not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filename_)) |
| n += self.lengthVarInt64(self.content_type_) |
| n += self.lengthVarInt64(self.open_mode_) |
| if (self.has_exclusive_lock_): n += 2 |
| if (self.has_buffered_output_): n += 2 |
| if (self.has_open_lease_time_seconds_): n += 1 + self.lengthVarInt64(self.open_lease_time_seconds_) |
| return n + 3 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): |
| n += 1 |
| n += self.lengthString(len(self.filename_)) |
| if (self.has_content_type_): |
| n += 1 |
| n += self.lengthVarInt64(self.content_type_) |
| if (self.has_open_mode_): |
| n += 1 |
| n += self.lengthVarInt64(self.open_mode_) |
| if (self.has_exclusive_lock_): n += 2 |
| if (self.has_buffered_output_): n += 2 |
| if (self.has_open_lease_time_seconds_): n += 1 + self.lengthVarInt64(self.open_lease_time_seconds_) |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| self.clear_content_type() |
| self.clear_open_mode() |
| self.clear_exclusive_lock() |
| self.clear_buffered_output() |
| self.clear_open_lease_time_seconds() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| out.putVarInt32(16) |
| out.putVarInt32(self.content_type_) |
| out.putVarInt32(24) |
| out.putVarInt32(self.open_mode_) |
| if (self.has_exclusive_lock_): |
| out.putVarInt32(32) |
| out.putBoolean(self.exclusive_lock_) |
| if (self.has_buffered_output_): |
| out.putVarInt32(40) |
| out.putBoolean(self.buffered_output_) |
| if (self.has_open_lease_time_seconds_): |
| out.putVarInt32(48) |
| out.putVarInt32(self.open_lease_time_seconds_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| if (self.has_content_type_): |
| out.putVarInt32(16) |
| out.putVarInt32(self.content_type_) |
| if (self.has_open_mode_): |
| out.putVarInt32(24) |
| out.putVarInt32(self.open_mode_) |
| if (self.has_exclusive_lock_): |
| out.putVarInt32(32) |
| out.putBoolean(self.exclusive_lock_) |
| if (self.has_buffered_output_): |
| out.putVarInt32(40) |
| out.putBoolean(self.buffered_output_) |
| if (self.has_open_lease_time_seconds_): |
| out.putVarInt32(48) |
| out.putVarInt32(self.open_lease_time_seconds_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| if tt == 16: |
| self.set_content_type(d.getVarInt32()) |
| continue |
| if tt == 24: |
| self.set_open_mode(d.getVarInt32()) |
| continue |
| if tt == 32: |
| self.set_exclusive_lock(d.getBoolean()) |
| continue |
| if tt == 40: |
| self.set_buffered_output(d.getBoolean()) |
| continue |
| if tt == 48: |
| self.set_open_lease_time_seconds(d.getVarInt32()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| if self.has_content_type_: res+=prefix+("content_type: %s\n" % self.DebugFormatInt32(self.content_type_)) |
| if self.has_open_mode_: res+=prefix+("open_mode: %s\n" % self.DebugFormatInt32(self.open_mode_)) |
| if self.has_exclusive_lock_: res+=prefix+("exclusive_lock: %s\n" % self.DebugFormatBool(self.exclusive_lock_)) |
| if self.has_buffered_output_: res+=prefix+("buffered_output: %s\n" % self.DebugFormatBool(self.buffered_output_)) |
| if self.has_open_lease_time_seconds_: res+=prefix+("open_lease_time_seconds: %s\n" % self.DebugFormatInt32(self.open_lease_time_seconds_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| kcontent_type = 2 |
| kopen_mode = 3 |
| kexclusive_lock = 4 |
| kbuffered_output = 5 |
| kopen_lease_time_seconds = 6 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| 2: "content_type", |
| 3: "open_mode", |
| 4: "exclusive_lock", |
| 5: "buffered_output", |
| 6: "open_lease_time_seconds", |
| }, 6) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.NUMERIC, |
| 3: ProtocolBuffer.Encoder.NUMERIC, |
| 4: ProtocolBuffer.Encoder.NUMERIC, |
| 5: ProtocolBuffer.Encoder.NUMERIC, |
| 6: ProtocolBuffer.Encoder.NUMERIC, |
| }, 6, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.OpenRequest' |
| class OpenResponse(ProtocolBuffer.ProtocolMessage): |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.OpenResponse' |
| class CloseRequest(ProtocolBuffer.ProtocolMessage): |
| has_filename_ = 0 |
| filename_ = "" |
| has_finalize_ = 0 |
| finalize_ = 0 |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| def finalize(self): return self.finalize_ |
| |
| def set_finalize(self, x): |
| self.has_finalize_ = 1 |
| self.finalize_ = x |
| |
| def clear_finalize(self): |
| if self.has_finalize_: |
| self.has_finalize_ = 0 |
| self.finalize_ = 0 |
| |
| def has_finalize(self): return self.has_finalize_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| if (x.has_finalize()): self.set_finalize(x.finalize()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| if self.has_finalize_ != x.has_finalize_: return 0 |
| if self.has_finalize_ and self.finalize_ != x.finalize_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filename_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filename not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filename_)) |
| if (self.has_finalize_): n += 2 |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): |
| n += 1 |
| n += self.lengthString(len(self.filename_)) |
| if (self.has_finalize_): n += 2 |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| self.clear_finalize() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| if (self.has_finalize_): |
| out.putVarInt32(16) |
| out.putBoolean(self.finalize_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| if (self.has_finalize_): |
| out.putVarInt32(16) |
| out.putBoolean(self.finalize_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| if tt == 16: |
| self.set_finalize(d.getBoolean()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| if self.has_finalize_: res+=prefix+("finalize: %s\n" % self.DebugFormatBool(self.finalize_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| kfinalize = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| 2: "finalize", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.NUMERIC, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.CloseRequest' |
| class CloseResponse(ProtocolBuffer.ProtocolMessage): |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.CloseResponse' |
| class FileStat(ProtocolBuffer.ProtocolMessage): |
| has_filename_ = 0 |
| filename_ = "" |
| has_content_type_ = 0 |
| content_type_ = 0 |
| has_finalized_ = 0 |
| finalized_ = 0 |
| has_length_ = 0 |
| length_ = 0 |
| has_ctime_ = 0 |
| ctime_ = 0 |
| has_mtime_ = 0 |
| mtime_ = 0 |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| def content_type(self): return self.content_type_ |
| |
| def set_content_type(self, x): |
| self.has_content_type_ = 1 |
| self.content_type_ = x |
| |
| def clear_content_type(self): |
| if self.has_content_type_: |
| self.has_content_type_ = 0 |
| self.content_type_ = 0 |
| |
| def has_content_type(self): return self.has_content_type_ |
| |
| def finalized(self): return self.finalized_ |
| |
| def set_finalized(self, x): |
| self.has_finalized_ = 1 |
| self.finalized_ = x |
| |
| def clear_finalized(self): |
| if self.has_finalized_: |
| self.has_finalized_ = 0 |
| self.finalized_ = 0 |
| |
| def has_finalized(self): return self.has_finalized_ |
| |
| def length(self): return self.length_ |
| |
| def set_length(self, x): |
| self.has_length_ = 1 |
| self.length_ = x |
| |
| def clear_length(self): |
| if self.has_length_: |
| self.has_length_ = 0 |
| self.length_ = 0 |
| |
| def has_length(self): return self.has_length_ |
| |
| def ctime(self): return self.ctime_ |
| |
| def set_ctime(self, x): |
| self.has_ctime_ = 1 |
| self.ctime_ = x |
| |
| def clear_ctime(self): |
| if self.has_ctime_: |
| self.has_ctime_ = 0 |
| self.ctime_ = 0 |
| |
| def has_ctime(self): return self.has_ctime_ |
| |
| def mtime(self): return self.mtime_ |
| |
| def set_mtime(self, x): |
| self.has_mtime_ = 1 |
| self.mtime_ = x |
| |
| def clear_mtime(self): |
| if self.has_mtime_: |
| self.has_mtime_ = 0 |
| self.mtime_ = 0 |
| |
| def has_mtime(self): return self.has_mtime_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| if (x.has_content_type()): self.set_content_type(x.content_type()) |
| if (x.has_finalized()): self.set_finalized(x.finalized()) |
| if (x.has_length()): self.set_length(x.length()) |
| if (x.has_ctime()): self.set_ctime(x.ctime()) |
| if (x.has_mtime()): self.set_mtime(x.mtime()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| if self.has_content_type_ != x.has_content_type_: return 0 |
| if self.has_content_type_ and self.content_type_ != x.content_type_: return 0 |
| if self.has_finalized_ != x.has_finalized_: return 0 |
| if self.has_finalized_ and self.finalized_ != x.finalized_: return 0 |
| if self.has_length_ != x.has_length_: return 0 |
| if self.has_length_ and self.length_ != x.length_: return 0 |
| if self.has_ctime_ != x.has_ctime_: return 0 |
| if self.has_ctime_ and self.ctime_ != x.ctime_: return 0 |
| if self.has_mtime_ != x.has_mtime_: return 0 |
| if self.has_mtime_ and self.mtime_ != x.mtime_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filename_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filename not set.') |
| if (not self.has_content_type_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: content_type not set.') |
| if (not self.has_finalized_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: finalized not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filename_)) |
| n += self.lengthVarInt64(self.content_type_) |
| if (self.has_length_): n += 1 + self.lengthVarInt64(self.length_) |
| if (self.has_ctime_): n += 1 + self.lengthVarInt64(self.ctime_) |
| if (self.has_mtime_): n += 1 + self.lengthVarInt64(self.mtime_) |
| return n + 4 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): |
| n += 1 |
| n += self.lengthString(len(self.filename_)) |
| if (self.has_content_type_): |
| n += 1 |
| n += self.lengthVarInt64(self.content_type_) |
| if (self.has_finalized_): |
| n += 2 |
| if (self.has_length_): n += 1 + self.lengthVarInt64(self.length_) |
| if (self.has_ctime_): n += 1 + self.lengthVarInt64(self.ctime_) |
| if (self.has_mtime_): n += 1 + self.lengthVarInt64(self.mtime_) |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| self.clear_content_type() |
| self.clear_finalized() |
| self.clear_length() |
| self.clear_ctime() |
| self.clear_mtime() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| out.putVarInt32(16) |
| out.putVarInt32(self.content_type_) |
| out.putVarInt32(24) |
| out.putBoolean(self.finalized_) |
| if (self.has_length_): |
| out.putVarInt32(32) |
| out.putVarInt64(self.length_) |
| if (self.has_ctime_): |
| out.putVarInt32(40) |
| out.putVarInt64(self.ctime_) |
| if (self.has_mtime_): |
| out.putVarInt32(48) |
| out.putVarInt64(self.mtime_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| if (self.has_content_type_): |
| out.putVarInt32(16) |
| out.putVarInt32(self.content_type_) |
| if (self.has_finalized_): |
| out.putVarInt32(24) |
| out.putBoolean(self.finalized_) |
| if (self.has_length_): |
| out.putVarInt32(32) |
| out.putVarInt64(self.length_) |
| if (self.has_ctime_): |
| out.putVarInt32(40) |
| out.putVarInt64(self.ctime_) |
| if (self.has_mtime_): |
| out.putVarInt32(48) |
| out.putVarInt64(self.mtime_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| if tt == 16: |
| self.set_content_type(d.getVarInt32()) |
| continue |
| if tt == 24: |
| self.set_finalized(d.getBoolean()) |
| continue |
| if tt == 32: |
| self.set_length(d.getVarInt64()) |
| continue |
| if tt == 40: |
| self.set_ctime(d.getVarInt64()) |
| continue |
| if tt == 48: |
| self.set_mtime(d.getVarInt64()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| if self.has_content_type_: res+=prefix+("content_type: %s\n" % self.DebugFormatInt32(self.content_type_)) |
| if self.has_finalized_: res+=prefix+("finalized: %s\n" % self.DebugFormatBool(self.finalized_)) |
| if self.has_length_: res+=prefix+("length: %s\n" % self.DebugFormatInt64(self.length_)) |
| if self.has_ctime_: res+=prefix+("ctime: %s\n" % self.DebugFormatInt64(self.ctime_)) |
| if self.has_mtime_: res+=prefix+("mtime: %s\n" % self.DebugFormatInt64(self.mtime_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| kcontent_type = 2 |
| kfinalized = 3 |
| klength = 4 |
| kctime = 5 |
| kmtime = 6 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| 2: "content_type", |
| 3: "finalized", |
| 4: "length", |
| 5: "ctime", |
| 6: "mtime", |
| }, 6) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.NUMERIC, |
| 3: ProtocolBuffer.Encoder.NUMERIC, |
| 4: ProtocolBuffer.Encoder.NUMERIC, |
| 5: ProtocolBuffer.Encoder.NUMERIC, |
| 6: ProtocolBuffer.Encoder.NUMERIC, |
| }, 6, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.FileStat' |
| class StatRequest(ProtocolBuffer.ProtocolMessage): |
| has_filename_ = 0 |
| filename_ = "" |
| has_file_glob_ = 0 |
| file_glob_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| def file_glob(self): return self.file_glob_ |
| |
| def set_file_glob(self, x): |
| self.has_file_glob_ = 1 |
| self.file_glob_ = x |
| |
| def clear_file_glob(self): |
| if self.has_file_glob_: |
| self.has_file_glob_ = 0 |
| self.file_glob_ = "" |
| |
| def has_file_glob(self): return self.has_file_glob_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| if (x.has_file_glob()): self.set_file_glob(x.file_glob()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| if self.has_file_glob_ != x.has_file_glob_: return 0 |
| if self.has_file_glob_ and self.file_glob_ != x.file_glob_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| if (self.has_filename_): n += 1 + self.lengthString(len(self.filename_)) |
| if (self.has_file_glob_): n += 1 + self.lengthString(len(self.file_glob_)) |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): n += 1 + self.lengthString(len(self.filename_)) |
| if (self.has_file_glob_): n += 1 + self.lengthString(len(self.file_glob_)) |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| self.clear_file_glob() |
| |
| def OutputUnchecked(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| if (self.has_file_glob_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.file_glob_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| if (self.has_file_glob_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.file_glob_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| self.set_file_glob(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| if self.has_file_glob_: res+=prefix+("file_glob: %s\n" % self.DebugFormatString(self.file_glob_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| kfile_glob = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| 2: "file_glob", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.StatRequest' |
| class StatResponse(ProtocolBuffer.ProtocolMessage): |
| has_more_files_found_ = 0 |
| more_files_found_ = 0 |
| |
| def __init__(self, contents=None): |
| self.stat_ = [] |
| if contents is not None: self.MergeFromString(contents) |
| |
| def stat_size(self): return len(self.stat_) |
| def stat_list(self): return self.stat_ |
| |
| def stat(self, i): |
| return self.stat_[i] |
| |
| def mutable_stat(self, i): |
| return self.stat_[i] |
| |
| def add_stat(self): |
| x = FileStat() |
| self.stat_.append(x) |
| return x |
| |
| def clear_stat(self): |
| self.stat_ = [] |
| def more_files_found(self): return self.more_files_found_ |
| |
| def set_more_files_found(self, x): |
| self.has_more_files_found_ = 1 |
| self.more_files_found_ = x |
| |
| def clear_more_files_found(self): |
| if self.has_more_files_found_: |
| self.has_more_files_found_ = 0 |
| self.more_files_found_ = 0 |
| |
| def has_more_files_found(self): return self.has_more_files_found_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| for i in xrange(x.stat_size()): self.add_stat().CopyFrom(x.stat(i)) |
| if (x.has_more_files_found()): self.set_more_files_found(x.more_files_found()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if len(self.stat_) != len(x.stat_): return 0 |
| for e1, e2 in zip(self.stat_, x.stat_): |
| if e1 != e2: return 0 |
| if self.has_more_files_found_ != x.has_more_files_found_: return 0 |
| if self.has_more_files_found_ and self.more_files_found_ != x.more_files_found_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| for p in self.stat_: |
| if not p.IsInitialized(debug_strs): initialized=0 |
| if (not self.has_more_files_found_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: more_files_found not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += 1 * len(self.stat_) |
| for i in xrange(len(self.stat_)): n += self.lengthString(self.stat_[i].ByteSize()) |
| return n + 2 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| n += 1 * len(self.stat_) |
| for i in xrange(len(self.stat_)): n += self.lengthString(self.stat_[i].ByteSizePartial()) |
| if (self.has_more_files_found_): |
| n += 2 |
| return n |
| |
| def Clear(self): |
| self.clear_stat() |
| self.clear_more_files_found() |
| |
| def OutputUnchecked(self, out): |
| for i in xrange(len(self.stat_)): |
| out.putVarInt32(10) |
| out.putVarInt32(self.stat_[i].ByteSize()) |
| self.stat_[i].OutputUnchecked(out) |
| out.putVarInt32(16) |
| out.putBoolean(self.more_files_found_) |
| |
| def OutputPartial(self, out): |
| for i in xrange(len(self.stat_)): |
| out.putVarInt32(10) |
| out.putVarInt32(self.stat_[i].ByteSizePartial()) |
| self.stat_[i].OutputPartial(out) |
| if (self.has_more_files_found_): |
| out.putVarInt32(16) |
| out.putBoolean(self.more_files_found_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| length = d.getVarInt32() |
| tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) |
| d.skip(length) |
| self.add_stat().TryMerge(tmp) |
| continue |
| if tt == 16: |
| self.set_more_files_found(d.getBoolean()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| cnt=0 |
| for e in self.stat_: |
| elm="" |
| if printElemNumber: elm="(%d)" % cnt |
| res+=prefix+("stat%s <\n" % elm) |
| res+=e.__str__(prefix + " ", printElemNumber) |
| res+=prefix+">\n" |
| cnt+=1 |
| if self.has_more_files_found_: res+=prefix+("more_files_found: %s\n" % self.DebugFormatBool(self.more_files_found_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kstat = 1 |
| kmore_files_found = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "stat", |
| 2: "more_files_found", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.NUMERIC, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.StatResponse' |
| class AppendRequest(ProtocolBuffer.ProtocolMessage): |
| has_filename_ = 0 |
| filename_ = "" |
| has_data_ = 0 |
| data_ = "" |
| has_sequence_key_ = 0 |
| sequence_key_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| def data(self): return self.data_ |
| |
| def set_data(self, x): |
| self.has_data_ = 1 |
| self.data_ = x |
| |
| def clear_data(self): |
| if self.has_data_: |
| self.has_data_ = 0 |
| self.data_ = "" |
| |
| def has_data(self): return self.has_data_ |
| |
| def sequence_key(self): return self.sequence_key_ |
| |
| def set_sequence_key(self, x): |
| self.has_sequence_key_ = 1 |
| self.sequence_key_ = x |
| |
| def clear_sequence_key(self): |
| if self.has_sequence_key_: |
| self.has_sequence_key_ = 0 |
| self.sequence_key_ = "" |
| |
| def has_sequence_key(self): return self.has_sequence_key_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| if (x.has_data()): self.set_data(x.data()) |
| if (x.has_sequence_key()): self.set_sequence_key(x.sequence_key()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| if self.has_data_ != x.has_data_: return 0 |
| if self.has_data_ and self.data_ != x.data_: return 0 |
| if self.has_sequence_key_ != x.has_sequence_key_: return 0 |
| if self.has_sequence_key_ and self.sequence_key_ != x.sequence_key_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filename_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filename not set.') |
| if (not self.has_data_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: data not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filename_)) |
| n += self.lengthString(len(self.data_)) |
| if (self.has_sequence_key_): n += 1 + self.lengthString(len(self.sequence_key_)) |
| return n + 2 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): |
| n += 1 |
| n += self.lengthString(len(self.filename_)) |
| if (self.has_data_): |
| n += 1 |
| n += self.lengthString(len(self.data_)) |
| if (self.has_sequence_key_): n += 1 + self.lengthString(len(self.sequence_key_)) |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| self.clear_data() |
| self.clear_sequence_key() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| out.putVarInt32(18) |
| out.putPrefixedString(self.data_) |
| if (self.has_sequence_key_): |
| out.putVarInt32(26) |
| out.putPrefixedString(self.sequence_key_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| if (self.has_data_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.data_) |
| if (self.has_sequence_key_): |
| out.putVarInt32(26) |
| out.putPrefixedString(self.sequence_key_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| self.set_data(d.getPrefixedString()) |
| continue |
| if tt == 26: |
| self.set_sequence_key(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| if self.has_data_: res+=prefix+("data: %s\n" % self.DebugFormatString(self.data_)) |
| if self.has_sequence_key_: res+=prefix+("sequence_key: %s\n" % self.DebugFormatString(self.sequence_key_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| kdata = 2 |
| ksequence_key = 3 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| 2: "data", |
| 3: "sequence_key", |
| }, 3) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| 3: ProtocolBuffer.Encoder.STRING, |
| }, 3, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.AppendRequest' |
| class AppendResponse(ProtocolBuffer.ProtocolMessage): |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.AppendResponse' |
| class DeleteRequest(ProtocolBuffer.ProtocolMessage): |
| has_filename_ = 0 |
| filename_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filename_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filename not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filename_)) |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): |
| n += 1 |
| n += self.lengthString(len(self.filename_)) |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| }, 1) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| }, 1, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.DeleteRequest' |
| class DeleteResponse(ProtocolBuffer.ProtocolMessage): |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.DeleteResponse' |
| class ReadRequest(ProtocolBuffer.ProtocolMessage): |
| has_filename_ = 0 |
| filename_ = "" |
| has_pos_ = 0 |
| pos_ = 0 |
| has_max_bytes_ = 0 |
| max_bytes_ = 0 |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| def pos(self): return self.pos_ |
| |
| def set_pos(self, x): |
| self.has_pos_ = 1 |
| self.pos_ = x |
| |
| def clear_pos(self): |
| if self.has_pos_: |
| self.has_pos_ = 0 |
| self.pos_ = 0 |
| |
| def has_pos(self): return self.has_pos_ |
| |
| def max_bytes(self): return self.max_bytes_ |
| |
| def set_max_bytes(self, x): |
| self.has_max_bytes_ = 1 |
| self.max_bytes_ = x |
| |
| def clear_max_bytes(self): |
| if self.has_max_bytes_: |
| self.has_max_bytes_ = 0 |
| self.max_bytes_ = 0 |
| |
| def has_max_bytes(self): return self.has_max_bytes_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| if (x.has_pos()): self.set_pos(x.pos()) |
| if (x.has_max_bytes()): self.set_max_bytes(x.max_bytes()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| if self.has_pos_ != x.has_pos_: return 0 |
| if self.has_pos_ and self.pos_ != x.pos_: return 0 |
| if self.has_max_bytes_ != x.has_max_bytes_: return 0 |
| if self.has_max_bytes_ and self.max_bytes_ != x.max_bytes_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filename_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filename not set.') |
| if (not self.has_pos_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: pos not set.') |
| if (not self.has_max_bytes_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: max_bytes not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filename_)) |
| n += self.lengthVarInt64(self.pos_) |
| n += self.lengthVarInt64(self.max_bytes_) |
| return n + 3 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): |
| n += 1 |
| n += self.lengthString(len(self.filename_)) |
| if (self.has_pos_): |
| n += 1 |
| n += self.lengthVarInt64(self.pos_) |
| if (self.has_max_bytes_): |
| n += 1 |
| n += self.lengthVarInt64(self.max_bytes_) |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| self.clear_pos() |
| self.clear_max_bytes() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| out.putVarInt32(16) |
| out.putVarInt64(self.pos_) |
| out.putVarInt32(24) |
| out.putVarInt64(self.max_bytes_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| if (self.has_pos_): |
| out.putVarInt32(16) |
| out.putVarInt64(self.pos_) |
| if (self.has_max_bytes_): |
| out.putVarInt32(24) |
| out.putVarInt64(self.max_bytes_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| if tt == 16: |
| self.set_pos(d.getVarInt64()) |
| continue |
| if tt == 24: |
| self.set_max_bytes(d.getVarInt64()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| if self.has_pos_: res+=prefix+("pos: %s\n" % self.DebugFormatInt64(self.pos_)) |
| if self.has_max_bytes_: res+=prefix+("max_bytes: %s\n" % self.DebugFormatInt64(self.max_bytes_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| kpos = 2 |
| kmax_bytes = 3 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| 2: "pos", |
| 3: "max_bytes", |
| }, 3) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.NUMERIC, |
| 3: ProtocolBuffer.Encoder.NUMERIC, |
| }, 3, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ReadRequest' |
| class ReadResponse(ProtocolBuffer.ProtocolMessage): |
| has_data_ = 0 |
| data_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def data(self): return self.data_ |
| |
| def set_data(self, x): |
| self.has_data_ = 1 |
| self.data_ = x |
| |
| def clear_data(self): |
| if self.has_data_: |
| self.has_data_ = 0 |
| self.data_ = "" |
| |
| def has_data(self): return self.has_data_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_data()): self.set_data(x.data()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_data_ != x.has_data_: return 0 |
| if self.has_data_ and self.data_ != x.data_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_data_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: data not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.data_)) |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_data_): |
| n += 1 |
| n += self.lengthString(len(self.data_)) |
| return n |
| |
| def Clear(self): |
| self.clear_data() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.data_) |
| |
| def OutputPartial(self, out): |
| if (self.has_data_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.data_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_data(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_data_: res+=prefix+("data: %s\n" % self.DebugFormatString(self.data_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kdata = 1 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "data", |
| }, 1) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| }, 1, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ReadResponse' |
| class ReadKeyValueRequest(ProtocolBuffer.ProtocolMessage): |
| has_filename_ = 0 |
| filename_ = "" |
| has_start_key_ = 0 |
| start_key_ = "" |
| has_max_bytes_ = 0 |
| max_bytes_ = 0 |
| has_value_pos_ = 0 |
| value_pos_ = 0 |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| def start_key(self): return self.start_key_ |
| |
| def set_start_key(self, x): |
| self.has_start_key_ = 1 |
| self.start_key_ = x |
| |
| def clear_start_key(self): |
| if self.has_start_key_: |
| self.has_start_key_ = 0 |
| self.start_key_ = "" |
| |
| def has_start_key(self): return self.has_start_key_ |
| |
| def max_bytes(self): return self.max_bytes_ |
| |
| def set_max_bytes(self, x): |
| self.has_max_bytes_ = 1 |
| self.max_bytes_ = x |
| |
| def clear_max_bytes(self): |
| if self.has_max_bytes_: |
| self.has_max_bytes_ = 0 |
| self.max_bytes_ = 0 |
| |
| def has_max_bytes(self): return self.has_max_bytes_ |
| |
| def value_pos(self): return self.value_pos_ |
| |
| def set_value_pos(self, x): |
| self.has_value_pos_ = 1 |
| self.value_pos_ = x |
| |
| def clear_value_pos(self): |
| if self.has_value_pos_: |
| self.has_value_pos_ = 0 |
| self.value_pos_ = 0 |
| |
| def has_value_pos(self): return self.has_value_pos_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| if (x.has_start_key()): self.set_start_key(x.start_key()) |
| if (x.has_max_bytes()): self.set_max_bytes(x.max_bytes()) |
| if (x.has_value_pos()): self.set_value_pos(x.value_pos()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| if self.has_start_key_ != x.has_start_key_: return 0 |
| if self.has_start_key_ and self.start_key_ != x.start_key_: return 0 |
| if self.has_max_bytes_ != x.has_max_bytes_: return 0 |
| if self.has_max_bytes_ and self.max_bytes_ != x.max_bytes_: return 0 |
| if self.has_value_pos_ != x.has_value_pos_: return 0 |
| if self.has_value_pos_ and self.value_pos_ != x.value_pos_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filename_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filename not set.') |
| if (not self.has_start_key_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: start_key not set.') |
| if (not self.has_max_bytes_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: max_bytes not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filename_)) |
| n += self.lengthString(len(self.start_key_)) |
| n += self.lengthVarInt64(self.max_bytes_) |
| if (self.has_value_pos_): n += 1 + self.lengthVarInt64(self.value_pos_) |
| return n + 3 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): |
| n += 1 |
| n += self.lengthString(len(self.filename_)) |
| if (self.has_start_key_): |
| n += 1 |
| n += self.lengthString(len(self.start_key_)) |
| if (self.has_max_bytes_): |
| n += 1 |
| n += self.lengthVarInt64(self.max_bytes_) |
| if (self.has_value_pos_): n += 1 + self.lengthVarInt64(self.value_pos_) |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| self.clear_start_key() |
| self.clear_max_bytes() |
| self.clear_value_pos() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| out.putVarInt32(18) |
| out.putPrefixedString(self.start_key_) |
| out.putVarInt32(24) |
| out.putVarInt64(self.max_bytes_) |
| if (self.has_value_pos_): |
| out.putVarInt32(32) |
| out.putVarInt64(self.value_pos_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| if (self.has_start_key_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.start_key_) |
| if (self.has_max_bytes_): |
| out.putVarInt32(24) |
| out.putVarInt64(self.max_bytes_) |
| if (self.has_value_pos_): |
| out.putVarInt32(32) |
| out.putVarInt64(self.value_pos_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| self.set_start_key(d.getPrefixedString()) |
| continue |
| if tt == 24: |
| self.set_max_bytes(d.getVarInt64()) |
| continue |
| if tt == 32: |
| self.set_value_pos(d.getVarInt64()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| if self.has_start_key_: res+=prefix+("start_key: %s\n" % self.DebugFormatString(self.start_key_)) |
| if self.has_max_bytes_: res+=prefix+("max_bytes: %s\n" % self.DebugFormatInt64(self.max_bytes_)) |
| if self.has_value_pos_: res+=prefix+("value_pos: %s\n" % self.DebugFormatInt64(self.value_pos_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| kstart_key = 2 |
| kmax_bytes = 3 |
| kvalue_pos = 4 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| 2: "start_key", |
| 3: "max_bytes", |
| 4: "value_pos", |
| }, 4) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| 3: ProtocolBuffer.Encoder.NUMERIC, |
| 4: ProtocolBuffer.Encoder.NUMERIC, |
| }, 4, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ReadKeyValueRequest' |
| class ReadKeyValueResponse_KeyValue(ProtocolBuffer.ProtocolMessage): |
| has_key_ = 0 |
| key_ = "" |
| has_value_ = 0 |
| value_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def key(self): return self.key_ |
| |
| def set_key(self, x): |
| self.has_key_ = 1 |
| self.key_ = x |
| |
| def clear_key(self): |
| if self.has_key_: |
| self.has_key_ = 0 |
| self.key_ = "" |
| |
| def has_key(self): return self.has_key_ |
| |
| def value(self): return self.value_ |
| |
| def set_value(self, x): |
| self.has_value_ = 1 |
| self.value_ = x |
| |
| def clear_value(self): |
| if self.has_value_: |
| self.has_value_ = 0 |
| self.value_ = "" |
| |
| def has_value(self): return self.has_value_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_key()): self.set_key(x.key()) |
| if (x.has_value()): self.set_value(x.value()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_key_ != x.has_key_: return 0 |
| if self.has_key_ and self.key_ != x.key_: return 0 |
| if self.has_value_ != x.has_value_: return 0 |
| if self.has_value_ and self.value_ != x.value_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_key_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: key not set.') |
| if (not self.has_value_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: value not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.key_)) |
| n += self.lengthString(len(self.value_)) |
| return n + 2 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_key_): |
| n += 1 |
| n += self.lengthString(len(self.key_)) |
| if (self.has_value_): |
| n += 1 |
| n += self.lengthString(len(self.value_)) |
| return n |
| |
| def Clear(self): |
| self.clear_key() |
| self.clear_value() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.key_) |
| out.putVarInt32(18) |
| out.putPrefixedString(self.value_) |
| |
| def OutputPartial(self, out): |
| if (self.has_key_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.key_) |
| if (self.has_value_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.value_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_key(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| self.set_value(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_key_: res+=prefix+("key: %s\n" % self.DebugFormatString(self.key_)) |
| if self.has_value_: res+=prefix+("value: %s\n" % self.DebugFormatString(self.value_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kkey = 1 |
| kvalue = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "key", |
| 2: "value", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ReadKeyValueResponse_KeyValue' |
| class ReadKeyValueResponse(ProtocolBuffer.ProtocolMessage): |
| has_next_key_ = 0 |
| next_key_ = "" |
| has_truncated_value_ = 0 |
| truncated_value_ = 0 |
| |
| def __init__(self, contents=None): |
| self.data_ = [] |
| if contents is not None: self.MergeFromString(contents) |
| |
| def data_size(self): return len(self.data_) |
| def data_list(self): return self.data_ |
| |
| def data(self, i): |
| return self.data_[i] |
| |
| def mutable_data(self, i): |
| return self.data_[i] |
| |
| def add_data(self): |
| x = ReadKeyValueResponse_KeyValue() |
| self.data_.append(x) |
| return x |
| |
| def clear_data(self): |
| self.data_ = [] |
| def next_key(self): return self.next_key_ |
| |
| def set_next_key(self, x): |
| self.has_next_key_ = 1 |
| self.next_key_ = x |
| |
| def clear_next_key(self): |
| if self.has_next_key_: |
| self.has_next_key_ = 0 |
| self.next_key_ = "" |
| |
| def has_next_key(self): return self.has_next_key_ |
| |
| def truncated_value(self): return self.truncated_value_ |
| |
| def set_truncated_value(self, x): |
| self.has_truncated_value_ = 1 |
| self.truncated_value_ = x |
| |
| def clear_truncated_value(self): |
| if self.has_truncated_value_: |
| self.has_truncated_value_ = 0 |
| self.truncated_value_ = 0 |
| |
| def has_truncated_value(self): return self.has_truncated_value_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| for i in xrange(x.data_size()): self.add_data().CopyFrom(x.data(i)) |
| if (x.has_next_key()): self.set_next_key(x.next_key()) |
| if (x.has_truncated_value()): self.set_truncated_value(x.truncated_value()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if len(self.data_) != len(x.data_): return 0 |
| for e1, e2 in zip(self.data_, x.data_): |
| if e1 != e2: return 0 |
| if self.has_next_key_ != x.has_next_key_: return 0 |
| if self.has_next_key_ and self.next_key_ != x.next_key_: return 0 |
| if self.has_truncated_value_ != x.has_truncated_value_: return 0 |
| if self.has_truncated_value_ and self.truncated_value_ != x.truncated_value_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| for p in self.data_: |
| if not p.IsInitialized(debug_strs): initialized=0 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += 1 * len(self.data_) |
| for i in xrange(len(self.data_)): n += self.lengthString(self.data_[i].ByteSize()) |
| if (self.has_next_key_): n += 1 + self.lengthString(len(self.next_key_)) |
| if (self.has_truncated_value_): n += 2 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| n += 1 * len(self.data_) |
| for i in xrange(len(self.data_)): n += self.lengthString(self.data_[i].ByteSizePartial()) |
| if (self.has_next_key_): n += 1 + self.lengthString(len(self.next_key_)) |
| if (self.has_truncated_value_): n += 2 |
| return n |
| |
| def Clear(self): |
| self.clear_data() |
| self.clear_next_key() |
| self.clear_truncated_value() |
| |
| def OutputUnchecked(self, out): |
| for i in xrange(len(self.data_)): |
| out.putVarInt32(10) |
| out.putVarInt32(self.data_[i].ByteSize()) |
| self.data_[i].OutputUnchecked(out) |
| if (self.has_next_key_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.next_key_) |
| if (self.has_truncated_value_): |
| out.putVarInt32(24) |
| out.putBoolean(self.truncated_value_) |
| |
| def OutputPartial(self, out): |
| for i in xrange(len(self.data_)): |
| out.putVarInt32(10) |
| out.putVarInt32(self.data_[i].ByteSizePartial()) |
| self.data_[i].OutputPartial(out) |
| if (self.has_next_key_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.next_key_) |
| if (self.has_truncated_value_): |
| out.putVarInt32(24) |
| out.putBoolean(self.truncated_value_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| length = d.getVarInt32() |
| tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) |
| d.skip(length) |
| self.add_data().TryMerge(tmp) |
| continue |
| if tt == 18: |
| self.set_next_key(d.getPrefixedString()) |
| continue |
| if tt == 24: |
| self.set_truncated_value(d.getBoolean()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| cnt=0 |
| for e in self.data_: |
| elm="" |
| if printElemNumber: elm="(%d)" % cnt |
| res+=prefix+("data%s <\n" % elm) |
| res+=e.__str__(prefix + " ", printElemNumber) |
| res+=prefix+">\n" |
| cnt+=1 |
| if self.has_next_key_: res+=prefix+("next_key: %s\n" % self.DebugFormatString(self.next_key_)) |
| if self.has_truncated_value_: res+=prefix+("truncated_value: %s\n" % self.DebugFormatBool(self.truncated_value_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kdata = 1 |
| knext_key = 2 |
| ktruncated_value = 3 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "data", |
| 2: "next_key", |
| 3: "truncated_value", |
| }, 3) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| 3: ProtocolBuffer.Encoder.NUMERIC, |
| }, 3, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ReadKeyValueResponse' |
| class ShuffleEnums(ProtocolBuffer.ProtocolMessage): |
| |
| |
| RECORDS_KEY_VALUE_PROTO_INPUT = 1 |
| |
| _InputFormat_NAMES = { |
| 1: "RECORDS_KEY_VALUE_PROTO_INPUT", |
| } |
| |
| def InputFormat_Name(cls, x): return cls._InputFormat_NAMES.get(x, "") |
| InputFormat_Name = classmethod(InputFormat_Name) |
| |
| |
| |
| RECORDS_KEY_MULTI_VALUE_PROTO_OUTPUT = 1 |
| |
| _OutputFormat_NAMES = { |
| 1: "RECORDS_KEY_MULTI_VALUE_PROTO_OUTPUT", |
| } |
| |
| def OutputFormat_Name(cls, x): return cls._OutputFormat_NAMES.get(x, "") |
| OutputFormat_Name = classmethod(OutputFormat_Name) |
| |
| |
| |
| UNKNOWN = 1 |
| RUNNING = 2 |
| SUCCESS = 3 |
| FAILURE = 4 |
| INVALID_INPUT = 5 |
| OUTPUT_ALREADY_EXISTS = 6 |
| INCORRECT_SHUFFLE_SIZE_BYTES = 7 |
| |
| _Status_NAMES = { |
| 1: "UNKNOWN", |
| 2: "RUNNING", |
| 3: "SUCCESS", |
| 4: "FAILURE", |
| 5: "INVALID_INPUT", |
| 6: "OUTPUT_ALREADY_EXISTS", |
| 7: "INCORRECT_SHUFFLE_SIZE_BYTES", |
| } |
| |
| def Status_Name(cls, x): return cls._Status_NAMES.get(x, "") |
| Status_Name = classmethod(Status_Name) |
| |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ShuffleEnums' |
| class ShuffleInputSpecification(ProtocolBuffer.ProtocolMessage): |
| has_format_ = 0 |
| format_ = 1 |
| has_path_ = 0 |
| path_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def format(self): return self.format_ |
| |
| def set_format(self, x): |
| self.has_format_ = 1 |
| self.format_ = x |
| |
| def clear_format(self): |
| if self.has_format_: |
| self.has_format_ = 0 |
| self.format_ = 1 |
| |
| def has_format(self): return self.has_format_ |
| |
| def path(self): return self.path_ |
| |
| def set_path(self, x): |
| self.has_path_ = 1 |
| self.path_ = x |
| |
| def clear_path(self): |
| if self.has_path_: |
| self.has_path_ = 0 |
| self.path_ = "" |
| |
| def has_path(self): return self.has_path_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_format()): self.set_format(x.format()) |
| if (x.has_path()): self.set_path(x.path()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_format_ != x.has_format_: return 0 |
| if self.has_format_ and self.format_ != x.format_: return 0 |
| if self.has_path_ != x.has_path_: return 0 |
| if self.has_path_ and self.path_ != x.path_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_path_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: path not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| if (self.has_format_): n += 1 + self.lengthVarInt64(self.format_) |
| n += self.lengthString(len(self.path_)) |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_format_): n += 1 + self.lengthVarInt64(self.format_) |
| if (self.has_path_): |
| n += 1 |
| n += self.lengthString(len(self.path_)) |
| return n |
| |
| def Clear(self): |
| self.clear_format() |
| self.clear_path() |
| |
| def OutputUnchecked(self, out): |
| if (self.has_format_): |
| out.putVarInt32(8) |
| out.putVarInt32(self.format_) |
| out.putVarInt32(18) |
| out.putPrefixedString(self.path_) |
| |
| def OutputPartial(self, out): |
| if (self.has_format_): |
| out.putVarInt32(8) |
| out.putVarInt32(self.format_) |
| if (self.has_path_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.path_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 8: |
| self.set_format(d.getVarInt32()) |
| continue |
| if tt == 18: |
| self.set_path(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_format_: res+=prefix+("format: %s\n" % self.DebugFormatInt32(self.format_)) |
| if self.has_path_: res+=prefix+("path: %s\n" % self.DebugFormatString(self.path_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kformat = 1 |
| kpath = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "format", |
| 2: "path", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.NUMERIC, |
| 2: ProtocolBuffer.Encoder.STRING, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ShuffleInputSpecification' |
| class ShuffleOutputSpecification(ProtocolBuffer.ProtocolMessage): |
| has_format_ = 0 |
| format_ = 1 |
| |
| def __init__(self, contents=None): |
| self.path_ = [] |
| if contents is not None: self.MergeFromString(contents) |
| |
| def format(self): return self.format_ |
| |
| def set_format(self, x): |
| self.has_format_ = 1 |
| self.format_ = x |
| |
| def clear_format(self): |
| if self.has_format_: |
| self.has_format_ = 0 |
| self.format_ = 1 |
| |
| def has_format(self): return self.has_format_ |
| |
| def path_size(self): return len(self.path_) |
| def path_list(self): return self.path_ |
| |
| def path(self, i): |
| return self.path_[i] |
| |
| def set_path(self, i, x): |
| self.path_[i] = x |
| |
| def add_path(self, x): |
| self.path_.append(x) |
| |
| def clear_path(self): |
| self.path_ = [] |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_format()): self.set_format(x.format()) |
| for i in xrange(x.path_size()): self.add_path(x.path(i)) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_format_ != x.has_format_: return 0 |
| if self.has_format_ and self.format_ != x.format_: return 0 |
| if len(self.path_) != len(x.path_): return 0 |
| for e1, e2 in zip(self.path_, x.path_): |
| if e1 != e2: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| if (self.has_format_): n += 1 + self.lengthVarInt64(self.format_) |
| n += 1 * len(self.path_) |
| for i in xrange(len(self.path_)): n += self.lengthString(len(self.path_[i])) |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_format_): n += 1 + self.lengthVarInt64(self.format_) |
| n += 1 * len(self.path_) |
| for i in xrange(len(self.path_)): n += self.lengthString(len(self.path_[i])) |
| return n |
| |
| def Clear(self): |
| self.clear_format() |
| self.clear_path() |
| |
| def OutputUnchecked(self, out): |
| if (self.has_format_): |
| out.putVarInt32(8) |
| out.putVarInt32(self.format_) |
| for i in xrange(len(self.path_)): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.path_[i]) |
| |
| def OutputPartial(self, out): |
| if (self.has_format_): |
| out.putVarInt32(8) |
| out.putVarInt32(self.format_) |
| for i in xrange(len(self.path_)): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.path_[i]) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 8: |
| self.set_format(d.getVarInt32()) |
| continue |
| if tt == 18: |
| self.add_path(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_format_: res+=prefix+("format: %s\n" % self.DebugFormatInt32(self.format_)) |
| cnt=0 |
| for e in self.path_: |
| elm="" |
| if printElemNumber: elm="(%d)" % cnt |
| res+=prefix+("path%s: %s\n" % (elm, self.DebugFormatString(e))) |
| cnt+=1 |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kformat = 1 |
| kpath = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "format", |
| 2: "path", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.NUMERIC, |
| 2: ProtocolBuffer.Encoder.STRING, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ShuffleOutputSpecification' |
| class ShuffleRequest_Callback(ProtocolBuffer.ProtocolMessage): |
| has_url_ = 0 |
| url_ = "" |
| has_app_version_id_ = 0 |
| app_version_id_ = "" |
| has_method_ = 0 |
| method_ = "POST" |
| has_queue_ = 0 |
| queue_ = "default" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def url(self): return self.url_ |
| |
| def set_url(self, x): |
| self.has_url_ = 1 |
| self.url_ = x |
| |
| def clear_url(self): |
| if self.has_url_: |
| self.has_url_ = 0 |
| self.url_ = "" |
| |
| def has_url(self): return self.has_url_ |
| |
| def app_version_id(self): return self.app_version_id_ |
| |
| def set_app_version_id(self, x): |
| self.has_app_version_id_ = 1 |
| self.app_version_id_ = x |
| |
| def clear_app_version_id(self): |
| if self.has_app_version_id_: |
| self.has_app_version_id_ = 0 |
| self.app_version_id_ = "" |
| |
| def has_app_version_id(self): return self.has_app_version_id_ |
| |
| def method(self): return self.method_ |
| |
| def set_method(self, x): |
| self.has_method_ = 1 |
| self.method_ = x |
| |
| def clear_method(self): |
| if self.has_method_: |
| self.has_method_ = 0 |
| self.method_ = "POST" |
| |
| def has_method(self): return self.has_method_ |
| |
| def queue(self): return self.queue_ |
| |
| def set_queue(self, x): |
| self.has_queue_ = 1 |
| self.queue_ = x |
| |
| def clear_queue(self): |
| if self.has_queue_: |
| self.has_queue_ = 0 |
| self.queue_ = "default" |
| |
| def has_queue(self): return self.has_queue_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_url()): self.set_url(x.url()) |
| if (x.has_app_version_id()): self.set_app_version_id(x.app_version_id()) |
| if (x.has_method()): self.set_method(x.method()) |
| if (x.has_queue()): self.set_queue(x.queue()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_url_ != x.has_url_: return 0 |
| if self.has_url_ and self.url_ != x.url_: return 0 |
| if self.has_app_version_id_ != x.has_app_version_id_: return 0 |
| if self.has_app_version_id_ and self.app_version_id_ != x.app_version_id_: return 0 |
| if self.has_method_ != x.has_method_: return 0 |
| if self.has_method_ and self.method_ != x.method_: return 0 |
| if self.has_queue_ != x.has_queue_: return 0 |
| if self.has_queue_ and self.queue_ != x.queue_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_url_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: url not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.url_)) |
| if (self.has_app_version_id_): n += 1 + self.lengthString(len(self.app_version_id_)) |
| if (self.has_method_): n += 1 + self.lengthString(len(self.method_)) |
| if (self.has_queue_): n += 1 + self.lengthString(len(self.queue_)) |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_url_): |
| n += 1 |
| n += self.lengthString(len(self.url_)) |
| if (self.has_app_version_id_): n += 1 + self.lengthString(len(self.app_version_id_)) |
| if (self.has_method_): n += 1 + self.lengthString(len(self.method_)) |
| if (self.has_queue_): n += 1 + self.lengthString(len(self.queue_)) |
| return n |
| |
| def Clear(self): |
| self.clear_url() |
| self.clear_app_version_id() |
| self.clear_method() |
| self.clear_queue() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.url_) |
| if (self.has_app_version_id_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.app_version_id_) |
| if (self.has_method_): |
| out.putVarInt32(26) |
| out.putPrefixedString(self.method_) |
| if (self.has_queue_): |
| out.putVarInt32(34) |
| out.putPrefixedString(self.queue_) |
| |
| def OutputPartial(self, out): |
| if (self.has_url_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.url_) |
| if (self.has_app_version_id_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.app_version_id_) |
| if (self.has_method_): |
| out.putVarInt32(26) |
| out.putPrefixedString(self.method_) |
| if (self.has_queue_): |
| out.putVarInt32(34) |
| out.putPrefixedString(self.queue_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_url(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| self.set_app_version_id(d.getPrefixedString()) |
| continue |
| if tt == 26: |
| self.set_method(d.getPrefixedString()) |
| continue |
| if tt == 34: |
| self.set_queue(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_url_: res+=prefix+("url: %s\n" % self.DebugFormatString(self.url_)) |
| if self.has_app_version_id_: res+=prefix+("app_version_id: %s\n" % self.DebugFormatString(self.app_version_id_)) |
| if self.has_method_: res+=prefix+("method: %s\n" % self.DebugFormatString(self.method_)) |
| if self.has_queue_: res+=prefix+("queue: %s\n" % self.DebugFormatString(self.queue_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kurl = 1 |
| kapp_version_id = 2 |
| kmethod = 3 |
| kqueue = 4 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "url", |
| 2: "app_version_id", |
| 3: "method", |
| 4: "queue", |
| }, 4) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| 3: ProtocolBuffer.Encoder.STRING, |
| 4: ProtocolBuffer.Encoder.STRING, |
| }, 4, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ShuffleRequest_Callback' |
| class ShuffleRequest(ProtocolBuffer.ProtocolMessage): |
| has_shuffle_name_ = 0 |
| shuffle_name_ = "" |
| has_output_ = 0 |
| has_shuffle_size_bytes_ = 0 |
| shuffle_size_bytes_ = 0 |
| has_callback_ = 0 |
| |
| def __init__(self, contents=None): |
| self.input_ = [] |
| self.output_ = ShuffleOutputSpecification() |
| self.callback_ = ShuffleRequest_Callback() |
| if contents is not None: self.MergeFromString(contents) |
| |
| def shuffle_name(self): return self.shuffle_name_ |
| |
| def set_shuffle_name(self, x): |
| self.has_shuffle_name_ = 1 |
| self.shuffle_name_ = x |
| |
| def clear_shuffle_name(self): |
| if self.has_shuffle_name_: |
| self.has_shuffle_name_ = 0 |
| self.shuffle_name_ = "" |
| |
| def has_shuffle_name(self): return self.has_shuffle_name_ |
| |
| def input_size(self): return len(self.input_) |
| def input_list(self): return self.input_ |
| |
| def input(self, i): |
| return self.input_[i] |
| |
| def mutable_input(self, i): |
| return self.input_[i] |
| |
| def add_input(self): |
| x = ShuffleInputSpecification() |
| self.input_.append(x) |
| return x |
| |
| def clear_input(self): |
| self.input_ = [] |
| def output(self): return self.output_ |
| |
| def mutable_output(self): self.has_output_ = 1; return self.output_ |
| |
| def clear_output(self):self.has_output_ = 0; self.output_.Clear() |
| |
| def has_output(self): return self.has_output_ |
| |
| def shuffle_size_bytes(self): return self.shuffle_size_bytes_ |
| |
| def set_shuffle_size_bytes(self, x): |
| self.has_shuffle_size_bytes_ = 1 |
| self.shuffle_size_bytes_ = x |
| |
| def clear_shuffle_size_bytes(self): |
| if self.has_shuffle_size_bytes_: |
| self.has_shuffle_size_bytes_ = 0 |
| self.shuffle_size_bytes_ = 0 |
| |
| def has_shuffle_size_bytes(self): return self.has_shuffle_size_bytes_ |
| |
| def callback(self): return self.callback_ |
| |
| def mutable_callback(self): self.has_callback_ = 1; return self.callback_ |
| |
| def clear_callback(self):self.has_callback_ = 0; self.callback_.Clear() |
| |
| def has_callback(self): return self.has_callback_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_shuffle_name()): self.set_shuffle_name(x.shuffle_name()) |
| for i in xrange(x.input_size()): self.add_input().CopyFrom(x.input(i)) |
| if (x.has_output()): self.mutable_output().MergeFrom(x.output()) |
| if (x.has_shuffle_size_bytes()): self.set_shuffle_size_bytes(x.shuffle_size_bytes()) |
| if (x.has_callback()): self.mutable_callback().MergeFrom(x.callback()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_shuffle_name_ != x.has_shuffle_name_: return 0 |
| if self.has_shuffle_name_ and self.shuffle_name_ != x.shuffle_name_: return 0 |
| if len(self.input_) != len(x.input_): return 0 |
| for e1, e2 in zip(self.input_, x.input_): |
| if e1 != e2: return 0 |
| if self.has_output_ != x.has_output_: return 0 |
| if self.has_output_ and self.output_ != x.output_: return 0 |
| if self.has_shuffle_size_bytes_ != x.has_shuffle_size_bytes_: return 0 |
| if self.has_shuffle_size_bytes_ and self.shuffle_size_bytes_ != x.shuffle_size_bytes_: return 0 |
| if self.has_callback_ != x.has_callback_: return 0 |
| if self.has_callback_ and self.callback_ != x.callback_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_shuffle_name_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: shuffle_name not set.') |
| for p in self.input_: |
| if not p.IsInitialized(debug_strs): initialized=0 |
| if (not self.has_output_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: output not set.') |
| elif not self.output_.IsInitialized(debug_strs): initialized = 0 |
| if (not self.has_shuffle_size_bytes_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: shuffle_size_bytes not set.') |
| if (not self.has_callback_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: callback not set.') |
| elif not self.callback_.IsInitialized(debug_strs): initialized = 0 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.shuffle_name_)) |
| n += 1 * len(self.input_) |
| for i in xrange(len(self.input_)): n += self.lengthString(self.input_[i].ByteSize()) |
| n += self.lengthString(self.output_.ByteSize()) |
| n += self.lengthVarInt64(self.shuffle_size_bytes_) |
| n += self.lengthString(self.callback_.ByteSize()) |
| return n + 4 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_shuffle_name_): |
| n += 1 |
| n += self.lengthString(len(self.shuffle_name_)) |
| n += 1 * len(self.input_) |
| for i in xrange(len(self.input_)): n += self.lengthString(self.input_[i].ByteSizePartial()) |
| if (self.has_output_): |
| n += 1 |
| n += self.lengthString(self.output_.ByteSizePartial()) |
| if (self.has_shuffle_size_bytes_): |
| n += 1 |
| n += self.lengthVarInt64(self.shuffle_size_bytes_) |
| if (self.has_callback_): |
| n += 1 |
| n += self.lengthString(self.callback_.ByteSizePartial()) |
| return n |
| |
| def Clear(self): |
| self.clear_shuffle_name() |
| self.clear_input() |
| self.clear_output() |
| self.clear_shuffle_size_bytes() |
| self.clear_callback() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.shuffle_name_) |
| for i in xrange(len(self.input_)): |
| out.putVarInt32(18) |
| out.putVarInt32(self.input_[i].ByteSize()) |
| self.input_[i].OutputUnchecked(out) |
| out.putVarInt32(26) |
| out.putVarInt32(self.output_.ByteSize()) |
| self.output_.OutputUnchecked(out) |
| out.putVarInt32(32) |
| out.putVarInt64(self.shuffle_size_bytes_) |
| out.putVarInt32(42) |
| out.putVarInt32(self.callback_.ByteSize()) |
| self.callback_.OutputUnchecked(out) |
| |
| def OutputPartial(self, out): |
| if (self.has_shuffle_name_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.shuffle_name_) |
| for i in xrange(len(self.input_)): |
| out.putVarInt32(18) |
| out.putVarInt32(self.input_[i].ByteSizePartial()) |
| self.input_[i].OutputPartial(out) |
| if (self.has_output_): |
| out.putVarInt32(26) |
| out.putVarInt32(self.output_.ByteSizePartial()) |
| self.output_.OutputPartial(out) |
| if (self.has_shuffle_size_bytes_): |
| out.putVarInt32(32) |
| out.putVarInt64(self.shuffle_size_bytes_) |
| if (self.has_callback_): |
| out.putVarInt32(42) |
| out.putVarInt32(self.callback_.ByteSizePartial()) |
| self.callback_.OutputPartial(out) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_shuffle_name(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| length = d.getVarInt32() |
| tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) |
| d.skip(length) |
| self.add_input().TryMerge(tmp) |
| continue |
| if tt == 26: |
| length = d.getVarInt32() |
| tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) |
| d.skip(length) |
| self.mutable_output().TryMerge(tmp) |
| continue |
| if tt == 32: |
| self.set_shuffle_size_bytes(d.getVarInt64()) |
| continue |
| if tt == 42: |
| length = d.getVarInt32() |
| tmp = ProtocolBuffer.Decoder(d.buffer(), d.pos(), d.pos() + length) |
| d.skip(length) |
| self.mutable_callback().TryMerge(tmp) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_shuffle_name_: res+=prefix+("shuffle_name: %s\n" % self.DebugFormatString(self.shuffle_name_)) |
| cnt=0 |
| for e in self.input_: |
| elm="" |
| if printElemNumber: elm="(%d)" % cnt |
| res+=prefix+("input%s <\n" % elm) |
| res+=e.__str__(prefix + " ", printElemNumber) |
| res+=prefix+">\n" |
| cnt+=1 |
| if self.has_output_: |
| res+=prefix+"output <\n" |
| res+=self.output_.__str__(prefix + " ", printElemNumber) |
| res+=prefix+">\n" |
| if self.has_shuffle_size_bytes_: res+=prefix+("shuffle_size_bytes: %s\n" % self.DebugFormatInt64(self.shuffle_size_bytes_)) |
| if self.has_callback_: |
| res+=prefix+"callback <\n" |
| res+=self.callback_.__str__(prefix + " ", printElemNumber) |
| res+=prefix+">\n" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kshuffle_name = 1 |
| kinput = 2 |
| koutput = 3 |
| kshuffle_size_bytes = 4 |
| kcallback = 5 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "shuffle_name", |
| 2: "input", |
| 3: "output", |
| 4: "shuffle_size_bytes", |
| 5: "callback", |
| }, 5) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| 3: ProtocolBuffer.Encoder.STRING, |
| 4: ProtocolBuffer.Encoder.NUMERIC, |
| 5: ProtocolBuffer.Encoder.STRING, |
| }, 5, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ShuffleRequest' |
| class ShuffleResponse(ProtocolBuffer.ProtocolMessage): |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ShuffleResponse' |
| class GetShuffleStatusRequest(ProtocolBuffer.ProtocolMessage): |
| has_shuffle_name_ = 0 |
| shuffle_name_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def shuffle_name(self): return self.shuffle_name_ |
| |
| def set_shuffle_name(self, x): |
| self.has_shuffle_name_ = 1 |
| self.shuffle_name_ = x |
| |
| def clear_shuffle_name(self): |
| if self.has_shuffle_name_: |
| self.has_shuffle_name_ = 0 |
| self.shuffle_name_ = "" |
| |
| def has_shuffle_name(self): return self.has_shuffle_name_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_shuffle_name()): self.set_shuffle_name(x.shuffle_name()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_shuffle_name_ != x.has_shuffle_name_: return 0 |
| if self.has_shuffle_name_ and self.shuffle_name_ != x.shuffle_name_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_shuffle_name_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: shuffle_name not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.shuffle_name_)) |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_shuffle_name_): |
| n += 1 |
| n += self.lengthString(len(self.shuffle_name_)) |
| return n |
| |
| def Clear(self): |
| self.clear_shuffle_name() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.shuffle_name_) |
| |
| def OutputPartial(self, out): |
| if (self.has_shuffle_name_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.shuffle_name_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_shuffle_name(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_shuffle_name_: res+=prefix+("shuffle_name: %s\n" % self.DebugFormatString(self.shuffle_name_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kshuffle_name = 1 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "shuffle_name", |
| }, 1) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| }, 1, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.GetShuffleStatusRequest' |
| class GetShuffleStatusResponse(ProtocolBuffer.ProtocolMessage): |
| has_status_ = 0 |
| status_ = 0 |
| has_description_ = 0 |
| description_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def status(self): return self.status_ |
| |
| def set_status(self, x): |
| self.has_status_ = 1 |
| self.status_ = x |
| |
| def clear_status(self): |
| if self.has_status_: |
| self.has_status_ = 0 |
| self.status_ = 0 |
| |
| def has_status(self): return self.has_status_ |
| |
| def description(self): return self.description_ |
| |
| def set_description(self, x): |
| self.has_description_ = 1 |
| self.description_ = x |
| |
| def clear_description(self): |
| if self.has_description_: |
| self.has_description_ = 0 |
| self.description_ = "" |
| |
| def has_description(self): return self.has_description_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_status()): self.set_status(x.status()) |
| if (x.has_description()): self.set_description(x.description()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_status_ != x.has_status_: return 0 |
| if self.has_status_ and self.status_ != x.status_: return 0 |
| if self.has_description_ != x.has_description_: return 0 |
| if self.has_description_ and self.description_ != x.description_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_status_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: status not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthVarInt64(self.status_) |
| if (self.has_description_): n += 1 + self.lengthString(len(self.description_)) |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_status_): |
| n += 1 |
| n += self.lengthVarInt64(self.status_) |
| if (self.has_description_): n += 1 + self.lengthString(len(self.description_)) |
| return n |
| |
| def Clear(self): |
| self.clear_status() |
| self.clear_description() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(8) |
| out.putVarInt32(self.status_) |
| if (self.has_description_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.description_) |
| |
| def OutputPartial(self, out): |
| if (self.has_status_): |
| out.putVarInt32(8) |
| out.putVarInt32(self.status_) |
| if (self.has_description_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.description_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 8: |
| self.set_status(d.getVarInt32()) |
| continue |
| if tt == 18: |
| self.set_description(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_status_: res+=prefix+("status: %s\n" % self.DebugFormatInt32(self.status_)) |
| if self.has_description_: res+=prefix+("description: %s\n" % self.DebugFormatString(self.description_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kstatus = 1 |
| kdescription = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "status", |
| 2: "description", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.NUMERIC, |
| 2: ProtocolBuffer.Encoder.STRING, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.GetShuffleStatusResponse' |
| class GetCapabilitiesRequest(ProtocolBuffer.ProtocolMessage): |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.GetCapabilitiesRequest' |
| class GetCapabilitiesResponse(ProtocolBuffer.ProtocolMessage): |
| has_shuffle_available_ = 0 |
| shuffle_available_ = 0 |
| |
| def __init__(self, contents=None): |
| self.filesystem_ = [] |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filesystem_size(self): return len(self.filesystem_) |
| def filesystem_list(self): return self.filesystem_ |
| |
| def filesystem(self, i): |
| return self.filesystem_[i] |
| |
| def set_filesystem(self, i, x): |
| self.filesystem_[i] = x |
| |
| def add_filesystem(self, x): |
| self.filesystem_.append(x) |
| |
| def clear_filesystem(self): |
| self.filesystem_ = [] |
| |
| def shuffle_available(self): return self.shuffle_available_ |
| |
| def set_shuffle_available(self, x): |
| self.has_shuffle_available_ = 1 |
| self.shuffle_available_ = x |
| |
| def clear_shuffle_available(self): |
| if self.has_shuffle_available_: |
| self.has_shuffle_available_ = 0 |
| self.shuffle_available_ = 0 |
| |
| def has_shuffle_available(self): return self.has_shuffle_available_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| for i in xrange(x.filesystem_size()): self.add_filesystem(x.filesystem(i)) |
| if (x.has_shuffle_available()): self.set_shuffle_available(x.shuffle_available()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if len(self.filesystem_) != len(x.filesystem_): return 0 |
| for e1, e2 in zip(self.filesystem_, x.filesystem_): |
| if e1 != e2: return 0 |
| if self.has_shuffle_available_ != x.has_shuffle_available_: return 0 |
| if self.has_shuffle_available_ and self.shuffle_available_ != x.shuffle_available_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_shuffle_available_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: shuffle_available not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += 1 * len(self.filesystem_) |
| for i in xrange(len(self.filesystem_)): n += self.lengthString(len(self.filesystem_[i])) |
| return n + 2 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| n += 1 * len(self.filesystem_) |
| for i in xrange(len(self.filesystem_)): n += self.lengthString(len(self.filesystem_[i])) |
| if (self.has_shuffle_available_): |
| n += 2 |
| return n |
| |
| def Clear(self): |
| self.clear_filesystem() |
| self.clear_shuffle_available() |
| |
| def OutputUnchecked(self, out): |
| for i in xrange(len(self.filesystem_)): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filesystem_[i]) |
| out.putVarInt32(16) |
| out.putBoolean(self.shuffle_available_) |
| |
| def OutputPartial(self, out): |
| for i in xrange(len(self.filesystem_)): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filesystem_[i]) |
| if (self.has_shuffle_available_): |
| out.putVarInt32(16) |
| out.putBoolean(self.shuffle_available_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.add_filesystem(d.getPrefixedString()) |
| continue |
| if tt == 16: |
| self.set_shuffle_available(d.getBoolean()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| cnt=0 |
| for e in self.filesystem_: |
| elm="" |
| if printElemNumber: elm="(%d)" % cnt |
| res+=prefix+("filesystem%s: %s\n" % (elm, self.DebugFormatString(e))) |
| cnt+=1 |
| if self.has_shuffle_available_: res+=prefix+("shuffle_available: %s\n" % self.DebugFormatBool(self.shuffle_available_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilesystem = 1 |
| kshuffle_available = 2 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filesystem", |
| 2: "shuffle_available", |
| }, 2) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.NUMERIC, |
| }, 2, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.GetCapabilitiesResponse' |
| class FinalizeRequest(ProtocolBuffer.ProtocolMessage): |
| has_filename_ = 0 |
| filename_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filename(self): return self.filename_ |
| |
| def set_filename(self, x): |
| self.has_filename_ = 1 |
| self.filename_ = x |
| |
| def clear_filename(self): |
| if self.has_filename_: |
| self.has_filename_ = 0 |
| self.filename_ = "" |
| |
| def has_filename(self): return self.has_filename_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_filename()): self.set_filename(x.filename()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_filename_ != x.has_filename_: return 0 |
| if self.has_filename_ and self.filename_ != x.filename_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_filename_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: filename not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.filename_)) |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_filename_): |
| n += 1 |
| n += self.lengthString(len(self.filename_)) |
| return n |
| |
| def Clear(self): |
| self.clear_filename() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| |
| def OutputPartial(self, out): |
| if (self.has_filename_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filename_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_filename(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_filename_: res+=prefix+("filename: %s\n" % self.DebugFormatString(self.filename_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilename = 1 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filename", |
| }, 1) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| }, 1, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.FinalizeRequest' |
| class FinalizeResponse(ProtocolBuffer.ProtocolMessage): |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.FinalizeResponse' |
| class GetDefaultGsBucketNameRequest(ProtocolBuffer.ProtocolMessage): |
| |
| def __init__(self, contents=None): |
| pass |
| if contents is not None: self.MergeFromString(contents) |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| return n |
| |
| def Clear(self): |
| pass |
| |
| def OutputUnchecked(self, out): |
| pass |
| |
| def OutputPartial(self, out): |
| pass |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| }, 0) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| }, 0, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.GetDefaultGsBucketNameRequest' |
| class GetDefaultGsBucketNameResponse(ProtocolBuffer.ProtocolMessage): |
| has_default_gs_bucket_name_ = 0 |
| default_gs_bucket_name_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def default_gs_bucket_name(self): return self.default_gs_bucket_name_ |
| |
| def set_default_gs_bucket_name(self, x): |
| self.has_default_gs_bucket_name_ = 1 |
| self.default_gs_bucket_name_ = x |
| |
| def clear_default_gs_bucket_name(self): |
| if self.has_default_gs_bucket_name_: |
| self.has_default_gs_bucket_name_ = 0 |
| self.default_gs_bucket_name_ = "" |
| |
| def has_default_gs_bucket_name(self): return self.has_default_gs_bucket_name_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_default_gs_bucket_name()): self.set_default_gs_bucket_name(x.default_gs_bucket_name()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_default_gs_bucket_name_ != x.has_default_gs_bucket_name_: return 0 |
| if self.has_default_gs_bucket_name_ and self.default_gs_bucket_name_ != x.default_gs_bucket_name_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| if (self.has_default_gs_bucket_name_): n += 1 + self.lengthString(len(self.default_gs_bucket_name_)) |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_default_gs_bucket_name_): n += 1 + self.lengthString(len(self.default_gs_bucket_name_)) |
| return n |
| |
| def Clear(self): |
| self.clear_default_gs_bucket_name() |
| |
| def OutputUnchecked(self, out): |
| if (self.has_default_gs_bucket_name_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.default_gs_bucket_name_) |
| |
| def OutputPartial(self, out): |
| if (self.has_default_gs_bucket_name_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.default_gs_bucket_name_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_default_gs_bucket_name(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_default_gs_bucket_name_: res+=prefix+("default_gs_bucket_name: %s\n" % self.DebugFormatString(self.default_gs_bucket_name_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kdefault_gs_bucket_name = 1 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "default_gs_bucket_name", |
| }, 1) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| }, 1, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.GetDefaultGsBucketNameResponse' |
| class ListDirRequest(ProtocolBuffer.ProtocolMessage): |
| has_path_ = 0 |
| path_ = "" |
| has_marker_ = 0 |
| marker_ = "" |
| has_max_keys_ = 0 |
| max_keys_ = 0 |
| has_prefix_ = 0 |
| prefix_ = "" |
| |
| def __init__(self, contents=None): |
| if contents is not None: self.MergeFromString(contents) |
| |
| def path(self): return self.path_ |
| |
| def set_path(self, x): |
| self.has_path_ = 1 |
| self.path_ = x |
| |
| def clear_path(self): |
| if self.has_path_: |
| self.has_path_ = 0 |
| self.path_ = "" |
| |
| def has_path(self): return self.has_path_ |
| |
| def marker(self): return self.marker_ |
| |
| def set_marker(self, x): |
| self.has_marker_ = 1 |
| self.marker_ = x |
| |
| def clear_marker(self): |
| if self.has_marker_: |
| self.has_marker_ = 0 |
| self.marker_ = "" |
| |
| def has_marker(self): return self.has_marker_ |
| |
| def max_keys(self): return self.max_keys_ |
| |
| def set_max_keys(self, x): |
| self.has_max_keys_ = 1 |
| self.max_keys_ = x |
| |
| def clear_max_keys(self): |
| if self.has_max_keys_: |
| self.has_max_keys_ = 0 |
| self.max_keys_ = 0 |
| |
| def has_max_keys(self): return self.has_max_keys_ |
| |
| def prefix(self): return self.prefix_ |
| |
| def set_prefix(self, x): |
| self.has_prefix_ = 1 |
| self.prefix_ = x |
| |
| def clear_prefix(self): |
| if self.has_prefix_: |
| self.has_prefix_ = 0 |
| self.prefix_ = "" |
| |
| def has_prefix(self): return self.has_prefix_ |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| if (x.has_path()): self.set_path(x.path()) |
| if (x.has_marker()): self.set_marker(x.marker()) |
| if (x.has_max_keys()): self.set_max_keys(x.max_keys()) |
| if (x.has_prefix()): self.set_prefix(x.prefix()) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if self.has_path_ != x.has_path_: return 0 |
| if self.has_path_ and self.path_ != x.path_: return 0 |
| if self.has_marker_ != x.has_marker_: return 0 |
| if self.has_marker_ and self.marker_ != x.marker_: return 0 |
| if self.has_max_keys_ != x.has_max_keys_: return 0 |
| if self.has_max_keys_ and self.max_keys_ != x.max_keys_: return 0 |
| if self.has_prefix_ != x.has_prefix_: return 0 |
| if self.has_prefix_ and self.prefix_ != x.prefix_: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| if (not self.has_path_): |
| initialized = 0 |
| if debug_strs is not None: |
| debug_strs.append('Required field: path not set.') |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += self.lengthString(len(self.path_)) |
| if (self.has_marker_): n += 1 + self.lengthString(len(self.marker_)) |
| if (self.has_max_keys_): n += 1 + self.lengthVarInt64(self.max_keys_) |
| if (self.has_prefix_): n += 1 + self.lengthString(len(self.prefix_)) |
| return n + 1 |
| |
| def ByteSizePartial(self): |
| n = 0 |
| if (self.has_path_): |
| n += 1 |
| n += self.lengthString(len(self.path_)) |
| if (self.has_marker_): n += 1 + self.lengthString(len(self.marker_)) |
| if (self.has_max_keys_): n += 1 + self.lengthVarInt64(self.max_keys_) |
| if (self.has_prefix_): n += 1 + self.lengthString(len(self.prefix_)) |
| return n |
| |
| def Clear(self): |
| self.clear_path() |
| self.clear_marker() |
| self.clear_max_keys() |
| self.clear_prefix() |
| |
| def OutputUnchecked(self, out): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.path_) |
| if (self.has_marker_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.marker_) |
| if (self.has_max_keys_): |
| out.putVarInt32(24) |
| out.putVarInt64(self.max_keys_) |
| if (self.has_prefix_): |
| out.putVarInt32(34) |
| out.putPrefixedString(self.prefix_) |
| |
| def OutputPartial(self, out): |
| if (self.has_path_): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.path_) |
| if (self.has_marker_): |
| out.putVarInt32(18) |
| out.putPrefixedString(self.marker_) |
| if (self.has_max_keys_): |
| out.putVarInt32(24) |
| out.putVarInt64(self.max_keys_) |
| if (self.has_prefix_): |
| out.putVarInt32(34) |
| out.putPrefixedString(self.prefix_) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.set_path(d.getPrefixedString()) |
| continue |
| if tt == 18: |
| self.set_marker(d.getPrefixedString()) |
| continue |
| if tt == 24: |
| self.set_max_keys(d.getVarInt64()) |
| continue |
| if tt == 34: |
| self.set_prefix(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| if self.has_path_: res+=prefix+("path: %s\n" % self.DebugFormatString(self.path_)) |
| if self.has_marker_: res+=prefix+("marker: %s\n" % self.DebugFormatString(self.marker_)) |
| if self.has_max_keys_: res+=prefix+("max_keys: %s\n" % self.DebugFormatInt64(self.max_keys_)) |
| if self.has_prefix_: res+=prefix+("prefix: %s\n" % self.DebugFormatString(self.prefix_)) |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kpath = 1 |
| kmarker = 2 |
| kmax_keys = 3 |
| kprefix = 4 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "path", |
| 2: "marker", |
| 3: "max_keys", |
| 4: "prefix", |
| }, 4) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| 2: ProtocolBuffer.Encoder.STRING, |
| 3: ProtocolBuffer.Encoder.NUMERIC, |
| 4: ProtocolBuffer.Encoder.STRING, |
| }, 4, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ListDirRequest' |
| class ListDirResponse(ProtocolBuffer.ProtocolMessage): |
| |
| def __init__(self, contents=None): |
| self.filenames_ = [] |
| if contents is not None: self.MergeFromString(contents) |
| |
| def filenames_size(self): return len(self.filenames_) |
| def filenames_list(self): return self.filenames_ |
| |
| def filenames(self, i): |
| return self.filenames_[i] |
| |
| def set_filenames(self, i, x): |
| self.filenames_[i] = x |
| |
| def add_filenames(self, x): |
| self.filenames_.append(x) |
| |
| def clear_filenames(self): |
| self.filenames_ = [] |
| |
| |
| def MergeFrom(self, x): |
| assert x is not self |
| for i in xrange(x.filenames_size()): self.add_filenames(x.filenames(i)) |
| |
| def Equals(self, x): |
| if x is self: return 1 |
| if len(self.filenames_) != len(x.filenames_): return 0 |
| for e1, e2 in zip(self.filenames_, x.filenames_): |
| if e1 != e2: return 0 |
| return 1 |
| |
| def IsInitialized(self, debug_strs=None): |
| initialized = 1 |
| return initialized |
| |
| def ByteSize(self): |
| n = 0 |
| n += 1 * len(self.filenames_) |
| for i in xrange(len(self.filenames_)): n += self.lengthString(len(self.filenames_[i])) |
| return n |
| |
| def ByteSizePartial(self): |
| n = 0 |
| n += 1 * len(self.filenames_) |
| for i in xrange(len(self.filenames_)): n += self.lengthString(len(self.filenames_[i])) |
| return n |
| |
| def Clear(self): |
| self.clear_filenames() |
| |
| def OutputUnchecked(self, out): |
| for i in xrange(len(self.filenames_)): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filenames_[i]) |
| |
| def OutputPartial(self, out): |
| for i in xrange(len(self.filenames_)): |
| out.putVarInt32(10) |
| out.putPrefixedString(self.filenames_[i]) |
| |
| def TryMerge(self, d): |
| while d.avail() > 0: |
| tt = d.getVarInt32() |
| if tt == 10: |
| self.add_filenames(d.getPrefixedString()) |
| continue |
| |
| |
| if (tt == 0): raise ProtocolBuffer.ProtocolBufferDecodeError |
| d.skipData(tt) |
| |
| |
| def __str__(self, prefix="", printElemNumber=0): |
| res="" |
| cnt=0 |
| for e in self.filenames_: |
| elm="" |
| if printElemNumber: elm="(%d)" % cnt |
| res+=prefix+("filenames%s: %s\n" % (elm, self.DebugFormatString(e))) |
| cnt+=1 |
| return res |
| |
| |
| def _BuildTagLookupTable(sparse, maxtag, default=None): |
| return tuple([sparse.get(i, default) for i in xrange(0, 1+maxtag)]) |
| |
| kfilenames = 1 |
| |
| _TEXT = _BuildTagLookupTable({ |
| 0: "ErrorCode", |
| 1: "filenames", |
| }, 1) |
| |
| _TYPES = _BuildTagLookupTable({ |
| 0: ProtocolBuffer.Encoder.NUMERIC, |
| 1: ProtocolBuffer.Encoder.STRING, |
| }, 1, ProtocolBuffer.Encoder.MAX_TYPE) |
| |
| |
| _STYLE = """""" |
| _STYLE_CONTENT_TYPE = """""" |
| _PROTO_DESCRIPTOR_NAME = 'apphosting.files.ListDirResponse' |
| if _extension_runtime: |
| pass |
| |
| __all__ = ['FileServiceErrors','KeyValue','KeyValues','FileContentType','CreateRequest_Parameter','CreateRequest','CreateResponse','OpenRequest','OpenResponse','CloseRequest','CloseResponse','FileStat','StatRequest','StatResponse','AppendRequest','AppendResponse','DeleteRequest','DeleteResponse','ReadRequest','ReadResponse','ReadKeyValueRequest','ReadKeyValueResponse_KeyValue','ReadKeyValueResponse','ShuffleEnums','ShuffleInputSpecification','ShuffleOutputSpecification','ShuffleRequest_Callback','ShuffleRequest','ShuffleResponse','GetShuffleStatusRequest','GetShuffleStatusResponse','GetCapabilitiesRequest','GetCapabilitiesResponse','FinalizeRequest','FinalizeResponse','GetDefaultGsBucketNameRequest','GetDefaultGsBucketNameResponse','ListDirRequest','ListDirResponse'] |