com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/throttles/throttle_usage_snapshots.proto
package com.hederahashgraph.api.proto.java;
/**
* Protobuf type {@code proto.ThrottleUsageSnapshot}
*/
public final class ThrottleUsageSnapshot extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:proto.ThrottleUsageSnapshot)
ThrottleUsageSnapshotOrBuilder {
private static final long serialVersionUID = 0L;
// Use ThrottleUsageSnapshot.newBuilder() to construct.
private ThrottleUsageSnapshot(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ThrottleUsageSnapshot() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ThrottleUsageSnapshot();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ThrottleUsageSnapshot(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
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 8: {
used_ = input.readInt64();
break;
}
case 18: {
com.hederahashgraph.api.proto.java.Timestamp.Builder subBuilder = null;
if (lastDecisionTime_ != null) {
subBuilder = lastDecisionTime_.toBuilder();
}
lastDecisionTime_ = input.readMessage(com.hederahashgraph.api.proto.java.Timestamp.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(lastDecisionTime_);
lastDecisionTime_ = subBuilder.buildPartial();
}
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotsOuterClass.internal_static_proto_ThrottleUsageSnapshot_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotsOuterClass.internal_static_proto_ThrottleUsageSnapshot_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot.class, com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot.Builder.class);
}
public static final int USED_FIELD_NUMBER = 1;
private long used_;
/**
*
**
* Used throttle capacity.
*
*
* int64 used = 1;
* @return The used.
*/
@java.lang.Override
public long getUsed() {
return used_;
}
public static final int LAST_DECISION_TIME_FIELD_NUMBER = 2;
private com.hederahashgraph.api.proto.java.Timestamp lastDecisionTime_;
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
* @return Whether the lastDecisionTime field is set.
*/
@java.lang.Override
public boolean hasLastDecisionTime() {
return lastDecisionTime_ != null;
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
* @return The lastDecisionTime.
*/
@java.lang.Override
public com.hederahashgraph.api.proto.java.Timestamp getLastDecisionTime() {
return lastDecisionTime_ == null ? com.hederahashgraph.api.proto.java.Timestamp.getDefaultInstance() : lastDecisionTime_;
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
*/
@java.lang.Override
public com.hederahashgraph.api.proto.java.TimestampOrBuilder getLastDecisionTimeOrBuilder() {
return getLastDecisionTime();
}
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 (used_ != 0L) {
output.writeInt64(1, used_);
}
if (lastDecisionTime_ != null) {
output.writeMessage(2, getLastDecisionTime());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (used_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(1, used_);
}
if (lastDecisionTime_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getLastDecisionTime());
}
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.ThrottleUsageSnapshot)) {
return super.equals(obj);
}
com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot other = (com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot) obj;
if (getUsed()
!= other.getUsed()) return false;
if (hasLastDecisionTime() != other.hasLastDecisionTime()) return false;
if (hasLastDecisionTime()) {
if (!getLastDecisionTime()
.equals(other.getLastDecisionTime())) 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) + USED_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getUsed());
if (hasLastDecisionTime()) {
hash = (37 * hash) + LAST_DECISION_TIME_FIELD_NUMBER;
hash = (53 * hash) + getLastDecisionTime().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot 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.ThrottleUsageSnapshot parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot 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.ThrottleUsageSnapshot parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot 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.ThrottleUsageSnapshot parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot 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.ThrottleUsageSnapshot parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot 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.ThrottleUsageSnapshot 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.ThrottleUsageSnapshot 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.ThrottleUsageSnapshot 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;
}
/**
* Protobuf type {@code proto.ThrottleUsageSnapshot}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:proto.ThrottleUsageSnapshot)
com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotsOuterClass.internal_static_proto_ThrottleUsageSnapshot_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotsOuterClass.internal_static_proto_ThrottleUsageSnapshot_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot.class, com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot.Builder.class);
}
// Construct using com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
used_ = 0L;
if (lastDecisionTimeBuilder_ == null) {
lastDecisionTime_ = null;
} else {
lastDecisionTime_ = null;
lastDecisionTimeBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.hederahashgraph.api.proto.java.ThrottleUsageSnapshotsOuterClass.internal_static_proto_ThrottleUsageSnapshot_descriptor;
}
@java.lang.Override
public com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot getDefaultInstanceForType() {
return com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot.getDefaultInstance();
}
@java.lang.Override
public com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot build() {
com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot buildPartial() {
com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot result = new com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot(this);
result.used_ = used_;
if (lastDecisionTimeBuilder_ == null) {
result.lastDecisionTime_ = lastDecisionTime_;
} else {
result.lastDecisionTime_ = lastDecisionTimeBuilder_.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.ThrottleUsageSnapshot) {
return mergeFrom((com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot other) {
if (other == com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot.getDefaultInstance()) return this;
if (other.getUsed() != 0L) {
setUsed(other.getUsed());
}
if (other.hasLastDecisionTime()) {
mergeLastDecisionTime(other.getLastDecisionTime());
}
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.ThrottleUsageSnapshot parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private long used_ ;
/**
*
**
* Used throttle capacity.
*
*
* int64 used = 1;
* @return The used.
*/
@java.lang.Override
public long getUsed() {
return used_;
}
/**
*
**
* Used throttle capacity.
*
*
* int64 used = 1;
* @param value The used to set.
* @return This builder for chaining.
*/
public Builder setUsed(long value) {
used_ = value;
onChanged();
return this;
}
/**
*
**
* Used throttle capacity.
*
*
* int64 used = 1;
* @return This builder for chaining.
*/
public Builder clearUsed() {
used_ = 0L;
onChanged();
return this;
}
private com.hederahashgraph.api.proto.java.Timestamp lastDecisionTime_;
private com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.Timestamp, com.hederahashgraph.api.proto.java.Timestamp.Builder, com.hederahashgraph.api.proto.java.TimestampOrBuilder> lastDecisionTimeBuilder_;
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
* @return Whether the lastDecisionTime field is set.
*/
public boolean hasLastDecisionTime() {
return lastDecisionTimeBuilder_ != null || lastDecisionTime_ != null;
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
* @return The lastDecisionTime.
*/
public com.hederahashgraph.api.proto.java.Timestamp getLastDecisionTime() {
if (lastDecisionTimeBuilder_ == null) {
return lastDecisionTime_ == null ? com.hederahashgraph.api.proto.java.Timestamp.getDefaultInstance() : lastDecisionTime_;
} else {
return lastDecisionTimeBuilder_.getMessage();
}
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
*/
public Builder setLastDecisionTime(com.hederahashgraph.api.proto.java.Timestamp value) {
if (lastDecisionTimeBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
lastDecisionTime_ = value;
onChanged();
} else {
lastDecisionTimeBuilder_.setMessage(value);
}
return this;
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
*/
public Builder setLastDecisionTime(
com.hederahashgraph.api.proto.java.Timestamp.Builder builderForValue) {
if (lastDecisionTimeBuilder_ == null) {
lastDecisionTime_ = builderForValue.build();
onChanged();
} else {
lastDecisionTimeBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
*/
public Builder mergeLastDecisionTime(com.hederahashgraph.api.proto.java.Timestamp value) {
if (lastDecisionTimeBuilder_ == null) {
if (lastDecisionTime_ != null) {
lastDecisionTime_ =
com.hederahashgraph.api.proto.java.Timestamp.newBuilder(lastDecisionTime_).mergeFrom(value).buildPartial();
} else {
lastDecisionTime_ = value;
}
onChanged();
} else {
lastDecisionTimeBuilder_.mergeFrom(value);
}
return this;
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
*/
public Builder clearLastDecisionTime() {
if (lastDecisionTimeBuilder_ == null) {
lastDecisionTime_ = null;
onChanged();
} else {
lastDecisionTime_ = null;
lastDecisionTimeBuilder_ = null;
}
return this;
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
*/
public com.hederahashgraph.api.proto.java.Timestamp.Builder getLastDecisionTimeBuilder() {
onChanged();
return getLastDecisionTimeFieldBuilder().getBuilder();
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
*/
public com.hederahashgraph.api.proto.java.TimestampOrBuilder getLastDecisionTimeOrBuilder() {
if (lastDecisionTimeBuilder_ != null) {
return lastDecisionTimeBuilder_.getMessageOrBuilder();
} else {
return lastDecisionTime_ == null ?
com.hederahashgraph.api.proto.java.Timestamp.getDefaultInstance() : lastDecisionTime_;
}
}
/**
*
**
* The last time at which the capacity was updated.
*
*
* .proto.Timestamp last_decision_time = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.Timestamp, com.hederahashgraph.api.proto.java.Timestamp.Builder, com.hederahashgraph.api.proto.java.TimestampOrBuilder>
getLastDecisionTimeFieldBuilder() {
if (lastDecisionTimeBuilder_ == null) {
lastDecisionTimeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.Timestamp, com.hederahashgraph.api.proto.java.Timestamp.Builder, com.hederahashgraph.api.proto.java.TimestampOrBuilder>(
getLastDecisionTime(),
getParentForChildren(),
isClean());
lastDecisionTime_ = null;
}
return lastDecisionTimeBuilder_;
}
@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.ThrottleUsageSnapshot)
}
// @@protoc_insertion_point(class_scope:proto.ThrottleUsageSnapshot)
private static final com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot();
}
public static com.hederahashgraph.api.proto.java.ThrottleUsageSnapshot getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ThrottleUsageSnapshot parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ThrottleUsageSnapshot(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.ThrottleUsageSnapshot getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy