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

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

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

package emu.grasscutter.net.proto;

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

    /**
     * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14;
     */
    java.util.List 
        getFinishedGlobalWatcherDataListList();
    /**
     * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14;
     */
    emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData getFinishedGlobalWatcherDataList(int index);
    /**
     * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14;
     */
    int getFinishedGlobalWatcherDataListCount();
    /**
     * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14;
     */
    java.util.List 
        getFinishedGlobalWatcherDataListOrBuilderList();
    /**
     * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14;
     */
    emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder getFinishedGlobalWatcherDataListOrBuilder(
        int index);
  }
  /**
   * 
   * CmdId: 6277
   * Obf: INIFBMCNLFH
   * 
* * Protobuf type {@code CataLogFinishedGlobalWatcherAllDataNotify} */ public static final class CataLogFinishedGlobalWatcherAllDataNotify extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:CataLogFinishedGlobalWatcherAllDataNotify) CataLogFinishedGlobalWatcherAllDataNotifyOrBuilder { private static final long serialVersionUID = 0L; // Use CataLogFinishedGlobalWatcherAllDataNotify.newBuilder() to construct. private CataLogFinishedGlobalWatcherAllDataNotify(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CataLogFinishedGlobalWatcherAllDataNotify() { finishedGlobalWatcherDataList_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new CataLogFinishedGlobalWatcherAllDataNotify(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CataLogFinishedGlobalWatcherAllDataNotify( 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 114: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { finishedGlobalWatcherDataList_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } finishedGlobalWatcherDataList_.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)) { finishedGlobalWatcherDataList_ = java.util.Collections.unmodifiableList(finishedGlobalWatcherDataList_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.internal_static_CataLogFinishedGlobalWatcherAllDataNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.internal_static_CataLogFinishedGlobalWatcherAllDataNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify.class, emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify.Builder.class); } public static final int FINISHED_GLOBAL_WATCHER_DATA_LIST_FIELD_NUMBER = 14; private java.util.List finishedGlobalWatcherDataList_; /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ @java.lang.Override public java.util.List getFinishedGlobalWatcherDataListList() { return finishedGlobalWatcherDataList_; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ @java.lang.Override public java.util.List getFinishedGlobalWatcherDataListOrBuilderList() { return finishedGlobalWatcherDataList_; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ @java.lang.Override public int getFinishedGlobalWatcherDataListCount() { return finishedGlobalWatcherDataList_.size(); } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ @java.lang.Override public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData getFinishedGlobalWatcherDataList(int index) { return finishedGlobalWatcherDataList_.get(index); } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ @java.lang.Override public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder getFinishedGlobalWatcherDataListOrBuilder( int index) { return finishedGlobalWatcherDataList_.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 < finishedGlobalWatcherDataList_.size(); i++) { output.writeMessage(14, finishedGlobalWatcherDataList_.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 < finishedGlobalWatcherDataList_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, finishedGlobalWatcherDataList_.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.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify)) { return super.equals(obj); } emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify other = (emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify) obj; if (!getFinishedGlobalWatcherDataListList() .equals(other.getFinishedGlobalWatcherDataListList())) 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 (getFinishedGlobalWatcherDataListCount() > 0) { hash = (37 * hash) + FINISHED_GLOBAL_WATCHER_DATA_LIST_FIELD_NUMBER; hash = (53 * hash) + getFinishedGlobalWatcherDataListList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify 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.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify 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.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify 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.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify 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.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify 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.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify 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: 6277
     * Obf: INIFBMCNLFH
     * 
* * Protobuf type {@code CataLogFinishedGlobalWatcherAllDataNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:CataLogFinishedGlobalWatcherAllDataNotify) emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotifyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.internal_static_CataLogFinishedGlobalWatcherAllDataNotify_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.internal_static_CataLogFinishedGlobalWatcherAllDataNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify.class, emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify.Builder.class); } // Construct using emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getFinishedGlobalWatcherDataListFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (finishedGlobalWatcherDataListBuilder_ == null) { finishedGlobalWatcherDataList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { finishedGlobalWatcherDataListBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.internal_static_CataLogFinishedGlobalWatcherAllDataNotify_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify getDefaultInstanceForType() { return emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify build() { emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify buildPartial() { emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify result = new emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify(this); int from_bitField0_ = bitField0_; if (finishedGlobalWatcherDataListBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { finishedGlobalWatcherDataList_ = java.util.Collections.unmodifiableList(finishedGlobalWatcherDataList_); bitField0_ = (bitField0_ & ~0x00000001); } result.finishedGlobalWatcherDataList_ = finishedGlobalWatcherDataList_; } else { result.finishedGlobalWatcherDataList_ = finishedGlobalWatcherDataListBuilder_.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.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify) { return mergeFrom((emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify other) { if (other == emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify.getDefaultInstance()) return this; if (finishedGlobalWatcherDataListBuilder_ == null) { if (!other.finishedGlobalWatcherDataList_.isEmpty()) { if (finishedGlobalWatcherDataList_.isEmpty()) { finishedGlobalWatcherDataList_ = other.finishedGlobalWatcherDataList_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureFinishedGlobalWatcherDataListIsMutable(); finishedGlobalWatcherDataList_.addAll(other.finishedGlobalWatcherDataList_); } onChanged(); } } else { if (!other.finishedGlobalWatcherDataList_.isEmpty()) { if (finishedGlobalWatcherDataListBuilder_.isEmpty()) { finishedGlobalWatcherDataListBuilder_.dispose(); finishedGlobalWatcherDataListBuilder_ = null; finishedGlobalWatcherDataList_ = other.finishedGlobalWatcherDataList_; bitField0_ = (bitField0_ & ~0x00000001); finishedGlobalWatcherDataListBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFinishedGlobalWatcherDataListFieldBuilder() : null; } else { finishedGlobalWatcherDataListBuilder_.addAllMessages(other.finishedGlobalWatcherDataList_); } } } 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.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List finishedGlobalWatcherDataList_ = java.util.Collections.emptyList(); private void ensureFinishedGlobalWatcherDataListIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { finishedGlobalWatcherDataList_ = new java.util.ArrayList(finishedGlobalWatcherDataList_); 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> finishedGlobalWatcherDataListBuilder_; /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public java.util.List getFinishedGlobalWatcherDataListList() { if (finishedGlobalWatcherDataListBuilder_ == null) { return java.util.Collections.unmodifiableList(finishedGlobalWatcherDataList_); } else { return finishedGlobalWatcherDataListBuilder_.getMessageList(); } } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public int getFinishedGlobalWatcherDataListCount() { if (finishedGlobalWatcherDataListBuilder_ == null) { return finishedGlobalWatcherDataList_.size(); } else { return finishedGlobalWatcherDataListBuilder_.getCount(); } } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData getFinishedGlobalWatcherDataList(int index) { if (finishedGlobalWatcherDataListBuilder_ == null) { return finishedGlobalWatcherDataList_.get(index); } else { return finishedGlobalWatcherDataListBuilder_.getMessage(index); } } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public Builder setFinishedGlobalWatcherDataList( int index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData value) { if (finishedGlobalWatcherDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFinishedGlobalWatcherDataListIsMutable(); finishedGlobalWatcherDataList_.set(index, value); onChanged(); } else { finishedGlobalWatcherDataListBuilder_.setMessage(index, value); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public Builder setFinishedGlobalWatcherDataList( int index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder builderForValue) { if (finishedGlobalWatcherDataListBuilder_ == null) { ensureFinishedGlobalWatcherDataListIsMutable(); finishedGlobalWatcherDataList_.set(index, builderForValue.build()); onChanged(); } else { finishedGlobalWatcherDataListBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public Builder addFinishedGlobalWatcherDataList(emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData value) { if (finishedGlobalWatcherDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFinishedGlobalWatcherDataListIsMutable(); finishedGlobalWatcherDataList_.add(value); onChanged(); } else { finishedGlobalWatcherDataListBuilder_.addMessage(value); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public Builder addFinishedGlobalWatcherDataList( int index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData value) { if (finishedGlobalWatcherDataListBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFinishedGlobalWatcherDataListIsMutable(); finishedGlobalWatcherDataList_.add(index, value); onChanged(); } else { finishedGlobalWatcherDataListBuilder_.addMessage(index, value); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public Builder addFinishedGlobalWatcherDataList( emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder builderForValue) { if (finishedGlobalWatcherDataListBuilder_ == null) { ensureFinishedGlobalWatcherDataListIsMutable(); finishedGlobalWatcherDataList_.add(builderForValue.build()); onChanged(); } else { finishedGlobalWatcherDataListBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public Builder addFinishedGlobalWatcherDataList( int index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder builderForValue) { if (finishedGlobalWatcherDataListBuilder_ == null) { ensureFinishedGlobalWatcherDataListIsMutable(); finishedGlobalWatcherDataList_.add(index, builderForValue.build()); onChanged(); } else { finishedGlobalWatcherDataListBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public Builder addAllFinishedGlobalWatcherDataList( java.lang.Iterable values) { if (finishedGlobalWatcherDataListBuilder_ == null) { ensureFinishedGlobalWatcherDataListIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, finishedGlobalWatcherDataList_); onChanged(); } else { finishedGlobalWatcherDataListBuilder_.addAllMessages(values); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public Builder clearFinishedGlobalWatcherDataList() { if (finishedGlobalWatcherDataListBuilder_ == null) { finishedGlobalWatcherDataList_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { finishedGlobalWatcherDataListBuilder_.clear(); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public Builder removeFinishedGlobalWatcherDataList(int index) { if (finishedGlobalWatcherDataListBuilder_ == null) { ensureFinishedGlobalWatcherDataListIsMutable(); finishedGlobalWatcherDataList_.remove(index); onChanged(); } else { finishedGlobalWatcherDataListBuilder_.remove(index); } return this; } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder getFinishedGlobalWatcherDataListBuilder( int index) { return getFinishedGlobalWatcherDataListFieldBuilder().getBuilder(index); } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder getFinishedGlobalWatcherDataListOrBuilder( int index) { if (finishedGlobalWatcherDataListBuilder_ == null) { return finishedGlobalWatcherDataList_.get(index); } else { return finishedGlobalWatcherDataListBuilder_.getMessageOrBuilder(index); } } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public java.util.List getFinishedGlobalWatcherDataListOrBuilderList() { if (finishedGlobalWatcherDataListBuilder_ != null) { return finishedGlobalWatcherDataListBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(finishedGlobalWatcherDataList_); } } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder addFinishedGlobalWatcherDataListBuilder() { return getFinishedGlobalWatcherDataListFieldBuilder().addBuilder( emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.getDefaultInstance()); } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder addFinishedGlobalWatcherDataListBuilder( int index) { return getFinishedGlobalWatcherDataListFieldBuilder().addBuilder( index, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.getDefaultInstance()); } /** * repeated .CataLogGlobalWatcherFinishedData finished_global_watcher_data_list = 14; */ public java.util.List getFinishedGlobalWatcherDataListBuilderList() { return getFinishedGlobalWatcherDataListFieldBuilder().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> getFinishedGlobalWatcherDataListFieldBuilder() { if (finishedGlobalWatcherDataListBuilder_ == null) { finishedGlobalWatcherDataListBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedData.Builder, emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder>( finishedGlobalWatcherDataList_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); finishedGlobalWatcherDataList_ = null; } return finishedGlobalWatcherDataListBuilder_; } @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:CataLogFinishedGlobalWatcherAllDataNotify) } // @@protoc_insertion_point(class_scope:CataLogFinishedGlobalWatcherAllDataNotify) private static final emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify(); } public static emu.grasscutter.net.proto.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public CataLogFinishedGlobalWatcherAllDataNotify parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new CataLogFinishedGlobalWatcherAllDataNotify(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.CataLogFinishedGlobalWatcherAllDataNotifyOuterClass.CataLogFinishedGlobalWatcherAllDataNotify getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_CataLogFinishedGlobalWatcherAllDataNotify_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_CataLogFinishedGlobalWatcherAllDataNotify_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/CataLogFinishedGlobalWatcherAllDataNot" + "ify.proto\032&CataLogGlobalWatcherFinishedD" + "ata.proto\"y\n)CataLogFinishedGlobalWatche" + "rAllDataNotify\022L\n!finished_global_watche" + "r_data_list\030\016 \003(\0132!.CataLogGlobalWatcher" + "FinishedDataB\033\n\031emu.grasscutter.net.prot" + "ob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.getDescriptor(), }); internal_static_CataLogFinishedGlobalWatcherAllDataNotify_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_CataLogFinishedGlobalWatcherAllDataNotify_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_CataLogFinishedGlobalWatcherAllDataNotify_descriptor, new java.lang.String[] { "FinishedGlobalWatcherDataList", }); emu.grasscutter.net.proto.CataLogGlobalWatcherFinishedDataOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy