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

com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

/**
 * 
 **
 * Response when the client sends the node CryptoGetAccountBalanceQuery
 * 
* * Protobuf type {@code proto.CryptoGetAccountBalanceResponse} */ public final class CryptoGetAccountBalanceResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto.CryptoGetAccountBalanceResponse) CryptoGetAccountBalanceResponseOrBuilder { private static final long serialVersionUID = 0L; // Use CryptoGetAccountBalanceResponse.newBuilder() to construct. private CryptoGetAccountBalanceResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private CryptoGetAccountBalanceResponse() { tokenBalances_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new CryptoGetAccountBalanceResponse(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalance.internal_static_proto_CryptoGetAccountBalanceResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalance.internal_static_proto_CryptoGetAccountBalanceResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.class, com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder.class); } private int bitField0_; public static final int HEADER_FIELD_NUMBER = 1; private com.hedera.hashgraph.sdk.proto.ResponseHeader header_; /** *
   **
   * Standard response from node to client, including the requested fields: cost, or state proof,
   * or both, or neither.
   * 
* * .proto.ResponseHeader header = 1; * @return Whether the header field is set. */ @java.lang.Override public boolean hasHeader() { return ((bitField0_ & 0x00000001) != 0); } /** *
   **
   * Standard response from node to client, including the requested fields: cost, or state proof,
   * or both, or neither.
   * 
* * .proto.ResponseHeader header = 1; * @return The header. */ @java.lang.Override public com.hedera.hashgraph.sdk.proto.ResponseHeader getHeader() { return header_ == null ? com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance() : header_; } /** *
   **
   * Standard response from node to client, including the requested fields: cost, or state proof,
   * or both, or neither.
   * 
* * .proto.ResponseHeader header = 1; */ @java.lang.Override public com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder getHeaderOrBuilder() { return header_ == null ? com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance() : header_; } public static final int ACCOUNTID_FIELD_NUMBER = 2; private com.hedera.hashgraph.sdk.proto.AccountID accountID_; /** *
   **
   * The account ID that is being described (this is useful with state proofs, for proving to a
   * third party)
   * 
* * .proto.AccountID accountID = 2; * @return Whether the accountID field is set. */ @java.lang.Override public boolean hasAccountID() { return ((bitField0_ & 0x00000002) != 0); } /** *
   **
   * The account ID that is being described (this is useful with state proofs, for proving to a
   * third party)
   * 
* * .proto.AccountID accountID = 2; * @return The accountID. */ @java.lang.Override public com.hedera.hashgraph.sdk.proto.AccountID getAccountID() { return accountID_ == null ? com.hedera.hashgraph.sdk.proto.AccountID.getDefaultInstance() : accountID_; } /** *
   **
   * The account ID that is being described (this is useful with state proofs, for proving to a
   * third party)
   * 
* * .proto.AccountID accountID = 2; */ @java.lang.Override public com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getAccountIDOrBuilder() { return accountID_ == null ? com.hedera.hashgraph.sdk.proto.AccountID.getDefaultInstance() : accountID_; } public static final int BALANCE_FIELD_NUMBER = 3; private long balance_ = 0L; /** *
   **
   * The current balance, in tinybars.
   * 
* * uint64 balance = 3; * @return The balance. */ @java.lang.Override public long getBalance() { return balance_; } public static final int TOKENBALANCES_FIELD_NUMBER = 4; @SuppressWarnings("serial") private java.util.List tokenBalances_; /** *
   **
   * [DEPRECATED] The balances of the tokens associated to the account. This field was 
   * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
   * an account to be associated to an unlimited number of tokens. This scale makes it more 
   * efficient for users to consult mirror nodes to review their token balances.
   * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Override @java.lang.Deprecated public java.util.List getTokenBalancesList() { return tokenBalances_; } /** *
   **
   * [DEPRECATED] The balances of the tokens associated to the account. This field was 
   * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
   * an account to be associated to an unlimited number of tokens. This scale makes it more 
   * efficient for users to consult mirror nodes to review their token balances.
   * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Override @java.lang.Deprecated public java.util.List getTokenBalancesOrBuilderList() { return tokenBalances_; } /** *
   **
   * [DEPRECATED] The balances of the tokens associated to the account. This field was 
   * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
   * an account to be associated to an unlimited number of tokens. This scale makes it more 
   * efficient for users to consult mirror nodes to review their token balances.
   * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Override @java.lang.Deprecated public int getTokenBalancesCount() { return tokenBalances_.size(); } /** *
   **
   * [DEPRECATED] The balances of the tokens associated to the account. This field was 
   * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
   * an account to be associated to an unlimited number of tokens. This scale makes it more 
   * efficient for users to consult mirror nodes to review their token balances.
   * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Override @java.lang.Deprecated public com.hedera.hashgraph.sdk.proto.TokenBalance getTokenBalances(int index) { return tokenBalances_.get(index); } /** *
   **
   * [DEPRECATED] The balances of the tokens associated to the account. This field was 
   * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
   * an account to be associated to an unlimited number of tokens. This scale makes it more 
   * efficient for users to consult mirror nodes to review their token balances.
   * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Override @java.lang.Deprecated public com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder getTokenBalancesOrBuilder( int index) { return tokenBalances_.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 (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(1, getHeader()); } if (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(2, getAccountID()); } if (balance_ != 0L) { output.writeUInt64(3, balance_); } for (int i = 0; i < tokenBalances_.size(); i++) { output.writeMessage(4, tokenBalances_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getHeader()); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getAccountID()); } if (balance_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(3, balance_); } for (int i = 0; i < tokenBalances_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, tokenBalances_.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.CryptoGetAccountBalanceResponse)) { return super.equals(obj); } com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse other = (com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse) obj; if (hasHeader() != other.hasHeader()) return false; if (hasHeader()) { if (!getHeader() .equals(other.getHeader())) return false; } if (hasAccountID() != other.hasAccountID()) return false; if (hasAccountID()) { if (!getAccountID() .equals(other.getAccountID())) return false; } if (getBalance() != other.getBalance()) return false; if (!getTokenBalancesList() .equals(other.getTokenBalancesList())) 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(); if (hasHeader()) { hash = (37 * hash) + HEADER_FIELD_NUMBER; hash = (53 * hash) + getHeader().hashCode(); } if (hasAccountID()) { hash = (37 * hash) + ACCOUNTID_FIELD_NUMBER; hash = (53 * hash) + getAccountID().hashCode(); } hash = (37 * hash) + BALANCE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getBalance()); if (getTokenBalancesCount() > 0) { hash = (37 * hash) + TOKENBALANCES_FIELD_NUMBER; hash = (53 * hash) + getTokenBalancesList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse 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.CryptoGetAccountBalanceResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse 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.CryptoGetAccountBalanceResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse 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.CryptoGetAccountBalanceResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse 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.CryptoGetAccountBalanceResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse 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.CryptoGetAccountBalanceResponse 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.CryptoGetAccountBalanceResponse 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.CryptoGetAccountBalanceResponse 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; } /** *
   **
   * Response when the client sends the node CryptoGetAccountBalanceQuery
   * 
* * Protobuf type {@code proto.CryptoGetAccountBalanceResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto.CryptoGetAccountBalanceResponse) com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalance.internal_static_proto_CryptoGetAccountBalanceResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalance.internal_static_proto_CryptoGetAccountBalanceResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.class, com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.Builder.class); } // Construct using com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getHeaderFieldBuilder(); getAccountIDFieldBuilder(); getTokenBalancesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; header_ = null; if (headerBuilder_ != null) { headerBuilder_.dispose(); headerBuilder_ = null; } accountID_ = null; if (accountIDBuilder_ != null) { accountIDBuilder_.dispose(); accountIDBuilder_ = null; } balance_ = 0L; if (tokenBalancesBuilder_ == null) { tokenBalances_ = java.util.Collections.emptyList(); } else { tokenBalances_ = null; tokenBalancesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalance.internal_static_proto_CryptoGetAccountBalanceResponse_descriptor; } @java.lang.Override public com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse getDefaultInstanceForType() { return com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.getDefaultInstance(); } @java.lang.Override public com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse build() { com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse buildPartial() { com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse result = new com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse result) { if (tokenBalancesBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { tokenBalances_ = java.util.Collections.unmodifiableList(tokenBalances_); bitField0_ = (bitField0_ & ~0x00000008); } result.tokenBalances_ = tokenBalances_; } else { result.tokenBalances_ = tokenBalancesBuilder_.build(); } } private void buildPartial0(com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.header_ = headerBuilder_ == null ? header_ : headerBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.accountID_ = accountIDBuilder_ == null ? accountID_ : accountIDBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.balance_ = balance_; } result.bitField0_ |= to_bitField0_; } @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.CryptoGetAccountBalanceResponse) { return mergeFrom((com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse other) { if (other == com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse.getDefaultInstance()) return this; if (other.hasHeader()) { mergeHeader(other.getHeader()); } if (other.hasAccountID()) { mergeAccountID(other.getAccountID()); } if (other.getBalance() != 0L) { setBalance(other.getBalance()); } if (tokenBalancesBuilder_ == null) { if (!other.tokenBalances_.isEmpty()) { if (tokenBalances_.isEmpty()) { tokenBalances_ = other.tokenBalances_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureTokenBalancesIsMutable(); tokenBalances_.addAll(other.tokenBalances_); } onChanged(); } } else { if (!other.tokenBalances_.isEmpty()) { if (tokenBalancesBuilder_.isEmpty()) { tokenBalancesBuilder_.dispose(); tokenBalancesBuilder_ = null; tokenBalances_ = other.tokenBalances_; bitField0_ = (bitField0_ & ~0x00000008); tokenBalancesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getTokenBalancesFieldBuilder() : null; } else { tokenBalancesBuilder_.addAllMessages(other.tokenBalances_); } } } 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: { input.readMessage( getHeaderFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 18: { input.readMessage( getAccountIDFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 18 case 24: { balance_ = input.readUInt64(); bitField0_ |= 0x00000004; break; } // case 24 case 34: { com.hedera.hashgraph.sdk.proto.TokenBalance m = input.readMessage( com.hedera.hashgraph.sdk.proto.TokenBalance.parser(), extensionRegistry); if (tokenBalancesBuilder_ == null) { ensureTokenBalancesIsMutable(); tokenBalances_.add(m); } else { tokenBalancesBuilder_.addMessage(m); } break; } // case 34 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 com.hedera.hashgraph.sdk.proto.ResponseHeader header_; private com.google.protobuf.SingleFieldBuilderV3< com.hedera.hashgraph.sdk.proto.ResponseHeader, com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder, com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder> headerBuilder_; /** *
     **
     * Standard response from node to client, including the requested fields: cost, or state proof,
     * or both, or neither.
     * 
* * .proto.ResponseHeader header = 1; * @return Whether the header field is set. */ public boolean hasHeader() { return ((bitField0_ & 0x00000001) != 0); } /** *
     **
     * Standard response from node to client, including the requested fields: cost, or state proof,
     * or both, or neither.
     * 
* * .proto.ResponseHeader header = 1; * @return The header. */ public com.hedera.hashgraph.sdk.proto.ResponseHeader getHeader() { if (headerBuilder_ == null) { return header_ == null ? com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance() : header_; } else { return headerBuilder_.getMessage(); } } /** *
     **
     * Standard response from node to client, including the requested fields: cost, or state proof,
     * or both, or neither.
     * 
* * .proto.ResponseHeader header = 1; */ public Builder setHeader(com.hedera.hashgraph.sdk.proto.ResponseHeader value) { if (headerBuilder_ == null) { if (value == null) { throw new NullPointerException(); } header_ = value; } else { headerBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     **
     * Standard response from node to client, including the requested fields: cost, or state proof,
     * or both, or neither.
     * 
* * .proto.ResponseHeader header = 1; */ public Builder setHeader( com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder builderForValue) { if (headerBuilder_ == null) { header_ = builderForValue.build(); } else { headerBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     **
     * Standard response from node to client, including the requested fields: cost, or state proof,
     * or both, or neither.
     * 
* * .proto.ResponseHeader header = 1; */ public Builder mergeHeader(com.hedera.hashgraph.sdk.proto.ResponseHeader value) { if (headerBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && header_ != null && header_ != com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance()) { getHeaderBuilder().mergeFrom(value); } else { header_ = value; } } else { headerBuilder_.mergeFrom(value); } if (header_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
     **
     * Standard response from node to client, including the requested fields: cost, or state proof,
     * or both, or neither.
     * 
* * .proto.ResponseHeader header = 1; */ public Builder clearHeader() { bitField0_ = (bitField0_ & ~0x00000001); header_ = null; if (headerBuilder_ != null) { headerBuilder_.dispose(); headerBuilder_ = null; } onChanged(); return this; } /** *
     **
     * Standard response from node to client, including the requested fields: cost, or state proof,
     * or both, or neither.
     * 
* * .proto.ResponseHeader header = 1; */ public com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder getHeaderBuilder() { bitField0_ |= 0x00000001; onChanged(); return getHeaderFieldBuilder().getBuilder(); } /** *
     **
     * Standard response from node to client, including the requested fields: cost, or state proof,
     * or both, or neither.
     * 
* * .proto.ResponseHeader header = 1; */ public com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder getHeaderOrBuilder() { if (headerBuilder_ != null) { return headerBuilder_.getMessageOrBuilder(); } else { return header_ == null ? com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance() : header_; } } /** *
     **
     * Standard response from node to client, including the requested fields: cost, or state proof,
     * or both, or neither.
     * 
* * .proto.ResponseHeader header = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.hedera.hashgraph.sdk.proto.ResponseHeader, com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder, com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder> getHeaderFieldBuilder() { if (headerBuilder_ == null) { headerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.hedera.hashgraph.sdk.proto.ResponseHeader, com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder, com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder>( getHeader(), getParentForChildren(), isClean()); header_ = null; } return headerBuilder_; } private com.hedera.hashgraph.sdk.proto.AccountID accountID_; private com.google.protobuf.SingleFieldBuilderV3< com.hedera.hashgraph.sdk.proto.AccountID, com.hedera.hashgraph.sdk.proto.AccountID.Builder, com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder> accountIDBuilder_; /** *
     **
     * The account ID that is being described (this is useful with state proofs, for proving to a
     * third party)
     * 
* * .proto.AccountID accountID = 2; * @return Whether the accountID field is set. */ public boolean hasAccountID() { return ((bitField0_ & 0x00000002) != 0); } /** *
     **
     * The account ID that is being described (this is useful with state proofs, for proving to a
     * third party)
     * 
* * .proto.AccountID accountID = 2; * @return The accountID. */ public com.hedera.hashgraph.sdk.proto.AccountID getAccountID() { if (accountIDBuilder_ == null) { return accountID_ == null ? com.hedera.hashgraph.sdk.proto.AccountID.getDefaultInstance() : accountID_; } else { return accountIDBuilder_.getMessage(); } } /** *
     **
     * The account ID that is being described (this is useful with state proofs, for proving to a
     * third party)
     * 
* * .proto.AccountID accountID = 2; */ public Builder setAccountID(com.hedera.hashgraph.sdk.proto.AccountID value) { if (accountIDBuilder_ == null) { if (value == null) { throw new NullPointerException(); } accountID_ = value; } else { accountIDBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     **
     * The account ID that is being described (this is useful with state proofs, for proving to a
     * third party)
     * 
* * .proto.AccountID accountID = 2; */ public Builder setAccountID( com.hedera.hashgraph.sdk.proto.AccountID.Builder builderForValue) { if (accountIDBuilder_ == null) { accountID_ = builderForValue.build(); } else { accountIDBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     **
     * The account ID that is being described (this is useful with state proofs, for proving to a
     * third party)
     * 
* * .proto.AccountID accountID = 2; */ public Builder mergeAccountID(com.hedera.hashgraph.sdk.proto.AccountID value) { if (accountIDBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && accountID_ != null && accountID_ != com.hedera.hashgraph.sdk.proto.AccountID.getDefaultInstance()) { getAccountIDBuilder().mergeFrom(value); } else { accountID_ = value; } } else { accountIDBuilder_.mergeFrom(value); } if (accountID_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** *
     **
     * The account ID that is being described (this is useful with state proofs, for proving to a
     * third party)
     * 
* * .proto.AccountID accountID = 2; */ public Builder clearAccountID() { bitField0_ = (bitField0_ & ~0x00000002); accountID_ = null; if (accountIDBuilder_ != null) { accountIDBuilder_.dispose(); accountIDBuilder_ = null; } onChanged(); return this; } /** *
     **
     * The account ID that is being described (this is useful with state proofs, for proving to a
     * third party)
     * 
* * .proto.AccountID accountID = 2; */ public com.hedera.hashgraph.sdk.proto.AccountID.Builder getAccountIDBuilder() { bitField0_ |= 0x00000002; onChanged(); return getAccountIDFieldBuilder().getBuilder(); } /** *
     **
     * The account ID that is being described (this is useful with state proofs, for proving to a
     * third party)
     * 
* * .proto.AccountID accountID = 2; */ public com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder getAccountIDOrBuilder() { if (accountIDBuilder_ != null) { return accountIDBuilder_.getMessageOrBuilder(); } else { return accountID_ == null ? com.hedera.hashgraph.sdk.proto.AccountID.getDefaultInstance() : accountID_; } } /** *
     **
     * The account ID that is being described (this is useful with state proofs, for proving to a
     * third party)
     * 
* * .proto.AccountID accountID = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.hedera.hashgraph.sdk.proto.AccountID, com.hedera.hashgraph.sdk.proto.AccountID.Builder, com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder> getAccountIDFieldBuilder() { if (accountIDBuilder_ == null) { accountIDBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.hedera.hashgraph.sdk.proto.AccountID, com.hedera.hashgraph.sdk.proto.AccountID.Builder, com.hedera.hashgraph.sdk.proto.AccountIDOrBuilder>( getAccountID(), getParentForChildren(), isClean()); accountID_ = null; } return accountIDBuilder_; } private long balance_ ; /** *
     **
     * The current balance, in tinybars.
     * 
* * uint64 balance = 3; * @return The balance. */ @java.lang.Override public long getBalance() { return balance_; } /** *
     **
     * The current balance, in tinybars.
     * 
* * uint64 balance = 3; * @param value The balance to set. * @return This builder for chaining. */ public Builder setBalance(long value) { balance_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     **
     * The current balance, in tinybars.
     * 
* * uint64 balance = 3; * @return This builder for chaining. */ public Builder clearBalance() { bitField0_ = (bitField0_ & ~0x00000004); balance_ = 0L; onChanged(); return this; } private java.util.List tokenBalances_ = java.util.Collections.emptyList(); private void ensureTokenBalancesIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { tokenBalances_ = new java.util.ArrayList(tokenBalances_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.hedera.hashgraph.sdk.proto.TokenBalance, com.hedera.hashgraph.sdk.proto.TokenBalance.Builder, com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder> tokenBalancesBuilder_; /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public java.util.List getTokenBalancesList() { if (tokenBalancesBuilder_ == null) { return java.util.Collections.unmodifiableList(tokenBalances_); } else { return tokenBalancesBuilder_.getMessageList(); } } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public int getTokenBalancesCount() { if (tokenBalancesBuilder_ == null) { return tokenBalances_.size(); } else { return tokenBalancesBuilder_.getCount(); } } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public com.hedera.hashgraph.sdk.proto.TokenBalance getTokenBalances(int index) { if (tokenBalancesBuilder_ == null) { return tokenBalances_.get(index); } else { return tokenBalancesBuilder_.getMessage(index); } } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public Builder setTokenBalances( int index, com.hedera.hashgraph.sdk.proto.TokenBalance value) { if (tokenBalancesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTokenBalancesIsMutable(); tokenBalances_.set(index, value); onChanged(); } else { tokenBalancesBuilder_.setMessage(index, value); } return this; } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public Builder setTokenBalances( int index, com.hedera.hashgraph.sdk.proto.TokenBalance.Builder builderForValue) { if (tokenBalancesBuilder_ == null) { ensureTokenBalancesIsMutable(); tokenBalances_.set(index, builderForValue.build()); onChanged(); } else { tokenBalancesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public Builder addTokenBalances(com.hedera.hashgraph.sdk.proto.TokenBalance value) { if (tokenBalancesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTokenBalancesIsMutable(); tokenBalances_.add(value); onChanged(); } else { tokenBalancesBuilder_.addMessage(value); } return this; } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public Builder addTokenBalances( int index, com.hedera.hashgraph.sdk.proto.TokenBalance value) { if (tokenBalancesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTokenBalancesIsMutable(); tokenBalances_.add(index, value); onChanged(); } else { tokenBalancesBuilder_.addMessage(index, value); } return this; } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public Builder addTokenBalances( com.hedera.hashgraph.sdk.proto.TokenBalance.Builder builderForValue) { if (tokenBalancesBuilder_ == null) { ensureTokenBalancesIsMutable(); tokenBalances_.add(builderForValue.build()); onChanged(); } else { tokenBalancesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public Builder addTokenBalances( int index, com.hedera.hashgraph.sdk.proto.TokenBalance.Builder builderForValue) { if (tokenBalancesBuilder_ == null) { ensureTokenBalancesIsMutable(); tokenBalances_.add(index, builderForValue.build()); onChanged(); } else { tokenBalancesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public Builder addAllTokenBalances( java.lang.Iterable values) { if (tokenBalancesBuilder_ == null) { ensureTokenBalancesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, tokenBalances_); onChanged(); } else { tokenBalancesBuilder_.addAllMessages(values); } return this; } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public Builder clearTokenBalances() { if (tokenBalancesBuilder_ == null) { tokenBalances_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { tokenBalancesBuilder_.clear(); } return this; } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public Builder removeTokenBalances(int index) { if (tokenBalancesBuilder_ == null) { ensureTokenBalancesIsMutable(); tokenBalances_.remove(index); onChanged(); } else { tokenBalancesBuilder_.remove(index); } return this; } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public com.hedera.hashgraph.sdk.proto.TokenBalance.Builder getTokenBalancesBuilder( int index) { return getTokenBalancesFieldBuilder().getBuilder(index); } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder getTokenBalancesOrBuilder( int index) { if (tokenBalancesBuilder_ == null) { return tokenBalances_.get(index); } else { return tokenBalancesBuilder_.getMessageOrBuilder(index); } } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public java.util.List getTokenBalancesOrBuilderList() { if (tokenBalancesBuilder_ != null) { return tokenBalancesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(tokenBalances_); } } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public com.hedera.hashgraph.sdk.proto.TokenBalance.Builder addTokenBalancesBuilder() { return getTokenBalancesFieldBuilder().addBuilder( com.hedera.hashgraph.sdk.proto.TokenBalance.getDefaultInstance()); } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public com.hedera.hashgraph.sdk.proto.TokenBalance.Builder addTokenBalancesBuilder( int index) { return getTokenBalancesFieldBuilder().addBuilder( index, com.hedera.hashgraph.sdk.proto.TokenBalance.getDefaultInstance()); } /** *
     **
     * [DEPRECATED] The balances of the tokens associated to the account. This field was 
     * deprecated by <a href="https://hips.hedera.com/hip/hip-367">HIP-367</a>, which allowed 
     * an account to be associated to an unlimited number of tokens. This scale makes it more 
     * efficient for users to consult mirror nodes to review their token balances.
     * 
* * repeated .proto.TokenBalance tokenBalances = 4 [deprecated = true]; */ @java.lang.Deprecated public java.util.List getTokenBalancesBuilderList() { return getTokenBalancesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.hedera.hashgraph.sdk.proto.TokenBalance, com.hedera.hashgraph.sdk.proto.TokenBalance.Builder, com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder> getTokenBalancesFieldBuilder() { if (tokenBalancesBuilder_ == null) { tokenBalancesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.hedera.hashgraph.sdk.proto.TokenBalance, com.hedera.hashgraph.sdk.proto.TokenBalance.Builder, com.hedera.hashgraph.sdk.proto.TokenBalanceOrBuilder>( tokenBalances_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); tokenBalances_ = null; } return tokenBalancesBuilder_; } @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.CryptoGetAccountBalanceResponse) } // @@protoc_insertion_point(class_scope:proto.CryptoGetAccountBalanceResponse) private static final com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse(); } public static com.hedera.hashgraph.sdk.proto.CryptoGetAccountBalanceResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public CryptoGetAccountBalanceResponse 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.CryptoGetAccountBalanceResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy