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

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

There is a newer version: 0.57.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: state/roster/ledger_id.proto

package com.hederahashgraph.api.proto.java;

/**
 * 
 **
 * A collection of signatures from nodes in a roster.
 * 
* * Protobuf type {@code com.hedera.hapi.node.state.roster.RosterSignatures} */ public final class RosterSignatures extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:com.hedera.hapi.node.state.roster.RosterSignatures) RosterSignaturesOrBuilder { private static final long serialVersionUID = 0L; // Use RosterSignatures.newBuilder() to construct. private RosterSignatures(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RosterSignatures() { rosterHash_ = com.google.protobuf.ByteString.EMPTY; nodeSignatures_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RosterSignatures(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private RosterSignatures( 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: { rosterHash_ = input.readBytes(); break; } case 18: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { nodeSignatures_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } nodeSignatures_.add( input.readMessage(com.hederahashgraph.api.proto.java.NodeSignature.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)) { nodeSignatures_ = java.util.Collections.unmodifiableList(nodeSignatures_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.LedgerIdOuterClass.internal_static_com_hedera_hapi_node_state_roster_RosterSignatures_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.LedgerIdOuterClass.internal_static_com_hedera_hapi_node_state_roster_RosterSignatures_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.RosterSignatures.class, com.hederahashgraph.api.proto.java.RosterSignatures.Builder.class); } public static final int ROSTER_HASH_FIELD_NUMBER = 1; private com.google.protobuf.ByteString rosterHash_; /** *
   **
   * A roster hash for the roster that the node signatures are from.
   * 
* * bytes roster_hash = 1; * @return The rosterHash. */ @java.lang.Override public com.google.protobuf.ByteString getRosterHash() { return rosterHash_; } public static final int NODE_SIGNATURES_FIELD_NUMBER = 2; private java.util.List nodeSignatures_; /** *
   **
   * A list of node signatures on the same message where all node ids in the
   * NodeSignature objects are from the roster that the roster_hash represents.
   * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ @java.lang.Override public java.util.List getNodeSignaturesList() { return nodeSignatures_; } /** *
   **
   * A list of node signatures on the same message where all node ids in the
   * NodeSignature objects are from the roster that the roster_hash represents.
   * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ @java.lang.Override public java.util.List getNodeSignaturesOrBuilderList() { return nodeSignatures_; } /** *
   **
   * A list of node signatures on the same message where all node ids in the
   * NodeSignature objects are from the roster that the roster_hash represents.
   * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ @java.lang.Override public int getNodeSignaturesCount() { return nodeSignatures_.size(); } /** *
   **
   * A list of node signatures on the same message where all node ids in the
   * NodeSignature objects are from the roster that the roster_hash represents.
   * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ @java.lang.Override public com.hederahashgraph.api.proto.java.NodeSignature getNodeSignatures(int index) { return nodeSignatures_.get(index); } /** *
   **
   * A list of node signatures on the same message where all node ids in the
   * NodeSignature objects are from the roster that the roster_hash represents.
   * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ @java.lang.Override public com.hederahashgraph.api.proto.java.NodeSignatureOrBuilder getNodeSignaturesOrBuilder( int index) { return nodeSignatures_.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 (!rosterHash_.isEmpty()) { output.writeBytes(1, rosterHash_); } for (int i = 0; i < nodeSignatures_.size(); i++) { output.writeMessage(2, nodeSignatures_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!rosterHash_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(1, rosterHash_); } for (int i = 0; i < nodeSignatures_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, nodeSignatures_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.hederahashgraph.api.proto.java.RosterSignatures)) { return super.equals(obj); } com.hederahashgraph.api.proto.java.RosterSignatures other = (com.hederahashgraph.api.proto.java.RosterSignatures) obj; if (!getRosterHash() .equals(other.getRosterHash())) return false; if (!getNodeSignaturesList() .equals(other.getNodeSignaturesList())) 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) + ROSTER_HASH_FIELD_NUMBER; hash = (53 * hash) + getRosterHash().hashCode(); if (getNodeSignaturesCount() > 0) { hash = (37 * hash) + NODE_SIGNATURES_FIELD_NUMBER; hash = (53 * hash) + getNodeSignaturesList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.hederahashgraph.api.proto.java.RosterSignatures parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.RosterSignatures 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.RosterSignatures parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.RosterSignatures 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.RosterSignatures parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.RosterSignatures 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.RosterSignatures parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.RosterSignatures 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.RosterSignatures parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.RosterSignatures 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.RosterSignatures 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.RosterSignatures 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.RosterSignatures prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   **
   * A collection of signatures from nodes in a roster.
   * 
* * Protobuf type {@code com.hedera.hapi.node.state.roster.RosterSignatures} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:com.hedera.hapi.node.state.roster.RosterSignatures) com.hederahashgraph.api.proto.java.RosterSignaturesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.LedgerIdOuterClass.internal_static_com_hedera_hapi_node_state_roster_RosterSignatures_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.LedgerIdOuterClass.internal_static_com_hedera_hapi_node_state_roster_RosterSignatures_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.RosterSignatures.class, com.hederahashgraph.api.proto.java.RosterSignatures.Builder.class); } // Construct using com.hederahashgraph.api.proto.java.RosterSignatures.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getNodeSignaturesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); rosterHash_ = com.google.protobuf.ByteString.EMPTY; if (nodeSignaturesBuilder_ == null) { nodeSignatures_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { nodeSignaturesBuilder_.clear(); } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.hederahashgraph.api.proto.java.LedgerIdOuterClass.internal_static_com_hedera_hapi_node_state_roster_RosterSignatures_descriptor; } @java.lang.Override public com.hederahashgraph.api.proto.java.RosterSignatures getDefaultInstanceForType() { return com.hederahashgraph.api.proto.java.RosterSignatures.getDefaultInstance(); } @java.lang.Override public com.hederahashgraph.api.proto.java.RosterSignatures build() { com.hederahashgraph.api.proto.java.RosterSignatures result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.hederahashgraph.api.proto.java.RosterSignatures buildPartial() { com.hederahashgraph.api.proto.java.RosterSignatures result = new com.hederahashgraph.api.proto.java.RosterSignatures(this); int from_bitField0_ = bitField0_; result.rosterHash_ = rosterHash_; if (nodeSignaturesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { nodeSignatures_ = java.util.Collections.unmodifiableList(nodeSignatures_); bitField0_ = (bitField0_ & ~0x00000001); } result.nodeSignatures_ = nodeSignatures_; } else { result.nodeSignatures_ = nodeSignaturesBuilder_.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.RosterSignatures) { return mergeFrom((com.hederahashgraph.api.proto.java.RosterSignatures)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.hederahashgraph.api.proto.java.RosterSignatures other) { if (other == com.hederahashgraph.api.proto.java.RosterSignatures.getDefaultInstance()) return this; if (other.getRosterHash() != com.google.protobuf.ByteString.EMPTY) { setRosterHash(other.getRosterHash()); } if (nodeSignaturesBuilder_ == null) { if (!other.nodeSignatures_.isEmpty()) { if (nodeSignatures_.isEmpty()) { nodeSignatures_ = other.nodeSignatures_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureNodeSignaturesIsMutable(); nodeSignatures_.addAll(other.nodeSignatures_); } onChanged(); } } else { if (!other.nodeSignatures_.isEmpty()) { if (nodeSignaturesBuilder_.isEmpty()) { nodeSignaturesBuilder_.dispose(); nodeSignaturesBuilder_ = null; nodeSignatures_ = other.nodeSignatures_; bitField0_ = (bitField0_ & ~0x00000001); nodeSignaturesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getNodeSignaturesFieldBuilder() : null; } else { nodeSignaturesBuilder_.addAllMessages(other.nodeSignatures_); } } } 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.RosterSignatures parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.hederahashgraph.api.proto.java.RosterSignatures) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private com.google.protobuf.ByteString rosterHash_ = com.google.protobuf.ByteString.EMPTY; /** *
     **
     * A roster hash for the roster that the node signatures are from.
     * 
* * bytes roster_hash = 1; * @return The rosterHash. */ @java.lang.Override public com.google.protobuf.ByteString getRosterHash() { return rosterHash_; } /** *
     **
     * A roster hash for the roster that the node signatures are from.
     * 
* * bytes roster_hash = 1; * @param value The rosterHash to set. * @return This builder for chaining. */ public Builder setRosterHash(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } rosterHash_ = value; onChanged(); return this; } /** *
     **
     * A roster hash for the roster that the node signatures are from.
     * 
* * bytes roster_hash = 1; * @return This builder for chaining. */ public Builder clearRosterHash() { rosterHash_ = getDefaultInstance().getRosterHash(); onChanged(); return this; } private java.util.List nodeSignatures_ = java.util.Collections.emptyList(); private void ensureNodeSignaturesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { nodeSignatures_ = new java.util.ArrayList(nodeSignatures_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.hederahashgraph.api.proto.java.NodeSignature, com.hederahashgraph.api.proto.java.NodeSignature.Builder, com.hederahashgraph.api.proto.java.NodeSignatureOrBuilder> nodeSignaturesBuilder_; /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public java.util.List getNodeSignaturesList() { if (nodeSignaturesBuilder_ == null) { return java.util.Collections.unmodifiableList(nodeSignatures_); } else { return nodeSignaturesBuilder_.getMessageList(); } } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public int getNodeSignaturesCount() { if (nodeSignaturesBuilder_ == null) { return nodeSignatures_.size(); } else { return nodeSignaturesBuilder_.getCount(); } } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public com.hederahashgraph.api.proto.java.NodeSignature getNodeSignatures(int index) { if (nodeSignaturesBuilder_ == null) { return nodeSignatures_.get(index); } else { return nodeSignaturesBuilder_.getMessage(index); } } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public Builder setNodeSignatures( int index, com.hederahashgraph.api.proto.java.NodeSignature value) { if (nodeSignaturesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNodeSignaturesIsMutable(); nodeSignatures_.set(index, value); onChanged(); } else { nodeSignaturesBuilder_.setMessage(index, value); } return this; } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public Builder setNodeSignatures( int index, com.hederahashgraph.api.proto.java.NodeSignature.Builder builderForValue) { if (nodeSignaturesBuilder_ == null) { ensureNodeSignaturesIsMutable(); nodeSignatures_.set(index, builderForValue.build()); onChanged(); } else { nodeSignaturesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public Builder addNodeSignatures(com.hederahashgraph.api.proto.java.NodeSignature value) { if (nodeSignaturesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNodeSignaturesIsMutable(); nodeSignatures_.add(value); onChanged(); } else { nodeSignaturesBuilder_.addMessage(value); } return this; } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public Builder addNodeSignatures( int index, com.hederahashgraph.api.proto.java.NodeSignature value) { if (nodeSignaturesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureNodeSignaturesIsMutable(); nodeSignatures_.add(index, value); onChanged(); } else { nodeSignaturesBuilder_.addMessage(index, value); } return this; } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public Builder addNodeSignatures( com.hederahashgraph.api.proto.java.NodeSignature.Builder builderForValue) { if (nodeSignaturesBuilder_ == null) { ensureNodeSignaturesIsMutable(); nodeSignatures_.add(builderForValue.build()); onChanged(); } else { nodeSignaturesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public Builder addNodeSignatures( int index, com.hederahashgraph.api.proto.java.NodeSignature.Builder builderForValue) { if (nodeSignaturesBuilder_ == null) { ensureNodeSignaturesIsMutable(); nodeSignatures_.add(index, builderForValue.build()); onChanged(); } else { nodeSignaturesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public Builder addAllNodeSignatures( java.lang.Iterable values) { if (nodeSignaturesBuilder_ == null) { ensureNodeSignaturesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, nodeSignatures_); onChanged(); } else { nodeSignaturesBuilder_.addAllMessages(values); } return this; } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public Builder clearNodeSignatures() { if (nodeSignaturesBuilder_ == null) { nodeSignatures_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { nodeSignaturesBuilder_.clear(); } return this; } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public Builder removeNodeSignatures(int index) { if (nodeSignaturesBuilder_ == null) { ensureNodeSignaturesIsMutable(); nodeSignatures_.remove(index); onChanged(); } else { nodeSignaturesBuilder_.remove(index); } return this; } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public com.hederahashgraph.api.proto.java.NodeSignature.Builder getNodeSignaturesBuilder( int index) { return getNodeSignaturesFieldBuilder().getBuilder(index); } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public com.hederahashgraph.api.proto.java.NodeSignatureOrBuilder getNodeSignaturesOrBuilder( int index) { if (nodeSignaturesBuilder_ == null) { return nodeSignatures_.get(index); } else { return nodeSignaturesBuilder_.getMessageOrBuilder(index); } } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public java.util.List getNodeSignaturesOrBuilderList() { if (nodeSignaturesBuilder_ != null) { return nodeSignaturesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(nodeSignatures_); } } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public com.hederahashgraph.api.proto.java.NodeSignature.Builder addNodeSignaturesBuilder() { return getNodeSignaturesFieldBuilder().addBuilder( com.hederahashgraph.api.proto.java.NodeSignature.getDefaultInstance()); } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public com.hederahashgraph.api.proto.java.NodeSignature.Builder addNodeSignaturesBuilder( int index) { return getNodeSignaturesFieldBuilder().addBuilder( index, com.hederahashgraph.api.proto.java.NodeSignature.getDefaultInstance()); } /** *
     **
     * A list of node signatures on the same message where all node ids in the
     * NodeSignature objects are from the roster that the roster_hash represents.
     * 
* * repeated .com.hedera.hapi.node.state.roster.NodeSignature node_signatures = 2; */ public java.util.List getNodeSignaturesBuilderList() { return getNodeSignaturesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.hederahashgraph.api.proto.java.NodeSignature, com.hederahashgraph.api.proto.java.NodeSignature.Builder, com.hederahashgraph.api.proto.java.NodeSignatureOrBuilder> getNodeSignaturesFieldBuilder() { if (nodeSignaturesBuilder_ == null) { nodeSignaturesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.hederahashgraph.api.proto.java.NodeSignature, com.hederahashgraph.api.proto.java.NodeSignature.Builder, com.hederahashgraph.api.proto.java.NodeSignatureOrBuilder>( nodeSignatures_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); nodeSignatures_ = null; } return nodeSignaturesBuilder_; } @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:com.hedera.hapi.node.state.roster.RosterSignatures) } // @@protoc_insertion_point(class_scope:com.hedera.hapi.node.state.roster.RosterSignatures) private static final com.hederahashgraph.api.proto.java.RosterSignatures DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.hederahashgraph.api.proto.java.RosterSignatures(); } public static com.hederahashgraph.api.proto.java.RosterSignatures getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RosterSignatures parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new RosterSignatures(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.RosterSignatures getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy