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

io.provenance.metadata.v0.ScopeOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/metadata/v0/scope.proto

package io.provenance.metadata.v0;

public final class ScopeOuterClass {
  private ScopeOuterClass() {}
  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_scope_Event_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_scope_Event_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_scope_Scope_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_scope_Scope_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_scope_ScopeCollection_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_scope_ScopeCollection_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_scope_RecordGroup_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_scope_RecordGroup_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_scope_Record_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_scope_Record_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_scope_RecordInput_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_scope_RecordInput_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\"provenance/metadata/v0/scope.proto\022\005sc" +
      "ope\032%provenance/metadata/v0/contract.pro" +
      "to\032\"provenance/metadata/v0/types.proto\032 " +
      "google/protobuf/descriptor.proto\"M\n\005Even" +
      "t\022\037\n\ngroup_uuid\030\001 \001(\0132\013.types.UUID\022#\n\016ex" +
      "ecution_uuid\030\002 \001(\0132\013.types.UUID\"\222\001\n\005Scop" +
      "e\022\031\n\004uuid\030\001 \001(\0132\013.types.UUID\022\"\n\007parties\030" +
      "\002 \003(\0132\021.contract.Recital\022(\n\014record_group" +
      "\030\003 \003(\0132\022.scope.RecordGroup\022 \n\nlast_event" +
      "\030\004 \001(\0132\014.scope.Event\"/\n\017ScopeCollection\022" +
      "\034\n\006scopes\030\001 \003(\0132\014.scope.Scope\"\370\001\n\013Record" +
      "Group\022\025\n\rspecification\030\001 \001(\t\022\037\n\ngroup_uu" +
      "id\030\002 \001(\0132\013.types.UUID\0227\n\010executor\030\003 \001(\0132" +
      "%.types.SigningAndEncryptionPublicKeys\022\"" +
      "\n\007parties\030\004 \003(\0132\021.contract.Recital\022\036\n\007re" +
      "cords\030\005 \003(\0132\r.scope.Record\022\021\n\tclassname\030" +
      "\006 \001(\t\022!\n\005audit\030c \001(\0132\022.types.AuditFields" +
      "\"\264\001\n\006Record\022\014\n\004name\030\001 \001(\t\022\014\n\004hash\030\002 \001(\t\022" +
      "\021\n\tclassname\030\003 \001(\t\022\"\n\006inputs\030\004 \003(\0132\022.sco" +
      "pe.RecordInput\022-\n\006result\030\005 \001(\0162\035.contrac" +
      "t.ExecutionResultType\022\023\n\013result_name\030\006 \001" +
      "(\t\022\023\n\013result_hash\030\007 \001(\t\"b\n\013RecordInput\022\014" +
      "\n\004name\030\001 \001(\t\022\014\n\004hash\030\002 \001(\t\022\021\n\tclassname\030" +
      "\003 \001(\t\022$\n\004type\030\004 \001(\0162\026.scope.RecordInputT" +
      "ype*l\n\017RecordInputType\022\035\n\031RECORD_INPUT_T" +
      "YPE_UNKNOWN\020\000\022\036\n\032RECORD_INPUT_TYPE_PROPO" +
      "SED\020\001\022\032\n\026RECORD_INPUT_TYPE_FACT\020\002BY\n\031io." +
      "provenance.metadata.v0P\001Z:github.com/pro" +
      "venance-io/provenance/x/metadata/legacy/" +
      "v039b\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          io.provenance.metadata.v0.ContractOuterClass.getDescriptor(),
          io.provenance.metadata.v0.Types.getDescriptor(),
          com.google.protobuf.DescriptorProtos.getDescriptor(),
        }, assigner);
    internal_static_scope_Event_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_scope_Event_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_scope_Event_descriptor,
        new java.lang.String[] { "GroupUuid", "ExecutionUuid", });
    internal_static_scope_Scope_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_scope_Scope_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_scope_Scope_descriptor,
        new java.lang.String[] { "Uuid", "Parties", "RecordGroup", "LastEvent", });
    internal_static_scope_ScopeCollection_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_scope_ScopeCollection_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_scope_ScopeCollection_descriptor,
        new java.lang.String[] { "Scopes", });
    internal_static_scope_RecordGroup_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_scope_RecordGroup_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_scope_RecordGroup_descriptor,
        new java.lang.String[] { "Specification", "GroupUuid", "Executor", "Parties", "Records", "Classname", "Audit", });
    internal_static_scope_Record_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_scope_Record_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_scope_Record_descriptor,
        new java.lang.String[] { "Name", "Hash", "Classname", "Inputs", "Result", "ResultName", "ResultHash", });
    internal_static_scope_RecordInput_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_scope_RecordInput_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_scope_RecordInput_descriptor,
        new java.lang.String[] { "Name", "Hash", "Classname", "Type", });
    io.provenance.metadata.v0.ContractOuterClass.getDescriptor();
    io.provenance.metadata.v0.Types.getDescriptor();
    com.google.protobuf.DescriptorProtos.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy