Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: block_service.proto
package com.hedera.hapi.block.protoc;
/**
*
**
* Publish a stream of blocks.
* Each item in the stream MUST contain one `BlockItem`.<br/>
* Each Block MUST begin with a single `BlockHeader` block item.<br/>
* The block node SHALL append each `BlockItem` to an internal structure
* to reconstruct full blocks.<br/>
* The block node MUST verify the block proof for each block before sending a
* response message acknowledging that block.<br/>
* Each Block MUST end with a single `BlockStateProof` block item.<br/>
* The block node MUST verify the Block using the `BlockStateProof` to
* ensure all data was received and processed correctly.<br/>
*
*
* Protobuf type {@code com.hedera.hapi.block.PublishStreamRequest}
*/
public final class PublishStreamRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.hedera.hapi.block.PublishStreamRequest)
PublishStreamRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use PublishStreamRequest.newBuilder() to construct.
private PublishStreamRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PublishStreamRequest() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new PublishStreamRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private PublishStreamRequest(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
com.hedera.hapi.block.stream.protoc.BlockItem.Builder subBuilder = null;
if (blockItem_ != null) {
subBuilder = blockItem_.toBuilder();
}
blockItem_ = input.readMessage(com.hedera.hapi.block.stream.protoc.BlockItem.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(blockItem_);
blockItem_ = subBuilder.buildPartial();
}
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.hedera.hapi.block.protoc.BlockService.internal_static_com_hedera_hapi_block_PublishStreamRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hedera.hapi.block.protoc.BlockService.internal_static_com_hedera_hapi_block_PublishStreamRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hedera.hapi.block.protoc.PublishStreamRequest.class, com.hedera.hapi.block.protoc.PublishStreamRequest.Builder.class);
}
public static final int BLOCK_ITEM_FIELD_NUMBER = 1;
private com.hedera.hapi.block.stream.protoc.BlockItem blockItem_;
/**
*
**
* A single item written to the block stream.
*
*
* .com.hedera.hapi.block.stream.BlockItem block_item = 1;
* @return Whether the blockItem field is set.
*/
@java.lang.Override
public boolean hasBlockItem() {
return blockItem_ != null;
}
/**
*
*
* .com.hedera.hapi.block.stream.BlockItem block_item = 1;
*/
@java.lang.Override
public com.hedera.hapi.block.stream.protoc.BlockItemOrBuilder getBlockItemOrBuilder() {
return getBlockItem();
}
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 (blockItem_ != null) {
output.writeMessage(1, getBlockItem());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (blockItem_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getBlockItem());
}
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.hapi.block.protoc.PublishStreamRequest)) {
return super.equals(obj);
}
com.hedera.hapi.block.protoc.PublishStreamRequest other = (com.hedera.hapi.block.protoc.PublishStreamRequest) obj;
if (hasBlockItem() != other.hasBlockItem()) return false;
if (hasBlockItem()) {
if (!getBlockItem()
.equals(other.getBlockItem())) 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 (hasBlockItem()) {
hash = (37 * hash) + BLOCK_ITEM_FIELD_NUMBER;
hash = (53 * hash) + getBlockItem().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.hedera.hapi.block.protoc.PublishStreamRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hedera.hapi.block.protoc.PublishStreamRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.hedera.hapi.block.protoc.PublishStreamRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hedera.hapi.block.protoc.PublishStreamRequest 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.hapi.block.protoc.PublishStreamRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hedera.hapi.block.protoc.PublishStreamRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.hedera.hapi.block.protoc.PublishStreamRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.hedera.hapi.block.protoc.PublishStreamRequest 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.hapi.block.protoc.PublishStreamRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.hedera.hapi.block.protoc.PublishStreamRequest 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.hapi.block.protoc.PublishStreamRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.hedera.hapi.block.protoc.PublishStreamRequest 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.hapi.block.protoc.PublishStreamRequest 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;
}
/**
*
**
* Publish a stream of blocks.
* Each item in the stream MUST contain one `BlockItem`.<br/>
* Each Block MUST begin with a single `BlockHeader` block item.<br/>
* The block node SHALL append each `BlockItem` to an internal structure
* to reconstruct full blocks.<br/>
* The block node MUST verify the block proof for each block before sending a
* response message acknowledging that block.<br/>
* Each Block MUST end with a single `BlockStateProof` block item.<br/>
* The block node MUST verify the Block using the `BlockStateProof` to
* ensure all data was received and processed correctly.<br/>
*
*
* Protobuf type {@code com.hedera.hapi.block.PublishStreamRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.hedera.hapi.block.PublishStreamRequest)
com.hedera.hapi.block.protoc.PublishStreamRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.hedera.hapi.block.protoc.BlockService.internal_static_com_hedera_hapi_block_PublishStreamRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hedera.hapi.block.protoc.BlockService.internal_static_com_hedera_hapi_block_PublishStreamRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hedera.hapi.block.protoc.PublishStreamRequest.class, com.hedera.hapi.block.protoc.PublishStreamRequest.Builder.class);
}
// Construct using com.hedera.hapi.block.protoc.PublishStreamRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (blockItemBuilder_ == null) {
blockItem_ = null;
} else {
blockItem_ = null;
blockItemBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.hedera.hapi.block.protoc.BlockService.internal_static_com_hedera_hapi_block_PublishStreamRequest_descriptor;
}
@java.lang.Override
public com.hedera.hapi.block.protoc.PublishStreamRequest getDefaultInstanceForType() {
return com.hedera.hapi.block.protoc.PublishStreamRequest.getDefaultInstance();
}
@java.lang.Override
public com.hedera.hapi.block.protoc.PublishStreamRequest build() {
com.hedera.hapi.block.protoc.PublishStreamRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.hedera.hapi.block.protoc.PublishStreamRequest buildPartial() {
com.hedera.hapi.block.protoc.PublishStreamRequest result = new com.hedera.hapi.block.protoc.PublishStreamRequest(this);
if (blockItemBuilder_ == null) {
result.blockItem_ = blockItem_;
} else {
result.blockItem_ = blockItemBuilder_.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.hapi.block.protoc.PublishStreamRequest) {
return mergeFrom((com.hedera.hapi.block.protoc.PublishStreamRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.hedera.hapi.block.protoc.PublishStreamRequest other) {
if (other == com.hedera.hapi.block.protoc.PublishStreamRequest.getDefaultInstance()) return this;
if (other.hasBlockItem()) {
mergeBlockItem(other.getBlockItem());
}
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.hapi.block.protoc.PublishStreamRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.hedera.hapi.block.protoc.PublishStreamRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.hedera.hapi.block.stream.protoc.BlockItem blockItem_;
private com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hapi.block.stream.protoc.BlockItem, com.hedera.hapi.block.stream.protoc.BlockItem.Builder, com.hedera.hapi.block.stream.protoc.BlockItemOrBuilder> blockItemBuilder_;
/**
*
**
* A single item written to the block stream.
*
*
* .com.hedera.hapi.block.stream.BlockItem block_item = 1;
* @return Whether the blockItem field is set.
*/
public boolean hasBlockItem() {
return blockItemBuilder_ != null || blockItem_ != null;
}
/**
*