All Downloads are FREE. Search and download functionalities are using the official Maven repository.

emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: PlantFlowerFriendFlowerWishData.proto

package emu.grasscutter.net.proto;

public final class PlantFlowerFriendFlowerWishDataOuterClass {
  private PlantFlowerFriendFlowerWishDataOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface PlantFlowerFriendFlowerWishDataOrBuilder extends
      // @@protoc_insertion_point(interface_extends:PlantFlowerFriendFlowerWishData)
      com.google.protobuf.MessageOrBuilder {

    /**
     * .ProfilePicture profile_picture = 2;
     * @return Whether the profilePicture field is set.
     */
    boolean hasProfilePicture();
    /**
     * .ProfilePicture profile_picture = 2;
     * @return The profilePicture.
     */
    emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture();
    /**
     * .ProfilePicture profile_picture = 2;
     */
    emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder();

    /**
     * string nickname = 13;
     * @return The nickname.
     */
    java.lang.String getNickname();
    /**
     * string nickname = 13;
     * @return The bytes for nickname.
     */
    com.google.protobuf.ByteString
        getNicknameBytes();

    /**
     * uint32 uid = 5;
     * @return The uid.
     */
    int getUid();

    /**
     * map<uint32, uint32> flower_num_map = 1;
     */
    int getFlowerNumMapCount();
    /**
     * map<uint32, uint32> flower_num_map = 1;
     */
    boolean containsFlowerNumMap(
        int key);
    /**
     * Use {@link #getFlowerNumMapMap()} instead.
     */
    @java.lang.Deprecated
    java.util.Map
    getFlowerNumMap();
    /**
     * map<uint32, uint32> flower_num_map = 1;
     */
    java.util.Map
    getFlowerNumMapMap();
    /**
     * map<uint32, uint32> flower_num_map = 1;
     */

    int getFlowerNumMapOrDefault(
        int key,
        int defaultValue);
    /**
     * map<uint32, uint32> flower_num_map = 1;
     */

    int getFlowerNumMapOrThrow(
        int key);
  }
  /**
   * 
   * Obf: KMEIMLJCOBE
   * 
* * Protobuf type {@code PlantFlowerFriendFlowerWishData} */ public static final class PlantFlowerFriendFlowerWishData extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:PlantFlowerFriendFlowerWishData) PlantFlowerFriendFlowerWishDataOrBuilder { private static final long serialVersionUID = 0L; // Use PlantFlowerFriendFlowerWishData.newBuilder() to construct. private PlantFlowerFriendFlowerWishData(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PlantFlowerFriendFlowerWishData() { nickname_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PlantFlowerFriendFlowerWishData(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PlantFlowerFriendFlowerWishData( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { flowerNumMap_ = com.google.protobuf.MapField.newMapField( FlowerNumMapDefaultEntryHolder.defaultEntry); mutable_bitField0_ |= 0x00000001; } com.google.protobuf.MapEntry flowerNumMap__ = input.readMessage( FlowerNumMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); flowerNumMap_.getMutableMap().put( flowerNumMap__.getKey(), flowerNumMap__.getValue()); break; } case 18: { emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder subBuilder = null; if (profilePicture_ != null) { subBuilder = profilePicture_.toBuilder(); } profilePicture_ = input.readMessage(emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(profilePicture_); profilePicture_ = subBuilder.buildPartial(); } break; } case 40: { uid_ = input.readUInt32(); break; } case 106: { java.lang.String s = input.readStringRequireUtf8(); nickname_ = s; break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.internal_static_PlantFlowerFriendFlowerWishData_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapField internalGetMapField( int number) { switch (number) { case 1: return internalGetFlowerNumMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.internal_static_PlantFlowerFriendFlowerWishData_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData.class, emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData.Builder.class); } public static final int PROFILE_PICTURE_FIELD_NUMBER = 2; private emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture profilePicture_; /** * .ProfilePicture profile_picture = 2; * @return Whether the profilePicture field is set. */ @java.lang.Override public boolean hasProfilePicture() { return profilePicture_ != null; } /** * .ProfilePicture profile_picture = 2; * @return The profilePicture. */ @java.lang.Override public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture() { return profilePicture_ == null ? emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.getDefaultInstance() : profilePicture_; } /** * .ProfilePicture profile_picture = 2; */ @java.lang.Override public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder() { return getProfilePicture(); } public static final int NICKNAME_FIELD_NUMBER = 13; private volatile java.lang.Object nickname_; /** * string nickname = 13; * @return The nickname. */ @java.lang.Override public java.lang.String getNickname() { java.lang.Object ref = nickname_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nickname_ = s; return s; } } /** * string nickname = 13; * @return The bytes for nickname. */ @java.lang.Override public com.google.protobuf.ByteString getNicknameBytes() { java.lang.Object ref = nickname_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); nickname_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int UID_FIELD_NUMBER = 5; private int uid_; /** * uint32 uid = 5; * @return The uid. */ @java.lang.Override public int getUid() { return uid_; } public static final int FLOWER_NUM_MAP_FIELD_NUMBER = 1; private static final class FlowerNumMapDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, java.lang.Integer> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.internal_static_PlantFlowerFriendFlowerWishData_FlowerNumMapEntry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.UINT32, 0); } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> flowerNumMap_; private com.google.protobuf.MapField internalGetFlowerNumMap() { if (flowerNumMap_ == null) { return com.google.protobuf.MapField.emptyMapField( FlowerNumMapDefaultEntryHolder.defaultEntry); } return flowerNumMap_; } public int getFlowerNumMapCount() { return internalGetFlowerNumMap().getMap().size(); } /** * map<uint32, uint32> flower_num_map = 1; */ @java.lang.Override public boolean containsFlowerNumMap( int key) { return internalGetFlowerNumMap().getMap().containsKey(key); } /** * Use {@link #getFlowerNumMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFlowerNumMap() { return getFlowerNumMapMap(); } /** * map<uint32, uint32> flower_num_map = 1; */ @java.lang.Override public java.util.Map getFlowerNumMapMap() { return internalGetFlowerNumMap().getMap(); } /** * map<uint32, uint32> flower_num_map = 1; */ @java.lang.Override public int getFlowerNumMapOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFlowerNumMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> flower_num_map = 1; */ @java.lang.Override public int getFlowerNumMapOrThrow( int key) { java.util.Map map = internalGetFlowerNumMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetFlowerNumMap(), FlowerNumMapDefaultEntryHolder.defaultEntry, 1); if (profilePicture_ != null) { output.writeMessage(2, getProfilePicture()); } if (uid_ != 0) { output.writeUInt32(5, uid_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickname_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 13, nickname_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (java.util.Map.Entry entry : internalGetFlowerNumMap().getMap().entrySet()) { com.google.protobuf.MapEntry flowerNumMap__ = FlowerNumMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, flowerNumMap__); } if (profilePicture_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getProfilePicture()); } if (uid_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, uid_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(nickname_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, nickname_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData)) { return super.equals(obj); } emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData other = (emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData) obj; if (hasProfilePicture() != other.hasProfilePicture()) return false; if (hasProfilePicture()) { if (!getProfilePicture() .equals(other.getProfilePicture())) return false; } if (!getNickname() .equals(other.getNickname())) return false; if (getUid() != other.getUid()) return false; if (!internalGetFlowerNumMap().equals( other.internalGetFlowerNumMap())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasProfilePicture()) { hash = (37 * hash) + PROFILE_PICTURE_FIELD_NUMBER; hash = (53 * hash) + getProfilePicture().hashCode(); } hash = (37 * hash) + NICKNAME_FIELD_NUMBER; hash = (53 * hash) + getNickname().hashCode(); hash = (37 * hash) + UID_FIELD_NUMBER; hash = (53 * hash) + getUid(); if (!internalGetFlowerNumMap().getMap().isEmpty()) { hash = (37 * hash) + FLOWER_NUM_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetFlowerNumMap().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
     * Obf: KMEIMLJCOBE
     * 
* * Protobuf type {@code PlantFlowerFriendFlowerWishData} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:PlantFlowerFriendFlowerWishData) emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishDataOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.internal_static_PlantFlowerFriendFlowerWishData_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMapField( int number) { switch (number) { case 1: return internalGetFlowerNumMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMutableMapField( int number) { switch (number) { case 1: return internalGetMutableFlowerNumMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.internal_static_PlantFlowerFriendFlowerWishData_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData.class, emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData.Builder.class); } // Construct using emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); if (profilePictureBuilder_ == null) { profilePicture_ = null; } else { profilePicture_ = null; profilePictureBuilder_ = null; } nickname_ = ""; uid_ = 0; internalGetMutableFlowerNumMap().clear(); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.internal_static_PlantFlowerFriendFlowerWishData_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData getDefaultInstanceForType() { return emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData build() { emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData buildPartial() { emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData result = new emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData(this); int from_bitField0_ = bitField0_; if (profilePictureBuilder_ == null) { result.profilePicture_ = profilePicture_; } else { result.profilePicture_ = profilePictureBuilder_.build(); } result.nickname_ = nickname_; result.uid_ = uid_; result.flowerNumMap_ = internalGetFlowerNumMap(); result.flowerNumMap_.makeImmutable(); onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData) { return mergeFrom((emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData other) { if (other == emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData.getDefaultInstance()) return this; if (other.hasProfilePicture()) { mergeProfilePicture(other.getProfilePicture()); } if (!other.getNickname().isEmpty()) { nickname_ = other.nickname_; onChanged(); } if (other.getUid() != 0) { setUid(other.getUid()); } internalGetMutableFlowerNumMap().mergeFrom( other.internalGetFlowerNumMap()); this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture profilePicture_; private com.google.protobuf.SingleFieldBuilderV3< emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder> profilePictureBuilder_; /** * .ProfilePicture profile_picture = 2; * @return Whether the profilePicture field is set. */ public boolean hasProfilePicture() { return profilePictureBuilder_ != null || profilePicture_ != null; } /** * .ProfilePicture profile_picture = 2; * @return The profilePicture. */ public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture getProfilePicture() { if (profilePictureBuilder_ == null) { return profilePicture_ == null ? emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.getDefaultInstance() : profilePicture_; } else { return profilePictureBuilder_.getMessage(); } } /** * .ProfilePicture profile_picture = 2; */ public Builder setProfilePicture(emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture value) { if (profilePictureBuilder_ == null) { if (value == null) { throw new NullPointerException(); } profilePicture_ = value; onChanged(); } else { profilePictureBuilder_.setMessage(value); } return this; } /** * .ProfilePicture profile_picture = 2; */ public Builder setProfilePicture( emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder builderForValue) { if (profilePictureBuilder_ == null) { profilePicture_ = builderForValue.build(); onChanged(); } else { profilePictureBuilder_.setMessage(builderForValue.build()); } return this; } /** * .ProfilePicture profile_picture = 2; */ public Builder mergeProfilePicture(emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture value) { if (profilePictureBuilder_ == null) { if (profilePicture_ != null) { profilePicture_ = emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.newBuilder(profilePicture_).mergeFrom(value).buildPartial(); } else { profilePicture_ = value; } onChanged(); } else { profilePictureBuilder_.mergeFrom(value); } return this; } /** * .ProfilePicture profile_picture = 2; */ public Builder clearProfilePicture() { if (profilePictureBuilder_ == null) { profilePicture_ = null; onChanged(); } else { profilePicture_ = null; profilePictureBuilder_ = null; } return this; } /** * .ProfilePicture profile_picture = 2; */ public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder getProfilePictureBuilder() { onChanged(); return getProfilePictureFieldBuilder().getBuilder(); } /** * .ProfilePicture profile_picture = 2; */ public emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder() { if (profilePictureBuilder_ != null) { return profilePictureBuilder_.getMessageOrBuilder(); } else { return profilePicture_ == null ? emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.getDefaultInstance() : profilePicture_; } } /** * .ProfilePicture profile_picture = 2; */ private com.google.protobuf.SingleFieldBuilderV3< emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder> getProfilePictureFieldBuilder() { if (profilePictureBuilder_ == null) { profilePictureBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePicture.Builder, emu.grasscutter.net.proto.ProfilePictureOuterClass.ProfilePictureOrBuilder>( getProfilePicture(), getParentForChildren(), isClean()); profilePicture_ = null; } return profilePictureBuilder_; } private java.lang.Object nickname_ = ""; /** * string nickname = 13; * @return The nickname. */ public java.lang.String getNickname() { java.lang.Object ref = nickname_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nickname_ = s; return s; } else { return (java.lang.String) ref; } } /** * string nickname = 13; * @return The bytes for nickname. */ public com.google.protobuf.ByteString getNicknameBytes() { java.lang.Object ref = nickname_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); nickname_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string nickname = 13; * @param value The nickname to set. * @return This builder for chaining. */ public Builder setNickname( java.lang.String value) { if (value == null) { throw new NullPointerException(); } nickname_ = value; onChanged(); return this; } /** * string nickname = 13; * @return This builder for chaining. */ public Builder clearNickname() { nickname_ = getDefaultInstance().getNickname(); onChanged(); return this; } /** * string nickname = 13; * @param value The bytes for nickname to set. * @return This builder for chaining. */ public Builder setNicknameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nickname_ = value; onChanged(); return this; } private int uid_ ; /** * uint32 uid = 5; * @return The uid. */ @java.lang.Override public int getUid() { return uid_; } /** * uint32 uid = 5; * @param value The uid to set. * @return This builder for chaining. */ public Builder setUid(int value) { uid_ = value; onChanged(); return this; } /** * uint32 uid = 5; * @return This builder for chaining. */ public Builder clearUid() { uid_ = 0; onChanged(); return this; } private com.google.protobuf.MapField< java.lang.Integer, java.lang.Integer> flowerNumMap_; private com.google.protobuf.MapField internalGetFlowerNumMap() { if (flowerNumMap_ == null) { return com.google.protobuf.MapField.emptyMapField( FlowerNumMapDefaultEntryHolder.defaultEntry); } return flowerNumMap_; } private com.google.protobuf.MapField internalGetMutableFlowerNumMap() { onChanged();; if (flowerNumMap_ == null) { flowerNumMap_ = com.google.protobuf.MapField.newMapField( FlowerNumMapDefaultEntryHolder.defaultEntry); } if (!flowerNumMap_.isMutable()) { flowerNumMap_ = flowerNumMap_.copy(); } return flowerNumMap_; } public int getFlowerNumMapCount() { return internalGetFlowerNumMap().getMap().size(); } /** * map<uint32, uint32> flower_num_map = 1; */ @java.lang.Override public boolean containsFlowerNumMap( int key) { return internalGetFlowerNumMap().getMap().containsKey(key); } /** * Use {@link #getFlowerNumMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getFlowerNumMap() { return getFlowerNumMapMap(); } /** * map<uint32, uint32> flower_num_map = 1; */ @java.lang.Override public java.util.Map getFlowerNumMapMap() { return internalGetFlowerNumMap().getMap(); } /** * map<uint32, uint32> flower_num_map = 1; */ @java.lang.Override public int getFlowerNumMapOrDefault( int key, int defaultValue) { java.util.Map map = internalGetFlowerNumMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, uint32> flower_num_map = 1; */ @java.lang.Override public int getFlowerNumMapOrThrow( int key) { java.util.Map map = internalGetFlowerNumMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearFlowerNumMap() { internalGetMutableFlowerNumMap().getMutableMap() .clear(); return this; } /** * map<uint32, uint32> flower_num_map = 1; */ public Builder removeFlowerNumMap( int key) { internalGetMutableFlowerNumMap().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutableFlowerNumMap() { return internalGetMutableFlowerNumMap().getMutableMap(); } /** * map<uint32, uint32> flower_num_map = 1; */ public Builder putFlowerNumMap( int key, int value) { internalGetMutableFlowerNumMap().getMutableMap() .put(key, value); return this; } /** * map<uint32, uint32> flower_num_map = 1; */ public Builder putAllFlowerNumMap( java.util.Map values) { internalGetMutableFlowerNumMap().getMutableMap() .putAll(values); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:PlantFlowerFriendFlowerWishData) } // @@protoc_insertion_point(class_scope:PlantFlowerFriendFlowerWishData) private static final emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData(); } public static emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PlantFlowerFriendFlowerWishData parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new PlantFlowerFriendFlowerWishData(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public emu.grasscutter.net.proto.PlantFlowerFriendFlowerWishDataOuterClass.PlantFlowerFriendFlowerWishData getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_PlantFlowerFriendFlowerWishData_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_PlantFlowerFriendFlowerWishData_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_PlantFlowerFriendFlowerWishData_FlowerNumMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_PlantFlowerFriendFlowerWishData_FlowerNumMapEntry_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n%PlantFlowerFriendFlowerWishData.proto\032" + "\024ProfilePicture.proto\"\353\001\n\037PlantFlowerFri" + "endFlowerWishData\022(\n\017profile_picture\030\002 \001" + "(\0132\017.ProfilePicture\022\020\n\010nickname\030\r \001(\t\022\013\n" + "\003uid\030\005 \001(\r\022J\n\016flower_num_map\030\001 \003(\01322.Pla" + "ntFlowerFriendFlowerWishData.FlowerNumMa" + "pEntry\0323\n\021FlowerNumMapEntry\022\013\n\003key\030\001 \001(\r" + "\022\r\n\005value\030\002 \001(\r:\0028\001B\033\n\031emu.grasscutter.n" + "et.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.ProfilePictureOuterClass.getDescriptor(), }); internal_static_PlantFlowerFriendFlowerWishData_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PlantFlowerFriendFlowerWishData_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PlantFlowerFriendFlowerWishData_descriptor, new java.lang.String[] { "ProfilePicture", "Nickname", "Uid", "FlowerNumMap", }); internal_static_PlantFlowerFriendFlowerWishData_FlowerNumMapEntry_descriptor = internal_static_PlantFlowerFriendFlowerWishData_descriptor.getNestedTypes().get(0); internal_static_PlantFlowerFriendFlowerWishData_FlowerNumMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PlantFlowerFriendFlowerWishData_FlowerNumMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); emu.grasscutter.net.proto.ProfilePictureOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy