com.hedera.hashgraph.sdk.proto.ThrottleBucket Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: throttle_definitions.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
/**
*
**
* 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();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hedera.hashgraph.sdk.proto.ThrottleBucket.class, com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder.class);
}
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
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_ = 0L;
/**
*
**
* 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;
@SuppressWarnings("serial")
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 extends com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder>
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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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));
}
getUnknownFields().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 += getUnknownFields().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.hedera.hashgraph.sdk.proto.ThrottleBucket)) {
return super.equals(obj);
}
com.hedera.hashgraph.sdk.proto.ThrottleBucket other = (com.hedera.hashgraph.sdk.proto.ThrottleBucket) obj;
if (!getName()
.equals(other.getName())) return false;
if (getBurstPeriodMs()
!= other.getBurstPeriodMs()) return false;
if (!getThrottleGroupsList()
.equals(other.getThrottleGroupsList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) 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) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.hedera.hashgraph.sdk.proto.ThrottleBucket parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hedera.hashgraph.sdk.proto.ThrottleBucket parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.hedera.hashgraph.sdk.proto.ThrottleBucket parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.ThrottleBucket parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hedera.hashgraph.sdk.proto.ThrottleBucket parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.hedera.hashgraph.sdk.proto.ThrottleBucket parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.ThrottleBucket parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.ThrottleBucket parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.ThrottleBucketOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hedera.hashgraph.sdk.proto.ThrottleBucket.class, com.hedera.hashgraph.sdk.proto.ThrottleBucket.Builder.class);
}
// Construct using com.hedera.hashgraph.sdk.proto.ThrottleBucket.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
name_ = "";
burstPeriodMs_ = 0L;
if (throttleGroupsBuilder_ == null) {
throttleGroups_ = java.util.Collections.emptyList();
} else {
throttleGroups_ = null;
throttleGroupsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.hedera.hashgraph.sdk.proto.ThrottleDefinitionsOuterClass.internal_static_proto_ThrottleBucket_descriptor;
}
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.ThrottleBucket getDefaultInstanceForType() {
return com.hedera.hashgraph.sdk.proto.ThrottleBucket.getDefaultInstance();
}
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.ThrottleBucket build() {
com.hedera.hashgraph.sdk.proto.ThrottleBucket result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.ThrottleBucket buildPartial() {
com.hedera.hashgraph.sdk.proto.ThrottleBucket result = new com.hedera.hashgraph.sdk.proto.ThrottleBucket(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartialRepeatedFields(com.hedera.hashgraph.sdk.proto.ThrottleBucket result) {
if (throttleGroupsBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0)) {
throttleGroups_ = java.util.Collections.unmodifiableList(throttleGroups_);
bitField0_ = (bitField0_ & ~0x00000004);
}
result.throttleGroups_ = throttleGroups_;
} else {
result.throttleGroups_ = throttleGroupsBuilder_.build();
}
}
private void buildPartial0(com.hedera.hashgraph.sdk.proto.ThrottleBucket result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.name_ = name_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.burstPeriodMs_ = burstPeriodMs_;
}
}
@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.hedera.hashgraph.sdk.proto.ThrottleBucket) {
return mergeFrom((com.hedera.hashgraph.sdk.proto.ThrottleBucket)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.hedera.hashgraph.sdk.proto.ThrottleBucket other) {
if (other == com.hedera.hashgraph.sdk.proto.ThrottleBucket.getDefaultInstance()) return this;
if (!other.getName().isEmpty()) {
name_ = other.name_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.getBurstPeriodMs() != 0L) {
setBurstPeriodMs(other.getBurstPeriodMs());
}
if (throttleGroupsBuilder_ == null) {
if (!other.throttleGroups_.isEmpty()) {
if (throttleGroups_.isEmpty()) {
throttleGroups_ = other.throttleGroups_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureThrottleGroupsIsMutable();
throttleGroups_.addAll(other.throttleGroups_);
}
onChanged();
}
} else {
if (!other.throttleGroups_.isEmpty()) {
if (throttleGroupsBuilder_.isEmpty()) {
throttleGroupsBuilder_.dispose();
throttleGroupsBuilder_ = null;
throttleGroups_ = other.throttleGroups_;
bitField0_ = (bitField0_ & ~0x00000004);
throttleGroupsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getThrottleGroupsFieldBuilder() : null;
} else {
throttleGroupsBuilder_.addAllMessages(other.throttleGroups_);
}
}
}
this.mergeUnknownFields(other.getUnknownFields());
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 {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 16: {
burstPeriodMs_ = input.readUInt64();
bitField0_ |= 0x00000002;
break;
} // case 16
case 26: {
com.hedera.hashgraph.sdk.proto.ThrottleGroup m =
input.readMessage(
com.hedera.hashgraph.sdk.proto.ThrottleGroup.parser(),
extensionRegistry);
if (throttleGroupsBuilder_ == null) {
ensureThrottleGroupsIsMutable();
throttleGroups_.add(m);
} else {
throttleGroupsBuilder_.addMessage(m);
}
break;
} // case 26
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
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;
bitField0_ |= 0x00000001;
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();
bitField0_ = (bitField0_ & ~0x00000001);
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;
bitField0_ |= 0x00000001;
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;
bitField0_ |= 0x00000002;
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() {
bitField0_ = (bitField0_ & ~0x00000002);
burstPeriodMs_ = 0L;
onChanged();
return this;
}
private java.util.List throttleGroups_ =
java.util.Collections.emptyList();
private void ensureThrottleGroupsIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
throttleGroups_ = new java.util.ArrayList(throttleGroups_);
bitField0_ |= 0x00000004;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.ThrottleGroup, com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder, com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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 extends com.hedera.hashgraph.sdk.proto.ThrottleGroup> 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_ & ~0x00000004);
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.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder getThrottleGroupsBuilder(
int index) {
return getThrottleGroupsFieldBuilder().getBuilder(index);
}
/**
*
**
* The throttle groups competing for this bucket
*
*
* repeated .proto.ThrottleGroup throttleGroups = 3;
*/
public com.hedera.hashgraph.sdk.proto.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 extends com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder>
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.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder addThrottleGroupsBuilder() {
return getThrottleGroupsFieldBuilder().addBuilder(
com.hedera.hashgraph.sdk.proto.ThrottleGroup.getDefaultInstance());
}
/**
*
**
* The throttle groups competing for this bucket
*
*
* repeated .proto.ThrottleGroup throttleGroups = 3;
*/
public com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder addThrottleGroupsBuilder(
int index) {
return getThrottleGroupsFieldBuilder().addBuilder(
index, com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.ThrottleGroup, com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder, com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder>
getThrottleGroupsFieldBuilder() {
if (throttleGroupsBuilder_ == null) {
throttleGroupsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.ThrottleGroup, com.hedera.hashgraph.sdk.proto.ThrottleGroup.Builder, com.hedera.hashgraph.sdk.proto.ThrottleGroupOrBuilder>(
throttleGroups_,
((bitField0_ & 0x00000004) != 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.hedera.hashgraph.sdk.proto.ThrottleBucket DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.hedera.hashgraph.sdk.proto.ThrottleBucket();
}
public static com.hedera.hashgraph.sdk.proto.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 {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
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.hedera.hashgraph.sdk.proto.ThrottleBucket getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}