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

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

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

package emu.grasscutter.net.proto;

public final class CataLogNewFinishedGlobalWatcherNotifyOuterClass {
  private CataLogNewFinishedGlobalWatcherNotifyOuterClass() {}
  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 CataLogNewFinishedGlobalWatcherNotifyOrBuilder extends
      // @@protoc_insertion_point(interface_extends:CataLogNewFinishedGlobalWatcherNotify)
      com.google.protobuf.MessageOrBuilder {

    /**
     * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10;
     */
    java.util.List 
        getNewFinishedGlobalWatcherDataListList();
    /**
     * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10;
     */
    emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData getNewFinishedGlobalWatcherDataList(int index);
    /**
     * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10;
     */
    int getNewFinishedGlobalWatcherDataListCount();
    /**
     * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10;
     */
    java.util.List 
        getNewFinishedGlobalWatcherDataListOrBuilderList();
    /**
     * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10;
     */
    emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder getNewFinishedGlobalWatcherDataListOrBuilder(
        int index);
  }
  /**
   * 
   * CmdId: 28630
   * Obf: POPIBGHBJGN
   * 
* * Protobuf type {@code CataLogNewFinishedGlobalWatcherNotify} */ public static final class CataLogNewFinishedGlobalWatcherNotify extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:CataLogNewFinishedGlobalWatcherNotify) CataLogNewFinishedGlobalWatcherNotifyOrBuilder { private static final long serialVersionUID = 0L; // Use CataLogNewFinishedGlobalWatcherNotify.newBuilder() to construct. private CataLogNewFinishedGlobalWatcherNotify(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CataLogNewFinishedGlobalWatcherNotify() { newFinishedGlobalWatcherDataList_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new CataLogNewFinishedGlobalWatcherNotify(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CataLogNewFinishedGlobalWatcherNotify( 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 82: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { newFinishedGlobalWatcherDataList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } newFinishedGlobalWatcherDataList_.add( input.readMessage(emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.parser(), extensionRegistry)); 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 { if (((mutable_bitField0_ & 0x00000001) != 0)) { newFinishedGlobalWatcherDataList_ = java.util.Collections.unmodifiableList(newFinishedGlobalWatcherDataList_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.internal_static_CataLogNewFinishedGlobalWatcherNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.internal_static_CataLogNewFinishedGlobalWatcherNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify.class, emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify.Builder.class); } public static final int NEW_FINISHED_GLOBAL_WATCHER_DATA_LIST_FIELD_NUMBER = 10; private java.util.List newFinishedGlobalWatcherDataList_; /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ @java.lang.Override public java.util.List getNewFinishedGlobalWatcherDataListList() { return newFinishedGlobalWatcherDataList_; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ @java.lang.Override public java.util.List getNewFinishedGlobalWatcherDataListOrBuilderList() { return newFinishedGlobalWatcherDataList_; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ @java.lang.Override public int getNewFinishedGlobalWatcherDataListCount() { return newFinishedGlobalWatcherDataList_.size(); } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ @java.lang.Override public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData getNewFinishedGlobalWatcherDataList(int index) { return newFinishedGlobalWatcherDataList_.get(index); } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ @java.lang.Override public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder getNewFinishedGlobalWatcherDataListOrBuilder( int index) { return newFinishedGlobalWatcherDataList_.get(index); } 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 { for (int i = 0; i < newFinishedGlobalWatcherDataList_.size(); i++) { output.writeMessage(10, newFinishedGlobalWatcherDataList_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < newFinishedGlobalWatcherDataList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, newFinishedGlobalWatcherDataList_.get(i)); } 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.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify)) { return super.equals(obj); } emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify other = (emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify) obj; if (!getNewFinishedGlobalWatcherDataListList() .equals(other.getNewFinishedGlobalWatcherDataListList())) 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 (getNewFinishedGlobalWatcherDataListCount() > 0) { hash = (37 * hash) + NEW_FINISHED_GLOBAL_WATCHER_DATA_LIST_FIELD_NUMBER; hash = (53 * hash) + getNewFinishedGlobalWatcherDataListList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify 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.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify 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.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify 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.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify 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.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify 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.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify 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; } /** *
     * CmdId: 28630
     * Obf: POPIBGHBJGN
     * 
* * Protobuf type {@code CataLogNewFinishedGlobalWatcherNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:CataLogNewFinishedGlobalWatcherNotify) emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotifyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.internal_static_CataLogNewFinishedGlobalWatcherNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.internal_static_CataLogNewFinishedGlobalWatcherNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify.class, emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify.Builder.class); } // Construct using emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getNewFinishedGlobalWatcherDataListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (newFinishedGlobalWatcherDataListBuilder_ == null) { newFinishedGlobalWatcherDataList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { newFinishedGlobalWatcherDataListBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.internal_static_CataLogNewFinishedGlobalWatcherNotify_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify getDefaultInstanceForType() { return emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify build() { emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify buildPartial() { emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify result = new emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify(this); int from_bitField0_ = bitField0_; if (newFinishedGlobalWatcherDataListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { newFinishedGlobalWatcherDataList_ = java.util.Collections.unmodifiableList(newFinishedGlobalWatcherDataList_); bitField0_ = (bitField0_ & ~0x00000001); } result.newFinishedGlobalWatcherDataList_ = newFinishedGlobalWatcherDataList_; } else { result.newFinishedGlobalWatcherDataList_ = newFinishedGlobalWatcherDataListBuilder_.build(); } 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.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify) { return mergeFrom((emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify other) { if (other == emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify.getDefaultInstance()) return this; if (newFinishedGlobalWatcherDataListBuilder_ == null) { if (!other.newFinishedGlobalWatcherDataList_.isEmpty()) { if (newFinishedGlobalWatcherDataList_.isEmpty()) { newFinishedGlobalWatcherDataList_ = other.newFinishedGlobalWatcherDataList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureNewFinishedGlobalWatcherDataListIsMutable(); newFinishedGlobalWatcherDataList_.addAll(other.newFinishedGlobalWatcherDataList_); } onChanged(); } } else { if (!other.newFinishedGlobalWatcherDataList_.isEmpty()) { if (newFinishedGlobalWatcherDataListBuilder_.isEmpty()) { newFinishedGlobalWatcherDataListBuilder_.dispose(); newFinishedGlobalWatcherDataListBuilder_ = null; newFinishedGlobalWatcherDataList_ = other.newFinishedGlobalWatcherDataList_; bitField0_ = (bitField0_ & ~0x00000001); newFinishedGlobalWatcherDataListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getNewFinishedGlobalWatcherDataListFieldBuilder() : null; } else { newFinishedGlobalWatcherDataListBuilder_.addAllMessages(other.newFinishedGlobalWatcherDataList_); } } } 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.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List newFinishedGlobalWatcherDataList_ = java.util.Collections.emptyList(); private void ensureNewFinishedGlobalWatcherDataListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { newFinishedGlobalWatcherDataList_ = new java.util.ArrayList(newFinishedGlobalWatcherDataList_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder> newFinishedGlobalWatcherDataListBuilder_; /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public java.util.List getNewFinishedGlobalWatcherDataListList() { if (newFinishedGlobalWatcherDataListBuilder_ == null) { return java.util.Collections.unmodifiableList(newFinishedGlobalWatcherDataList_); } else { return newFinishedGlobalWatcherDataListBuilder_.getMessageList(); } } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public int getNewFinishedGlobalWatcherDataListCount() { if (newFinishedGlobalWatcherDataListBuilder_ == null) { return newFinishedGlobalWatcherDataList_.size(); } else { return newFinishedGlobalWatcherDataListBuilder_.getCount(); } } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData getNewFinishedGlobalWatcherDataList(int index) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { return newFinishedGlobalWatcherDataList_.get(index); } else { return newFinishedGlobalWatcherDataListBuilder_.getMessage(index); } } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public Builder setNewFinishedGlobalWatcherDataList( int index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData value) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNewFinishedGlobalWatcherDataListIsMutable(); newFinishedGlobalWatcherDataList_.set(index, value); onChanged(); } else { newFinishedGlobalWatcherDataListBuilder_.setMessage(index, value); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public Builder setNewFinishedGlobalWatcherDataList( int index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder builderForValue) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { ensureNewFinishedGlobalWatcherDataListIsMutable(); newFinishedGlobalWatcherDataList_.set(index, builderForValue.build()); onChanged(); } else { newFinishedGlobalWatcherDataListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public Builder addNewFinishedGlobalWatcherDataList(emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData value) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNewFinishedGlobalWatcherDataListIsMutable(); newFinishedGlobalWatcherDataList_.add(value); onChanged(); } else { newFinishedGlobalWatcherDataListBuilder_.addMessage(value); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public Builder addNewFinishedGlobalWatcherDataList( int index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData value) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNewFinishedGlobalWatcherDataListIsMutable(); newFinishedGlobalWatcherDataList_.add(index, value); onChanged(); } else { newFinishedGlobalWatcherDataListBuilder_.addMessage(index, value); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public Builder addNewFinishedGlobalWatcherDataList( emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder builderForValue) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { ensureNewFinishedGlobalWatcherDataListIsMutable(); newFinishedGlobalWatcherDataList_.add(builderForValue.build()); onChanged(); } else { newFinishedGlobalWatcherDataListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public Builder addNewFinishedGlobalWatcherDataList( int index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder builderForValue) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { ensureNewFinishedGlobalWatcherDataListIsMutable(); newFinishedGlobalWatcherDataList_.add(index, builderForValue.build()); onChanged(); } else { newFinishedGlobalWatcherDataListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public Builder addAllNewFinishedGlobalWatcherDataList( java.lang.Iterable values) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { ensureNewFinishedGlobalWatcherDataListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, newFinishedGlobalWatcherDataList_); onChanged(); } else { newFinishedGlobalWatcherDataListBuilder_.addAllMessages(values); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public Builder clearNewFinishedGlobalWatcherDataList() { if (newFinishedGlobalWatcherDataListBuilder_ == null) { newFinishedGlobalWatcherDataList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { newFinishedGlobalWatcherDataListBuilder_.clear(); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public Builder removeNewFinishedGlobalWatcherDataList(int index) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { ensureNewFinishedGlobalWatcherDataListIsMutable(); newFinishedGlobalWatcherDataList_.remove(index); onChanged(); } else { newFinishedGlobalWatcherDataListBuilder_.remove(index); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder getNewFinishedGlobalWatcherDataListBuilder( int index) { return getNewFinishedGlobalWatcherDataListFieldBuilder().getBuilder(index); } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder getNewFinishedGlobalWatcherDataListOrBuilder( int index) { if (newFinishedGlobalWatcherDataListBuilder_ == null) { return newFinishedGlobalWatcherDataList_.get(index); } else { return newFinishedGlobalWatcherDataListBuilder_.getMessageOrBuilder(index); } } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public java.util.List getNewFinishedGlobalWatcherDataListOrBuilderList() { if (newFinishedGlobalWatcherDataListBuilder_ != null) { return newFinishedGlobalWatcherDataListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(newFinishedGlobalWatcherDataList_); } } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder addNewFinishedGlobalWatcherDataListBuilder() { return getNewFinishedGlobalWatcherDataListFieldBuilder().addBuilder( emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.getDefaultInstance()); } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder addNewFinishedGlobalWatcherDataListBuilder( int index) { return getNewFinishedGlobalWatcherDataListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.getDefaultInstance()); } /** * repeated .CataLogGlobalWatcherFinishedData new_finished_global_watcher_data_list = 10; */ public java.util.List getNewFinishedGlobalWatcherDataListBuilderList() { return getNewFinishedGlobalWatcherDataListFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder> getNewFinishedGlobalWatcherDataListFieldBuilder() { if (newFinishedGlobalWatcherDataListBuilder_ == null) { newFinishedGlobalWatcherDataListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder>( newFinishedGlobalWatcherDataList_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); newFinishedGlobalWatcherDataList_ = null; } return newFinishedGlobalWatcherDataListBuilder_; } @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:CataLogNewFinishedGlobalWatcherNotify) } // @@protoc_insertion_point(class_scope:CataLogNewFinishedGlobalWatcherNotify) private static final emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify(); } public static emu.grasscutter.net.proto.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public CataLogNewFinishedGlobalWatcherNotify parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CataLogNewFinishedGlobalWatcherNotify(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.CataLogNewFinishedGlobalWatcherNotifyOuterClass.CataLogNewFinishedGlobalWatcherNotify getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_CataLogNewFinishedGlobalWatcherNotify_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_CataLogNewFinishedGlobalWatcherNotify_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+CataLogNewFinishedGlobalWatcherNotify." + "proto\032&CataLogGlobalWatcherFinishedData." + "proto\"y\n%CataLogNewFinishedGlobalWatcher" + "Notify\022P\n%new_finished_global_watcher_da" + "ta_list\030\n \003(\0132!.CataLogGlobalWatcherFini" + "shedDataB\033\n\031emu.grasscutter.net.protob\006p" + "roto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.getDescriptor(), }); internal_static_CataLogNewFinishedGlobalWatcherNotify_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_CataLogNewFinishedGlobalWatcherNotify_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_CataLogNewFinishedGlobalWatcherNotify_descriptor, new java.lang.String[] { "NewFinishedGlobalWatcherDataList", }); emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy