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

com.hedera.services.stream.proto.SingleAccountBalances Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: account_balance_file.proto

package com.hedera.services.stream.proto;

/**
 * 
 **
 * Includes all currency balances (both hbar and token) of a single account in the ledger.
 * 
* * Protobuf type {@code proto.SingleAccountBalances} */ public final class SingleAccountBalances extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto.SingleAccountBalances) SingleAccountBalancesOrBuilder { private static final long serialVersionUID = 0L; // Use SingleAccountBalances.newBuilder() to construct. private SingleAccountBalances(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SingleAccountBalances() { tokenUnitBalances_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new SingleAccountBalances(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SingleAccountBalances( 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: { com.hederahashgraph.api.proto.java.AccountID.Builder subBuilder = null; if (accountID_ != null) { subBuilder = accountID_.toBuilder(); } accountID_ = input.readMessage(com.hederahashgraph.api.proto.java.AccountID.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(accountID_); accountID_ = subBuilder.buildPartial(); } break; } case 16: { hbarBalance_ = input.readUInt64(); break; } case 26: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { tokenUnitBalances_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } tokenUnitBalances_.add( input.readMessage(com.hedera.services.stream.proto.TokenUnitBalance.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)) { tokenUnitBalances_ = java.util.Collections.unmodifiableList(tokenUnitBalances_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hedera.services.stream.proto.AccountBalanceFile.internal_static_proto_SingleAccountBalances_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hedera.services.stream.proto.AccountBalanceFile.internal_static_proto_SingleAccountBalances_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hedera.services.stream.proto.SingleAccountBalances.class, com.hedera.services.stream.proto.SingleAccountBalances.Builder.class); } public static final int ACCOUNTID_FIELD_NUMBER = 1; private com.hederahashgraph.api.proto.java.AccountID accountID_; /** *
   **
   * The account
   * 
* * .proto.AccountID accountID = 1; * @return Whether the accountID field is set. */ @java.lang.Override public boolean hasAccountID() { return accountID_ != null; } /** *
   **
   * The account
   * 
* * .proto.AccountID accountID = 1; * @return The accountID. */ @java.lang.Override public com.hederahashgraph.api.proto.java.AccountID getAccountID() { return accountID_ == null ? com.hederahashgraph.api.proto.java.AccountID.getDefaultInstance() : accountID_; } /** *
   **
   * The account
   * 
* * .proto.AccountID accountID = 1; */ @java.lang.Override public com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder() { return getAccountID(); } public static final int HBARBALANCE_FIELD_NUMBER = 2; private long hbarBalance_; /** *
   **
   * The account's hbar balance
   * 
* * uint64 hbarBalance = 2; * @return The hbarBalance. */ @java.lang.Override public long getHbarBalance() { return hbarBalance_; } public static final int TOKENUNITBALANCES_FIELD_NUMBER = 3; private java.util.List tokenUnitBalances_; /** *
   **
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ @java.lang.Override public java.util.List getTokenUnitBalancesList() { return tokenUnitBalances_; } /** *
   **
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ @java.lang.Override public java.util.List getTokenUnitBalancesOrBuilderList() { return tokenUnitBalances_; } /** *
   **
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ @java.lang.Override public int getTokenUnitBalancesCount() { return tokenUnitBalances_.size(); } /** *
   **
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ @java.lang.Override public com.hedera.services.stream.proto.TokenUnitBalance getTokenUnitBalances(int index) { return tokenUnitBalances_.get(index); } /** *
   **
   * The list of the account's token balances
   * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ @java.lang.Override public com.hedera.services.stream.proto.TokenUnitBalanceOrBuilder getTokenUnitBalancesOrBuilder( int index) { return tokenUnitBalances_.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 (accountID_ != null) { output.writeMessage(1, getAccountID()); } if (hbarBalance_ != 0L) { output.writeUInt64(2, hbarBalance_); } for (int i = 0; i < tokenUnitBalances_.size(); i++) { output.writeMessage(3, tokenUnitBalances_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (accountID_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getAccountID()); } if (hbarBalance_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(2, hbarBalance_); } for (int i = 0; i < tokenUnitBalances_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, tokenUnitBalances_.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.hedera.services.stream.proto.SingleAccountBalances)) { return super.equals(obj); } com.hedera.services.stream.proto.SingleAccountBalances other = (com.hedera.services.stream.proto.SingleAccountBalances) obj; if (hasAccountID() != other.hasAccountID()) return false; if (hasAccountID()) { if (!getAccountID() .equals(other.getAccountID())) return false; } if (getHbarBalance() != other.getHbarBalance()) return false; if (!getTokenUnitBalancesList() .equals(other.getTokenUnitBalancesList())) 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 (hasAccountID()) { hash = (37 * hash) + ACCOUNTID_FIELD_NUMBER; hash = (53 * hash) + getAccountID().hashCode(); } hash = (37 * hash) + HBARBALANCE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getHbarBalance()); if (getTokenUnitBalancesCount() > 0) { hash = (37 * hash) + TOKENUNITBALANCES_FIELD_NUMBER; hash = (53 * hash) + getTokenUnitBalancesList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.hedera.services.stream.proto.SingleAccountBalances parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hedera.services.stream.proto.SingleAccountBalances parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hedera.services.stream.proto.SingleAccountBalances parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hedera.services.stream.proto.SingleAccountBalances 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.services.stream.proto.SingleAccountBalances parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hedera.services.stream.proto.SingleAccountBalances parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hedera.services.stream.proto.SingleAccountBalances parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hedera.services.stream.proto.SingleAccountBalances 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.services.stream.proto.SingleAccountBalances parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.hedera.services.stream.proto.SingleAccountBalances 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.services.stream.proto.SingleAccountBalances parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hedera.services.stream.proto.SingleAccountBalances 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.services.stream.proto.SingleAccountBalances 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; } /** *
   **
   * Includes all currency balances (both hbar and token) of a single account in the ledger.
   * 
* * Protobuf type {@code proto.SingleAccountBalances} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto.SingleAccountBalances) com.hedera.services.stream.proto.SingleAccountBalancesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hedera.services.stream.proto.AccountBalanceFile.internal_static_proto_SingleAccountBalances_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hedera.services.stream.proto.AccountBalanceFile.internal_static_proto_SingleAccountBalances_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hedera.services.stream.proto.SingleAccountBalances.class, com.hedera.services.stream.proto.SingleAccountBalances.Builder.class); } // Construct using com.hedera.services.stream.proto.SingleAccountBalances.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getTokenUnitBalancesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (accountIDBuilder_ == null) { accountID_ = null; } else { accountID_ = null; accountIDBuilder_ = null; } hbarBalance_ = 0L; if (tokenUnitBalancesBuilder_ == null) { tokenUnitBalances_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { tokenUnitBalancesBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.hedera.services.stream.proto.AccountBalanceFile.internal_static_proto_SingleAccountBalances_descriptor; } @java.lang.Override public com.hedera.services.stream.proto.SingleAccountBalances getDefaultInstanceForType() { return com.hedera.services.stream.proto.SingleAccountBalances.getDefaultInstance(); } @java.lang.Override public com.hedera.services.stream.proto.SingleAccountBalances build() { com.hedera.services.stream.proto.SingleAccountBalances result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.hedera.services.stream.proto.SingleAccountBalances buildPartial() { com.hedera.services.stream.proto.SingleAccountBalances result = new com.hedera.services.stream.proto.SingleAccountBalances(this); int from_bitField0_ = bitField0_; if (accountIDBuilder_ == null) { result.accountID_ = accountID_; } else { result.accountID_ = accountIDBuilder_.build(); } result.hbarBalance_ = hbarBalance_; if (tokenUnitBalancesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { tokenUnitBalances_ = java.util.Collections.unmodifiableList(tokenUnitBalances_); bitField0_ = (bitField0_ & ~0x00000001); } result.tokenUnitBalances_ = tokenUnitBalances_; } else { result.tokenUnitBalances_ = tokenUnitBalancesBuilder_.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.hedera.services.stream.proto.SingleAccountBalances) { return mergeFrom((com.hedera.services.stream.proto.SingleAccountBalances)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.hedera.services.stream.proto.SingleAccountBalances other) { if (other == com.hedera.services.stream.proto.SingleAccountBalances.getDefaultInstance()) return this; if (other.hasAccountID()) { mergeAccountID(other.getAccountID()); } if (other.getHbarBalance() != 0L) { setHbarBalance(other.getHbarBalance()); } if (tokenUnitBalancesBuilder_ == null) { if (!other.tokenUnitBalances_.isEmpty()) { if (tokenUnitBalances_.isEmpty()) { tokenUnitBalances_ = other.tokenUnitBalances_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureTokenUnitBalancesIsMutable(); tokenUnitBalances_.addAll(other.tokenUnitBalances_); } onChanged(); } } else { if (!other.tokenUnitBalances_.isEmpty()) { if (tokenUnitBalancesBuilder_.isEmpty()) { tokenUnitBalancesBuilder_.dispose(); tokenUnitBalancesBuilder_ = null; tokenUnitBalances_ = other.tokenUnitBalances_; bitField0_ = (bitField0_ & ~0x00000001); tokenUnitBalancesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getTokenUnitBalancesFieldBuilder() : null; } else { tokenUnitBalancesBuilder_.addAllMessages(other.tokenUnitBalances_); } } } 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.hedera.services.stream.proto.SingleAccountBalances parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.hedera.services.stream.proto.SingleAccountBalances) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.hederahashgraph.api.proto.java.AccountID accountID_; private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.AccountID, com.hederahashgraph.api.proto.java.AccountID.Builder, com.hederahashgraph.api.proto.java.AccountIDOrBuilder> accountIDBuilder_; /** *
     **
     * The account
     * 
* * .proto.AccountID accountID = 1; * @return Whether the accountID field is set. */ public boolean hasAccountID() { return accountIDBuilder_ != null || accountID_ != null; } /** *
     **
     * The account
     * 
* * .proto.AccountID accountID = 1; * @return The accountID. */ public com.hederahashgraph.api.proto.java.AccountID getAccountID() { if (accountIDBuilder_ == null) { return accountID_ == null ? com.hederahashgraph.api.proto.java.AccountID.getDefaultInstance() : accountID_; } else { return accountIDBuilder_.getMessage(); } } /** *
     **
     * The account
     * 
* * .proto.AccountID accountID = 1; */ public Builder setAccountID(com.hederahashgraph.api.proto.java.AccountID value) { if (accountIDBuilder_ == null) { if (value == null) { throw new NullPointerException(); } accountID_ = value; onChanged(); } else { accountIDBuilder_.setMessage(value); } return this; } /** *
     **
     * The account
     * 
* * .proto.AccountID accountID = 1; */ public Builder setAccountID( com.hederahashgraph.api.proto.java.AccountID.Builder builderForValue) { if (accountIDBuilder_ == null) { accountID_ = builderForValue.build(); onChanged(); } else { accountIDBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     **
     * The account
     * 
* * .proto.AccountID accountID = 1; */ public Builder mergeAccountID(com.hederahashgraph.api.proto.java.AccountID value) { if (accountIDBuilder_ == null) { if (accountID_ != null) { accountID_ = com.hederahashgraph.api.proto.java.AccountID.newBuilder(accountID_).mergeFrom(value).buildPartial(); } else { accountID_ = value; } onChanged(); } else { accountIDBuilder_.mergeFrom(value); } return this; } /** *
     **
     * The account
     * 
* * .proto.AccountID accountID = 1; */ public Builder clearAccountID() { if (accountIDBuilder_ == null) { accountID_ = null; onChanged(); } else { accountID_ = null; accountIDBuilder_ = null; } return this; } /** *
     **
     * The account
     * 
* * .proto.AccountID accountID = 1; */ public com.hederahashgraph.api.proto.java.AccountID.Builder getAccountIDBuilder() { onChanged(); return getAccountIDFieldBuilder().getBuilder(); } /** *
     **
     * The account
     * 
* * .proto.AccountID accountID = 1; */ public com.hederahashgraph.api.proto.java.AccountIDOrBuilder getAccountIDOrBuilder() { if (accountIDBuilder_ != null) { return accountIDBuilder_.getMessageOrBuilder(); } else { return accountID_ == null ? com.hederahashgraph.api.proto.java.AccountID.getDefaultInstance() : accountID_; } } /** *
     **
     * The account
     * 
* * .proto.AccountID accountID = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.AccountID, com.hederahashgraph.api.proto.java.AccountID.Builder, com.hederahashgraph.api.proto.java.AccountIDOrBuilder> getAccountIDFieldBuilder() { if (accountIDBuilder_ == null) { accountIDBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.AccountID, com.hederahashgraph.api.proto.java.AccountID.Builder, com.hederahashgraph.api.proto.java.AccountIDOrBuilder>( getAccountID(), getParentForChildren(), isClean()); accountID_ = null; } return accountIDBuilder_; } private long hbarBalance_ ; /** *
     **
     * The account's hbar balance
     * 
* * uint64 hbarBalance = 2; * @return The hbarBalance. */ @java.lang.Override public long getHbarBalance() { return hbarBalance_; } /** *
     **
     * The account's hbar balance
     * 
* * uint64 hbarBalance = 2; * @param value The hbarBalance to set. * @return This builder for chaining. */ public Builder setHbarBalance(long value) { hbarBalance_ = value; onChanged(); return this; } /** *
     **
     * The account's hbar balance
     * 
* * uint64 hbarBalance = 2; * @return This builder for chaining. */ public Builder clearHbarBalance() { hbarBalance_ = 0L; onChanged(); return this; } private java.util.List tokenUnitBalances_ = java.util.Collections.emptyList(); private void ensureTokenUnitBalancesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { tokenUnitBalances_ = new java.util.ArrayList(tokenUnitBalances_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.hedera.services.stream.proto.TokenUnitBalance, com.hedera.services.stream.proto.TokenUnitBalance.Builder, com.hedera.services.stream.proto.TokenUnitBalanceOrBuilder> tokenUnitBalancesBuilder_; /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public java.util.List getTokenUnitBalancesList() { if (tokenUnitBalancesBuilder_ == null) { return java.util.Collections.unmodifiableList(tokenUnitBalances_); } else { return tokenUnitBalancesBuilder_.getMessageList(); } } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public int getTokenUnitBalancesCount() { if (tokenUnitBalancesBuilder_ == null) { return tokenUnitBalances_.size(); } else { return tokenUnitBalancesBuilder_.getCount(); } } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public com.hedera.services.stream.proto.TokenUnitBalance getTokenUnitBalances(int index) { if (tokenUnitBalancesBuilder_ == null) { return tokenUnitBalances_.get(index); } else { return tokenUnitBalancesBuilder_.getMessage(index); } } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public Builder setTokenUnitBalances( int index, com.hedera.services.stream.proto.TokenUnitBalance value) { if (tokenUnitBalancesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTokenUnitBalancesIsMutable(); tokenUnitBalances_.set(index, value); onChanged(); } else { tokenUnitBalancesBuilder_.setMessage(index, value); } return this; } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public Builder setTokenUnitBalances( int index, com.hedera.services.stream.proto.TokenUnitBalance.Builder builderForValue) { if (tokenUnitBalancesBuilder_ == null) { ensureTokenUnitBalancesIsMutable(); tokenUnitBalances_.set(index, builderForValue.build()); onChanged(); } else { tokenUnitBalancesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public Builder addTokenUnitBalances(com.hedera.services.stream.proto.TokenUnitBalance value) { if (tokenUnitBalancesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTokenUnitBalancesIsMutable(); tokenUnitBalances_.add(value); onChanged(); } else { tokenUnitBalancesBuilder_.addMessage(value); } return this; } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public Builder addTokenUnitBalances( int index, com.hedera.services.stream.proto.TokenUnitBalance value) { if (tokenUnitBalancesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTokenUnitBalancesIsMutable(); tokenUnitBalances_.add(index, value); onChanged(); } else { tokenUnitBalancesBuilder_.addMessage(index, value); } return this; } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public Builder addTokenUnitBalances( com.hedera.services.stream.proto.TokenUnitBalance.Builder builderForValue) { if (tokenUnitBalancesBuilder_ == null) { ensureTokenUnitBalancesIsMutable(); tokenUnitBalances_.add(builderForValue.build()); onChanged(); } else { tokenUnitBalancesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public Builder addTokenUnitBalances( int index, com.hedera.services.stream.proto.TokenUnitBalance.Builder builderForValue) { if (tokenUnitBalancesBuilder_ == null) { ensureTokenUnitBalancesIsMutable(); tokenUnitBalances_.add(index, builderForValue.build()); onChanged(); } else { tokenUnitBalancesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public Builder addAllTokenUnitBalances( java.lang.Iterable values) { if (tokenUnitBalancesBuilder_ == null) { ensureTokenUnitBalancesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, tokenUnitBalances_); onChanged(); } else { tokenUnitBalancesBuilder_.addAllMessages(values); } return this; } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public Builder clearTokenUnitBalances() { if (tokenUnitBalancesBuilder_ == null) { tokenUnitBalances_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { tokenUnitBalancesBuilder_.clear(); } return this; } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public Builder removeTokenUnitBalances(int index) { if (tokenUnitBalancesBuilder_ == null) { ensureTokenUnitBalancesIsMutable(); tokenUnitBalances_.remove(index); onChanged(); } else { tokenUnitBalancesBuilder_.remove(index); } return this; } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public com.hedera.services.stream.proto.TokenUnitBalance.Builder getTokenUnitBalancesBuilder( int index) { return getTokenUnitBalancesFieldBuilder().getBuilder(index); } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public com.hedera.services.stream.proto.TokenUnitBalanceOrBuilder getTokenUnitBalancesOrBuilder( int index) { if (tokenUnitBalancesBuilder_ == null) { return tokenUnitBalances_.get(index); } else { return tokenUnitBalancesBuilder_.getMessageOrBuilder(index); } } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public java.util.List getTokenUnitBalancesOrBuilderList() { if (tokenUnitBalancesBuilder_ != null) { return tokenUnitBalancesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(tokenUnitBalances_); } } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public com.hedera.services.stream.proto.TokenUnitBalance.Builder addTokenUnitBalancesBuilder() { return getTokenUnitBalancesFieldBuilder().addBuilder( com.hedera.services.stream.proto.TokenUnitBalance.getDefaultInstance()); } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public com.hedera.services.stream.proto.TokenUnitBalance.Builder addTokenUnitBalancesBuilder( int index) { return getTokenUnitBalancesFieldBuilder().addBuilder( index, com.hedera.services.stream.proto.TokenUnitBalance.getDefaultInstance()); } /** *
     **
     * The list of the account's token balances
     * 
* * repeated .proto.TokenUnitBalance tokenUnitBalances = 3; */ public java.util.List getTokenUnitBalancesBuilderList() { return getTokenUnitBalancesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.hedera.services.stream.proto.TokenUnitBalance, com.hedera.services.stream.proto.TokenUnitBalance.Builder, com.hedera.services.stream.proto.TokenUnitBalanceOrBuilder> getTokenUnitBalancesFieldBuilder() { if (tokenUnitBalancesBuilder_ == null) { tokenUnitBalancesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.hedera.services.stream.proto.TokenUnitBalance, com.hedera.services.stream.proto.TokenUnitBalance.Builder, com.hedera.services.stream.proto.TokenUnitBalanceOrBuilder>( tokenUnitBalances_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); tokenUnitBalances_ = null; } return tokenUnitBalancesBuilder_; } @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.SingleAccountBalances) } // @@protoc_insertion_point(class_scope:proto.SingleAccountBalances) private static final com.hedera.services.stream.proto.SingleAccountBalances DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.hedera.services.stream.proto.SingleAccountBalances(); } public static com.hedera.services.stream.proto.SingleAccountBalances getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public SingleAccountBalances parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new SingleAccountBalances(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.hedera.services.stream.proto.SingleAccountBalances getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy