All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
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.
main.org.onflow.protobuf.entities.MetadataOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: flow/entities/metadata.proto
package org.onflow.protobuf.entities;
public final class MetadataOuterClass {
private MetadataOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface MetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:flow.entities.Metadata)
com.google.protobuf.MessageOrBuilder {
/**
* bytes latest_finalized_block_id = 1;
* @return The latestFinalizedBlockId.
*/
com.google.protobuf.ByteString getLatestFinalizedBlockId();
/**
* uint64 latest_finalized_height = 2;
* @return The latestFinalizedHeight.
*/
long getLatestFinalizedHeight();
/**
* bytes node_id = 3;
* @return The nodeId.
*/
com.google.protobuf.ByteString getNodeId();
/**
* uint64 highest_indexed_height = 4;
* @return The highestIndexedHeight.
*/
long getHighestIndexedHeight();
}
/**
* Protobuf type {@code flow.entities.Metadata}
*/
public static final class Metadata extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:flow.entities.Metadata)
MetadataOrBuilder {
private static final long serialVersionUID = 0L;
// Use Metadata.newBuilder() to construct.
private Metadata(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Metadata() {
latestFinalizedBlockId_ = com.google.protobuf.ByteString.EMPTY;
nodeId_ = com.google.protobuf.ByteString.EMPTY;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Metadata();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Metadata(
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: {
latestFinalizedBlockId_ = input.readBytes();
break;
}
case 16: {
latestFinalizedHeight_ = input.readUInt64();
break;
}
case 26: {
nodeId_ = input.readBytes();
break;
}
case 32: {
highestIndexedHeight_ = input.readUInt64();
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 org.onflow.protobuf.entities.MetadataOuterClass.internal_static_flow_entities_Metadata_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.onflow.protobuf.entities.MetadataOuterClass.internal_static_flow_entities_Metadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.onflow.protobuf.entities.MetadataOuterClass.Metadata.class, org.onflow.protobuf.entities.MetadataOuterClass.Metadata.Builder.class);
}
public static final int LATEST_FINALIZED_BLOCK_ID_FIELD_NUMBER = 1;
private com.google.protobuf.ByteString latestFinalizedBlockId_;
/**
* bytes latest_finalized_block_id = 1;
* @return The latestFinalizedBlockId.
*/
@java.lang.Override
public com.google.protobuf.ByteString getLatestFinalizedBlockId() {
return latestFinalizedBlockId_;
}
public static final int LATEST_FINALIZED_HEIGHT_FIELD_NUMBER = 2;
private long latestFinalizedHeight_;
/**
* uint64 latest_finalized_height = 2;
* @return The latestFinalizedHeight.
*/
@java.lang.Override
public long getLatestFinalizedHeight() {
return latestFinalizedHeight_;
}
public static final int NODE_ID_FIELD_NUMBER = 3;
private com.google.protobuf.ByteString nodeId_;
/**
* bytes node_id = 3;
* @return The nodeId.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNodeId() {
return nodeId_;
}
public static final int HIGHEST_INDEXED_HEIGHT_FIELD_NUMBER = 4;
private long highestIndexedHeight_;
/**
* uint64 highest_indexed_height = 4;
* @return The highestIndexedHeight.
*/
@java.lang.Override
public long getHighestIndexedHeight() {
return highestIndexedHeight_;
}
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 (!latestFinalizedBlockId_.isEmpty()) {
output.writeBytes(1, latestFinalizedBlockId_);
}
if (latestFinalizedHeight_ != 0L) {
output.writeUInt64(2, latestFinalizedHeight_);
}
if (!nodeId_.isEmpty()) {
output.writeBytes(3, nodeId_);
}
if (highestIndexedHeight_ != 0L) {
output.writeUInt64(4, highestIndexedHeight_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!latestFinalizedBlockId_.isEmpty()) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, latestFinalizedBlockId_);
}
if (latestFinalizedHeight_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(2, latestFinalizedHeight_);
}
if (!nodeId_.isEmpty()) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(3, nodeId_);
}
if (highestIndexedHeight_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeUInt64Size(4, highestIndexedHeight_);
}
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 org.onflow.protobuf.entities.MetadataOuterClass.Metadata)) {
return super.equals(obj);
}
org.onflow.protobuf.entities.MetadataOuterClass.Metadata other = (org.onflow.protobuf.entities.MetadataOuterClass.Metadata) obj;
if (!getLatestFinalizedBlockId()
.equals(other.getLatestFinalizedBlockId())) return false;
if (getLatestFinalizedHeight()
!= other.getLatestFinalizedHeight()) return false;
if (!getNodeId()
.equals(other.getNodeId())) return false;
if (getHighestIndexedHeight()
!= other.getHighestIndexedHeight()) 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) + LATEST_FINALIZED_BLOCK_ID_FIELD_NUMBER;
hash = (53 * hash) + getLatestFinalizedBlockId().hashCode();
hash = (37 * hash) + LATEST_FINALIZED_HEIGHT_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getLatestFinalizedHeight());
hash = (37 * hash) + NODE_ID_FIELD_NUMBER;
hash = (53 * hash) + getNodeId().hashCode();
hash = (37 * hash) + HIGHEST_INDEXED_HEIGHT_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getHighestIndexedHeight());
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata 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 org.onflow.protobuf.entities.MetadataOuterClass.Metadata parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata 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 org.onflow.protobuf.entities.MetadataOuterClass.Metadata parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata 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(org.onflow.protobuf.entities.MetadataOuterClass.Metadata 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;
}
/**
* Protobuf type {@code flow.entities.Metadata}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:flow.entities.Metadata)
org.onflow.protobuf.entities.MetadataOuterClass.MetadataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.onflow.protobuf.entities.MetadataOuterClass.internal_static_flow_entities_Metadata_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.onflow.protobuf.entities.MetadataOuterClass.internal_static_flow_entities_Metadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.onflow.protobuf.entities.MetadataOuterClass.Metadata.class, org.onflow.protobuf.entities.MetadataOuterClass.Metadata.Builder.class);
}
// Construct using org.onflow.protobuf.entities.MetadataOuterClass.Metadata.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();
latestFinalizedBlockId_ = com.google.protobuf.ByteString.EMPTY;
latestFinalizedHeight_ = 0L;
nodeId_ = com.google.protobuf.ByteString.EMPTY;
highestIndexedHeight_ = 0L;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.onflow.protobuf.entities.MetadataOuterClass.internal_static_flow_entities_Metadata_descriptor;
}
@java.lang.Override
public org.onflow.protobuf.entities.MetadataOuterClass.Metadata getDefaultInstanceForType() {
return org.onflow.protobuf.entities.MetadataOuterClass.Metadata.getDefaultInstance();
}
@java.lang.Override
public org.onflow.protobuf.entities.MetadataOuterClass.Metadata build() {
org.onflow.protobuf.entities.MetadataOuterClass.Metadata result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public org.onflow.protobuf.entities.MetadataOuterClass.Metadata buildPartial() {
org.onflow.protobuf.entities.MetadataOuterClass.Metadata result = new org.onflow.protobuf.entities.MetadataOuterClass.Metadata(this);
result.latestFinalizedBlockId_ = latestFinalizedBlockId_;
result.latestFinalizedHeight_ = latestFinalizedHeight_;
result.nodeId_ = nodeId_;
result.highestIndexedHeight_ = highestIndexedHeight_;
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 org.onflow.protobuf.entities.MetadataOuterClass.Metadata) {
return mergeFrom((org.onflow.protobuf.entities.MetadataOuterClass.Metadata)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.onflow.protobuf.entities.MetadataOuterClass.Metadata other) {
if (other == org.onflow.protobuf.entities.MetadataOuterClass.Metadata.getDefaultInstance()) return this;
if (other.getLatestFinalizedBlockId() != com.google.protobuf.ByteString.EMPTY) {
setLatestFinalizedBlockId(other.getLatestFinalizedBlockId());
}
if (other.getLatestFinalizedHeight() != 0L) {
setLatestFinalizedHeight(other.getLatestFinalizedHeight());
}
if (other.getNodeId() != com.google.protobuf.ByteString.EMPTY) {
setNodeId(other.getNodeId());
}
if (other.getHighestIndexedHeight() != 0L) {
setHighestIndexedHeight(other.getHighestIndexedHeight());
}
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 {
org.onflow.protobuf.entities.MetadataOuterClass.Metadata parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.onflow.protobuf.entities.MetadataOuterClass.Metadata) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.google.protobuf.ByteString latestFinalizedBlockId_ = com.google.protobuf.ByteString.EMPTY;
/**
* bytes latest_finalized_block_id = 1;
* @return The latestFinalizedBlockId.
*/
@java.lang.Override
public com.google.protobuf.ByteString getLatestFinalizedBlockId() {
return latestFinalizedBlockId_;
}
/**
* bytes latest_finalized_block_id = 1;
* @param value The latestFinalizedBlockId to set.
* @return This builder for chaining.
*/
public Builder setLatestFinalizedBlockId(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
latestFinalizedBlockId_ = value;
onChanged();
return this;
}
/**
* bytes latest_finalized_block_id = 1;
* @return This builder for chaining.
*/
public Builder clearLatestFinalizedBlockId() {
latestFinalizedBlockId_ = getDefaultInstance().getLatestFinalizedBlockId();
onChanged();
return this;
}
private long latestFinalizedHeight_ ;
/**
* uint64 latest_finalized_height = 2;
* @return The latestFinalizedHeight.
*/
@java.lang.Override
public long getLatestFinalizedHeight() {
return latestFinalizedHeight_;
}
/**
* uint64 latest_finalized_height = 2;
* @param value The latestFinalizedHeight to set.
* @return This builder for chaining.
*/
public Builder setLatestFinalizedHeight(long value) {
latestFinalizedHeight_ = value;
onChanged();
return this;
}
/**
* uint64 latest_finalized_height = 2;
* @return This builder for chaining.
*/
public Builder clearLatestFinalizedHeight() {
latestFinalizedHeight_ = 0L;
onChanged();
return this;
}
private com.google.protobuf.ByteString nodeId_ = com.google.protobuf.ByteString.EMPTY;
/**
* bytes node_id = 3;
* @return The nodeId.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNodeId() {
return nodeId_;
}
/**
* bytes node_id = 3;
* @param value The nodeId to set.
* @return This builder for chaining.
*/
public Builder setNodeId(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
nodeId_ = value;
onChanged();
return this;
}
/**
* bytes node_id = 3;
* @return This builder for chaining.
*/
public Builder clearNodeId() {
nodeId_ = getDefaultInstance().getNodeId();
onChanged();
return this;
}
private long highestIndexedHeight_ ;
/**
* uint64 highest_indexed_height = 4;
* @return The highestIndexedHeight.
*/
@java.lang.Override
public long getHighestIndexedHeight() {
return highestIndexedHeight_;
}
/**
* uint64 highest_indexed_height = 4;
* @param value The highestIndexedHeight to set.
* @return This builder for chaining.
*/
public Builder setHighestIndexedHeight(long value) {
highestIndexedHeight_ = value;
onChanged();
return this;
}
/**
* uint64 highest_indexed_height = 4;
* @return This builder for chaining.
*/
public Builder clearHighestIndexedHeight() {
highestIndexedHeight_ = 0L;
onChanged();
return this;
}
@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:flow.entities.Metadata)
}
// @@protoc_insertion_point(class_scope:flow.entities.Metadata)
private static final org.onflow.protobuf.entities.MetadataOuterClass.Metadata DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.onflow.protobuf.entities.MetadataOuterClass.Metadata();
}
public static org.onflow.protobuf.entities.MetadataOuterClass.Metadata getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Metadata parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new Metadata(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 org.onflow.protobuf.entities.MetadataOuterClass.Metadata getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_flow_entities_Metadata_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_flow_entities_Metadata_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\034flow/entities/metadata.proto\022\rflow.ent" +
"ities\"\177\n\010Metadata\022!\n\031latest_finalized_bl" +
"ock_id\030\001 \001(\014\022\037\n\027latest_finalized_height\030" +
"\002 \001(\004\022\017\n\007node_id\030\003 \001(\014\022\036\n\026highest_indexe" +
"d_height\030\004 \001(\004BP\n\034org.onflow.protobuf.en" +
"titiesZ0github.com/onflow/flow/protobuf/" +
"go/flow/entitiesb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_flow_entities_Metadata_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_flow_entities_Metadata_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_flow_entities_Metadata_descriptor,
new java.lang.String[] { "LatestFinalizedBlockId", "LatestFinalizedHeight", "NodeId", "HighestIndexedHeight", });
}
// @@protoc_insertion_point(outer_class_scope)
}