com.hedera.hapi.block.stream.output.protoc.QueuePushChangeOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: stream/output/state_changes.proto
package com.hedera.hapi.block.stream.output.protoc;
public interface QueuePushChangeOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.hedera.hapi.block.stream.output.QueuePushChange)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* A byte array added to the queue state.
*
*
* .google.protobuf.BytesValue proto_bytes_element = 1;
* @return Whether the protoBytesElement field is set.
*/
boolean hasProtoBytesElement();
/**
*
**
* A byte array added to the queue state.
*
*
* .google.protobuf.BytesValue proto_bytes_element = 1;
* @return The protoBytesElement.
*/
com.google.protobuf.BytesValue getProtoBytesElement();
/**
*
**
* A byte array added to the queue state.
*
*
* .google.protobuf.BytesValue proto_bytes_element = 1;
*/
com.google.protobuf.BytesValueOrBuilder getProtoBytesElementOrBuilder();
/**
*
**
* A string added to the queue state.
*
*
* .google.protobuf.StringValue proto_string_element = 2;
* @return Whether the protoStringElement field is set.
*/
boolean hasProtoStringElement();
/**
*
**
* A string added to the queue state.
*
*
* .google.protobuf.StringValue proto_string_element = 2;
* @return The protoStringElement.
*/
com.google.protobuf.StringValue getProtoStringElement();
/**
*
**
* A string added to the queue state.
*
*
* .google.protobuf.StringValue proto_string_element = 2;
*/
com.google.protobuf.StringValueOrBuilder getProtoStringElementOrBuilder();
/**
*
**
* All transaction receipts for a round added to queue state.
*
*
* .proto.TransactionReceiptEntries transaction_receipt_entries_element = 3;
* @return Whether the transactionReceiptEntriesElement field is set.
*/
boolean hasTransactionReceiptEntriesElement();
/**
*
**
* All transaction receipts for a round added to queue state.
*
*
* .proto.TransactionReceiptEntries transaction_receipt_entries_element = 3;
* @return The transactionReceiptEntriesElement.
*/
com.hederahashgraph.api.proto.java.TransactionReceiptEntries getTransactionReceiptEntriesElement();
/**
*
**
* All transaction receipts for a round added to queue state.
*
*
* .proto.TransactionReceiptEntries transaction_receipt_entries_element = 3;
*/
com.hederahashgraph.api.proto.java.TransactionReceiptEntriesOrBuilder getTransactionReceiptEntriesElementOrBuilder();
public com.hedera.hapi.block.stream.output.protoc.QueuePushChange.ValueCase getValueCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy