Events.java

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: events.proto
// Protobuf Java Version: 4.30.2

package dev.sigstore.proto.events.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:Events.java.pb.meta")
public final class Events {
  private Events() {}
  static {
    com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
      com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
      /* major= */ 4,
      /* minor= */ 30,
      /* patch= */ 2,
      /* suffix= */ "",
      Events.class.getName());
  }
  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_dev_sigstore_events_v1_CloudEvent_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_dev_sigstore_events_v1_CloudEvent_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_dev_sigstore_events_v1_CloudEvent_AttributesEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_dev_sigstore_events_v1_CloudEvent_AttributesEntry_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_dev_sigstore_events_v1_CloudEvent_CloudEventAttributeValue_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_dev_sigstore_events_v1_CloudEvent_CloudEventAttributeValue_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_dev_sigstore_events_v1_CloudEventBatch_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_dev_sigstore_events_v1_CloudEventBatch_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\014events.proto\022\026dev.sigstore.events.v1\032\031" +
      "google/protobuf/any.proto\032\037google/protob" +
      "uf/timestamp.proto\"\272\004\n\nCloudEvent\022\n\n\002id\030" +
      "\001 \001(\t\022\016\n\006source\030\002 \001(\t\022\024\n\014spec_version\030\003 " +
      "\001(\t\022\014\n\004type\030\004 \001(\t\022F\n\nattributes\030\005 \003(\01322." +
      "dev.sigstore.events.v1.CloudEvent.Attrib" +
      "utesEntry\022\025\n\013binary_data\030\006 \001(\014H\000\022\023\n\ttext" +
      "_data\030\007 \001(\tH\000\022*\n\nproto_data\030\010 \001(\0132\024.goog" +
      "le.protobuf.AnyH\000\032n\n\017AttributesEntry\022\013\n\003" +
      "key\030\001 \001(\t\022J\n\005value\030\002 \001(\0132;.dev.sigstore." +
      "events.v1.CloudEvent.CloudEventAttribute" +
      "Value:\0028\001\032\323\001\n\030CloudEventAttributeValue\022\024" +
      "\n\nce_boolean\030\001 \001(\010H\000\022\024\n\nce_integer\030\002 \001(\005" +
      "H\000\022\023\n\tce_string\030\003 \001(\tH\000\022\022\n\010ce_bytes\030\004 \001(" +
      "\014H\000\022\020\n\006ce_uri\030\005 \001(\tH\000\022\024\n\nce_uri_ref\030\006 \001(" +
      "\tH\000\0222\n\014ce_timestamp\030\007 \001(\0132\032.google.proto" +
      "buf.TimestampH\000B\006\n\004attrB\006\n\004data\"E\n\017Cloud" +
      "EventBatch\0222\n\006events\030\001 \003(\0132\".dev.sigstor" +
      "e.events.v1.CloudEventBk\n\034dev.sigstore.p" +
      "roto.events.v1P\001Z6github.com/sigstore/pr" +
      "otobuf-specs/gen/pb-go/events/v1\352\002\020Sigst" +
      "ore::Eventsb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.AnyProto.getDescriptor(),
          com.google.protobuf.TimestampProto.getDescriptor(),
        });
    internal_static_dev_sigstore_events_v1_CloudEvent_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_dev_sigstore_events_v1_CloudEvent_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_dev_sigstore_events_v1_CloudEvent_descriptor,
        new java.lang.String[] { "Id", "Source", "SpecVersion", "Type", "Attributes", "BinaryData", "TextData", "ProtoData", "Data", });
    internal_static_dev_sigstore_events_v1_CloudEvent_AttributesEntry_descriptor =
      internal_static_dev_sigstore_events_v1_CloudEvent_descriptor.getNestedTypes().get(0);
    internal_static_dev_sigstore_events_v1_CloudEvent_AttributesEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_dev_sigstore_events_v1_CloudEvent_AttributesEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_dev_sigstore_events_v1_CloudEvent_CloudEventAttributeValue_descriptor =
      internal_static_dev_sigstore_events_v1_CloudEvent_descriptor.getNestedTypes().get(1);
    internal_static_dev_sigstore_events_v1_CloudEvent_CloudEventAttributeValue_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_dev_sigstore_events_v1_CloudEvent_CloudEventAttributeValue_descriptor,
        new java.lang.String[] { "CeBoolean", "CeInteger", "CeString", "CeBytes", "CeUri", "CeUriRef", "CeTimestamp", "Attr", });
    internal_static_dev_sigstore_events_v1_CloudEventBatch_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_dev_sigstore_events_v1_CloudEventBatch_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_dev_sigstore_events_v1_CloudEventBatch_descriptor,
        new java.lang.String[] { "Events", });
    descriptor.resolveAllFeaturesImmutable();
    com.google.protobuf.AnyProto.getDescriptor();
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}