Esempio n. 1
0
 public Builder mergeFrom(com.alibaba.wasp.protobuf.generated.AdminProtos.UUID other) {
   if (other == com.alibaba.wasp.protobuf.generated.AdminProtos.UUID.getDefaultInstance())
     return this;
   if (other.hasLeastSigBits()) {
     setLeastSigBits(other.getLeastSigBits());
   }
   if (other.hasMostSigBits()) {
     setMostSigBits(other.getMostSigBits());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }
Esempio n. 2
0
 public com.alibaba.wasp.protobuf.generated.AdminProtos.UUID getDefaultInstanceForType() {
   return com.alibaba.wasp.protobuf.generated.AdminProtos.UUID.getDefaultInstance();
 }