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

com.hederahashgraph.api.proto.java.ThrottleBucket Maven / Gradle / Ivy

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

package com.hederahashgraph.api.proto.java;

/**
 * 
 **
 * A list of throttle groups that should all compete for the same internal bucket.
 * 
* * Protobuf type {@code proto.ThrottleBucket} */ public final class ThrottleBucket extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto.ThrottleBucket) ThrottleBucketOrBuilder { private static final long serialVersionUID = 0L; // Use ThrottleBucket.newBuilder() to construct. private ThrottleBucket(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ThrottleBucket() { name_ = ""; throttleGroups_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ThrottleBucket(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ThrottleBucket( 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: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 16: { burstPeriodMs_ = input.readUInt64(); break; } case 26: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { throttleGroups_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } throttleGroups_.add( input.readMessage(com.hederahashgraph.api.proto.java.ThrottleGroup.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)) { throttleGroups_ = java.util.Collections.unmodifiableList(throttleGroups_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.ThrottleBucket.class, com.hederahashgraph.api.proto.java.ThrottleBucket.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** *
   **
   * A name for this bucket (primarily for use in logs)
   * 
* * string name = 1; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; 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(); name_ = s; return s; } } /** *
   **
   * A name for this bucket (primarily for use in logs)
   * 
* * string name = 1; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int BURSTPERIODMS_FIELD_NUMBER = 2; private long burstPeriodMs_; /** *
   **
   * The number of milliseconds required for this bucket to drain completely when full. The product
   * of this number and the least common multiple of the milliOpsPerSec values in this bucket must
   * not exceed 9223372036.
   * 
* * uint64 burstPeriodMs = 2; * @return The burstPeriodMs. */ @java.lang.Override public long getBurstPeriodMs() { return burstPeriodMs_; } public static final int THROTTLEGROUPS_FIELD_NUMBER = 3; private java.util.List throttleGroups_; /** *
   **
   * The throttle groups competing for this bucket
   * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ @java.lang.Override public java.util.List getThrottleGroupsList() { return throttleGroups_; } /** *
   **
   * The throttle groups competing for this bucket
   * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ @java.lang.Override public java.util.List getThrottleGroupsOrBuilderList() { return throttleGroups_; } /** *
   **
   * The throttle groups competing for this bucket
   * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ @java.lang.Override public int getThrottleGroupsCount() { return throttleGroups_.size(); } /** *
   **
   * The throttle groups competing for this bucket
   * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ @java.lang.Override public com.hederahashgraph.api.proto.java.ThrottleGroup getThrottleGroups(int index) { return throttleGroups_.get(index); } /** *
   **
   * The throttle groups competing for this bucket
   * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ @java.lang.Override public com.hederahashgraph.api.proto.java.ThrottleGroupOrBuilder getThrottleGroupsOrBuilder( int index) { return throttleGroups_.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 { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (burstPeriodMs_ != 0L) { output.writeUInt64(2, burstPeriodMs_); } for (int i = 0; i < throttleGroups_.size(); i++) { output.writeMessage(3, throttleGroups_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (burstPeriodMs_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(2, burstPeriodMs_); } for (int i = 0; i < throttleGroups_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, throttleGroups_.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 com.hederahashgraph.api.proto.java.ThrottleBucket)) { return super.equals(obj); } com.hederahashgraph.api.proto.java.ThrottleBucket other = (com.hederahashgraph.api.proto.java.ThrottleBucket) obj; if (!getName() .equals(other.getName())) return false; if (getBurstPeriodMs() != other.getBurstPeriodMs()) return false; if (!getThrottleGroupsList() .equals(other.getThrottleGroupsList())) 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(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + BURSTPERIODMS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getBurstPeriodMs()); if (getThrottleGroupsCount() > 0) { hash = (37 * hash) + THROTTLEGROUPS_FIELD_NUMBER; hash = (53 * hash) + getThrottleGroupsList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.hederahashgraph.api.proto.java.ThrottleBucket parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ThrottleBucket parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.ThrottleBucket parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ThrottleBucket parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.ThrottleBucket parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ThrottleBucket parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.ThrottleBucket parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ThrottleBucket 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 com.hederahashgraph.api.proto.java.ThrottleBucket parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ThrottleBucket 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 com.hederahashgraph.api.proto.java.ThrottleBucket parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ThrottleBucket 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(com.hederahashgraph.api.proto.java.ThrottleBucket 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; } /** *
   **
   * A list of throttle groups that should all compete for the same internal bucket.
   * 
* * Protobuf type {@code proto.ThrottleBucket} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto.ThrottleBucket) com.hederahashgraph.api.proto.java.ThrottleBucketOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.ThrottleBucket.class, com.hederahashgraph.api.proto.java.ThrottleBucket.Builder.class); } // Construct using com.hederahashgraph.api.proto.java.ThrottleBucket.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getThrottleGroupsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); name_ = ""; burstPeriodMs_ = 0L; if (throttleGroupsBuilder_ == null) { throttleGroups_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { throttleGroupsBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.hederahashgraph.api.proto.java.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_descriptor; } @java.lang.Override public com.hederahashgraph.api.proto.java.ThrottleBucket getDefaultInstanceForType() { return com.hederahashgraph.api.proto.java.ThrottleBucket.getDefaultInstance(); } @java.lang.Override public com.hederahashgraph.api.proto.java.ThrottleBucket build() { com.hederahashgraph.api.proto.java.ThrottleBucket result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.hederahashgraph.api.proto.java.ThrottleBucket buildPartial() { com.hederahashgraph.api.proto.java.ThrottleBucket result = new com.hederahashgraph.api.proto.java.ThrottleBucket(this); int from_bitField0_ = bitField0_; result.name_ = name_; result.burstPeriodMs_ = burstPeriodMs_; if (throttleGroupsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { throttleGroups_ = java.util.Collections.unmodifiableList(throttleGroups_); bitField0_ = (bitField0_ & ~0x00000001); } result.throttleGroups_ = throttleGroups_; } else { result.throttleGroups_ = throttleGroupsBuilder_.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 com.hederahashgraph.api.proto.java.ThrottleBucket) { return mergeFrom((com.hederahashgraph.api.proto.java.ThrottleBucket)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.hederahashgraph.api.proto.java.ThrottleBucket other) { if (other == com.hederahashgraph.api.proto.java.ThrottleBucket.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); } if (other.getBurstPeriodMs() != 0L) { setBurstPeriodMs(other.getBurstPeriodMs()); } if (throttleGroupsBuilder_ == null) { if (!other.throttleGroups_.isEmpty()) { if (throttleGroups_.isEmpty()) { throttleGroups_ = other.throttleGroups_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureThrottleGroupsIsMutable(); throttleGroups_.addAll(other.throttleGroups_); } onChanged(); } } else { if (!other.throttleGroups_.isEmpty()) { if (throttleGroupsBuilder_.isEmpty()) { throttleGroupsBuilder_.dispose(); throttleGroupsBuilder_ = null; throttleGroups_ = other.throttleGroups_; bitField0_ = (bitField0_ & ~0x00000001); throttleGroupsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getThrottleGroupsFieldBuilder() : null; } else { throttleGroupsBuilder_.addAllMessages(other.throttleGroups_); } } } 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 { com.hederahashgraph.api.proto.java.ThrottleBucket parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.hederahashgraph.api.proto.java.ThrottleBucket) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object name_ = ""; /** *
     **
     * A name for this bucket (primarily for use in logs)
     * 
* * string name = 1; * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     **
     * A name for this bucket (primarily for use in logs)
     * 
* * string name = 1; * @return The bytes for name. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     **
     * A name for this bucket (primarily for use in logs)
     * 
* * string name = 1; * @param value The name to set. * @return This builder for chaining. */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** *
     **
     * A name for this bucket (primarily for use in logs)
     * 
* * string name = 1; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** *
     **
     * A name for this bucket (primarily for use in logs)
     * 
* * string name = 1; * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private long burstPeriodMs_ ; /** *
     **
     * The number of milliseconds required for this bucket to drain completely when full. The product
     * of this number and the least common multiple of the milliOpsPerSec values in this bucket must
     * not exceed 9223372036.
     * 
* * uint64 burstPeriodMs = 2; * @return The burstPeriodMs. */ @java.lang.Override public long getBurstPeriodMs() { return burstPeriodMs_; } /** *
     **
     * The number of milliseconds required for this bucket to drain completely when full. The product
     * of this number and the least common multiple of the milliOpsPerSec values in this bucket must
     * not exceed 9223372036.
     * 
* * uint64 burstPeriodMs = 2; * @param value The burstPeriodMs to set. * @return This builder for chaining. */ public Builder setBurstPeriodMs(long value) { burstPeriodMs_ = value; onChanged(); return this; } /** *
     **
     * The number of milliseconds required for this bucket to drain completely when full. The product
     * of this number and the least common multiple of the milliOpsPerSec values in this bucket must
     * not exceed 9223372036.
     * 
* * uint64 burstPeriodMs = 2; * @return This builder for chaining. */ public Builder clearBurstPeriodMs() { burstPeriodMs_ = 0L; onChanged(); return this; } private java.util.List throttleGroups_ = java.util.Collections.emptyList(); private void ensureThrottleGroupsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { throttleGroups_ = new java.util.ArrayList(throttleGroups_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.hederahashgraph.api.proto.java.ThrottleGroup, com.hederahashgraph.api.proto.java.ThrottleGroup.Builder, com.hederahashgraph.api.proto.java.ThrottleGroupOrBuilder> throttleGroupsBuilder_; /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public java.util.List getThrottleGroupsList() { if (throttleGroupsBuilder_ == null) { return java.util.Collections.unmodifiableList(throttleGroups_); } else { return throttleGroupsBuilder_.getMessageList(); } } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public int getThrottleGroupsCount() { if (throttleGroupsBuilder_ == null) { return throttleGroups_.size(); } else { return throttleGroupsBuilder_.getCount(); } } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public com.hederahashgraph.api.proto.java.ThrottleGroup getThrottleGroups(int index) { if (throttleGroupsBuilder_ == null) { return throttleGroups_.get(index); } else { return throttleGroupsBuilder_.getMessage(index); } } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public Builder setThrottleGroups( int index, com.hederahashgraph.api.proto.java.ThrottleGroup value) { if (throttleGroupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureThrottleGroupsIsMutable(); throttleGroups_.set(index, value); onChanged(); } else { throttleGroupsBuilder_.setMessage(index, value); } return this; } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public Builder setThrottleGroups( int index, com.hederahashgraph.api.proto.java.ThrottleGroup.Builder builderForValue) { if (throttleGroupsBuilder_ == null) { ensureThrottleGroupsIsMutable(); throttleGroups_.set(index, builderForValue.build()); onChanged(); } else { throttleGroupsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public Builder addThrottleGroups(com.hederahashgraph.api.proto.java.ThrottleGroup value) { if (throttleGroupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureThrottleGroupsIsMutable(); throttleGroups_.add(value); onChanged(); } else { throttleGroupsBuilder_.addMessage(value); } return this; } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public Builder addThrottleGroups( int index, com.hederahashgraph.api.proto.java.ThrottleGroup value) { if (throttleGroupsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureThrottleGroupsIsMutable(); throttleGroups_.add(index, value); onChanged(); } else { throttleGroupsBuilder_.addMessage(index, value); } return this; } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public Builder addThrottleGroups( com.hederahashgraph.api.proto.java.ThrottleGroup.Builder builderForValue) { if (throttleGroupsBuilder_ == null) { ensureThrottleGroupsIsMutable(); throttleGroups_.add(builderForValue.build()); onChanged(); } else { throttleGroupsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public Builder addThrottleGroups( int index, com.hederahashgraph.api.proto.java.ThrottleGroup.Builder builderForValue) { if (throttleGroupsBuilder_ == null) { ensureThrottleGroupsIsMutable(); throttleGroups_.add(index, builderForValue.build()); onChanged(); } else { throttleGroupsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public Builder addAllThrottleGroups( java.lang.Iterable values) { if (throttleGroupsBuilder_ == null) { ensureThrottleGroupsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, throttleGroups_); onChanged(); } else { throttleGroupsBuilder_.addAllMessages(values); } return this; } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public Builder clearThrottleGroups() { if (throttleGroupsBuilder_ == null) { throttleGroups_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { throttleGroupsBuilder_.clear(); } return this; } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public Builder removeThrottleGroups(int index) { if (throttleGroupsBuilder_ == null) { ensureThrottleGroupsIsMutable(); throttleGroups_.remove(index); onChanged(); } else { throttleGroupsBuilder_.remove(index); } return this; } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public com.hederahashgraph.api.proto.java.ThrottleGroup.Builder getThrottleGroupsBuilder( int index) { return getThrottleGroupsFieldBuilder().getBuilder(index); } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public com.hederahashgraph.api.proto.java.ThrottleGroupOrBuilder getThrottleGroupsOrBuilder( int index) { if (throttleGroupsBuilder_ == null) { return throttleGroups_.get(index); } else { return throttleGroupsBuilder_.getMessageOrBuilder(index); } } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public java.util.List getThrottleGroupsOrBuilderList() { if (throttleGroupsBuilder_ != null) { return throttleGroupsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(throttleGroups_); } } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public com.hederahashgraph.api.proto.java.ThrottleGroup.Builder addThrottleGroupsBuilder() { return getThrottleGroupsFieldBuilder().addBuilder( com.hederahashgraph.api.proto.java.ThrottleGroup.getDefaultInstance()); } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public com.hederahashgraph.api.proto.java.ThrottleGroup.Builder addThrottleGroupsBuilder( int index) { return getThrottleGroupsFieldBuilder().addBuilder( index, com.hederahashgraph.api.proto.java.ThrottleGroup.getDefaultInstance()); } /** *
     **
     * The throttle groups competing for this bucket
     * 
* * repeated .proto.ThrottleGroup throttleGroups = 3; */ public java.util.List getThrottleGroupsBuilderList() { return getThrottleGroupsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.hederahashgraph.api.proto.java.ThrottleGroup, com.hederahashgraph.api.proto.java.ThrottleGroup.Builder, com.hederahashgraph.api.proto.java.ThrottleGroupOrBuilder> getThrottleGroupsFieldBuilder() { if (throttleGroupsBuilder_ == null) { throttleGroupsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.hederahashgraph.api.proto.java.ThrottleGroup, com.hederahashgraph.api.proto.java.ThrottleGroup.Builder, com.hederahashgraph.api.proto.java.ThrottleGroupOrBuilder>( throttleGroups_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); throttleGroups_ = null; } return throttleGroupsBuilder_; } @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:proto.ThrottleBucket) } // @@protoc_insertion_point(class_scope:proto.ThrottleBucket) private static final com.hederahashgraph.api.proto.java.ThrottleBucket DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.hederahashgraph.api.proto.java.ThrottleBucket(); } public static com.hederahashgraph.api.proto.java.ThrottleBucket getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ThrottleBucket parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ThrottleBucket(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 com.hederahashgraph.api.proto.java.ThrottleBucket getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy