public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
   if (((bitField0_ & 0x00000001) == 0x00000001)) {
     com.google.protobuf.GeneratedMessage.writeString(output, 1, uid_);
   }
   if (((bitField0_ & 0x00000002) == 0x00000002)) {
     com.google.protobuf.GeneratedMessage.writeString(output, 2, error_);
   }
   unknownFields.writeTo(output);
 }
Пример #2
0
 public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
   if (!getNameBytes().isEmpty()) {
     com.google.protobuf.GeneratedMessage.writeString(output, 1, name_);
   }
   for (int i = 0; i < columns_.size(); i++) {
     output.writeMessage(2, columns_.get(i));
   }
 }
 public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
   if (!getFileNameBytes().isEmpty()) {
     com.google.protobuf.GeneratedMessage.writeString(output, 1, fileName_);
   }
 }