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

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

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

package com.hedera.services.stream.proto;

public final class SidecarFileOuterClass {
  private SidecarFileOuterClass() {}
  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_SidecarFile_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_SidecarFile_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_TransactionSidecarRecord_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_TransactionSidecarRecord_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\022sidecar_file.proto\022\005proto\032\021basic_types" +
      ".proto\032\017timestamp.proto\032\033contract_state_" +
      "change.proto\032\025contract_action.proto\032\027con" +
      "tract_bytecode.proto\"G\n\013SidecarFile\0228\n\017s" +
      "idecar_records\030\001 \003(\0132\037.proto.Transaction" +
      "SidecarRecord\"\375\001\n\030TransactionSidecarReco" +
      "rd\022-\n\023consensus_timestamp\030\001 \001(\0132\020.proto." +
      "Timestamp\022\021\n\tmigration\030\002 \001(\010\0224\n\rstate_ch" +
      "anges\030\003 \001(\0132\033.proto.ContractStateChanges" +
      "H\000\022)\n\007actions\030\004 \001(\0132\026.proto.ContractActi" +
      "onsH\000\022+\n\010bytecode\030\005 \001(\0132\027.proto.Contract" +
      "BytecodeH\000B\021\n\017sidecar_recordsB$\n com.hed" +
      "era.services.stream.protoP\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.TimestampOuterClass.getDescriptor(),
          com.hedera.services.stream.proto.ContractStateChangeOuterClass.getDescriptor(),
          com.hedera.services.stream.proto.ContractActionOuterClass.getDescriptor(),
          com.hedera.services.stream.proto.ContractBytecodeOuterClass.getDescriptor(),
        });
    internal_static_proto_SidecarFile_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_SidecarFile_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_SidecarFile_descriptor,
        new java.lang.String[] { "SidecarRecords", });
    internal_static_proto_TransactionSidecarRecord_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_TransactionSidecarRecord_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_TransactionSidecarRecord_descriptor,
        new java.lang.String[] { "ConsensusTimestamp", "Migration", "StateChanges", "Actions", "Bytecode", "SidecarRecords", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
    com.hedera.services.stream.proto.ContractStateChangeOuterClass.getDescriptor();
    com.hedera.services.stream.proto.ContractActionOuterClass.getDescriptor();
    com.hedera.services.stream.proto.ContractBytecodeOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy