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

com.hedera.services.stream.proto.RecordStreamFileOuterClass Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: record_stream_file.proto

package com.hedera.services.stream.proto;

public final class RecordStreamFileOuterClass {
  private RecordStreamFileOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_RecordStreamFile_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_RecordStreamFile_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_RecordStreamItem_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_RecordStreamItem_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_SidecarMetadata_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_SidecarMetadata_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\030record_stream_file.proto\022\005proto\032\021basic" +
      "_types.proto\032\021transaction.proto\032\030transac" +
      "tion_record.proto\032\021hash_object.proto\"\246\002\n" +
      "\020RecordStreamFile\0222\n\022hapi_proto_version\030" +
      "\001 \001(\0132\026.proto.SemanticVersion\0224\n\031start_o" +
      "bject_running_hash\030\002 \001(\0132\021.proto.HashObj" +
      "ect\0224\n\023record_stream_items\030\003 \003(\0132\027.proto" +
      ".RecordStreamItem\0222\n\027end_object_running_" +
      "hash\030\004 \001(\0132\021.proto.HashObject\022\024\n\014block_n" +
      "umber\030\005 \001(\003\022(\n\010sidecars\030\006 \003(\0132\026.proto.Si" +
      "decarMetadata\"e\n\020RecordStreamItem\022\'\n\013tra" +
      "nsaction\030\001 \001(\0132\022.proto.Transaction\022(\n\006re" +
      "cord\030\002 \001(\0132\030.proto.TransactionRecord\"a\n\017" +
      "SidecarMetadata\022\037\n\004hash\030\001 \001(\0132\021.proto.Ha" +
      "shObject\022\n\n\002id\030\002 \001(\005\022!\n\005types\030\003 \003(\0162\022.pr" +
      "oto.SidecarType*n\n\013SidecarType\022\030\n\024SIDECA" +
      "R_TYPE_UNKNOWN\020\000\022\031\n\025CONTRACT_STATE_CHANG" +
      "E\020\001\022\023\n\017CONTRACT_ACTION\020\002\022\025\n\021CONTRACT_BYT" +
      "ECODE\020\003B$\n com.hedera.services.stream.pr" +
      "otoP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
          com.hederahashgraph.api.proto.java.TransactionOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.TransactionRecordOuterClass.getDescriptor(),
          com.hedera.services.stream.proto.HashObjectOuterClass.getDescriptor(),
        });
    internal_static_proto_RecordStreamFile_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_RecordStreamFile_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_RecordStreamFile_descriptor,
        new java.lang.String[] { "HapiProtoVersion", "StartObjectRunningHash", "RecordStreamItems", "EndObjectRunningHash", "BlockNumber", "Sidecars", });
    internal_static_proto_RecordStreamItem_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_RecordStreamItem_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_RecordStreamItem_descriptor,
        new java.lang.String[] { "Transaction", "Record", });
    internal_static_proto_SidecarMetadata_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_proto_SidecarMetadata_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_SidecarMetadata_descriptor,
        new java.lang.String[] { "Hash", "Id", "Types", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.TransactionOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.TransactionRecordOuterClass.getDescriptor();
    com.hedera.services.stream.proto.HashObjectOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy