BundleProto.java

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

package dev.sigstore.proto.bundle.v1;

@javax.annotation.Generated(value="protoc", comments="annotations:BundleProto.java.pb.meta")
public final class BundleProto {
  private BundleProto() {}
  static {
    com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
      com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
      /* major= */ 4,
      /* minor= */ 30,
      /* patch= */ 2,
      /* suffix= */ "",
      BundleProto.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_bundle_v1_TimestampVerificationData_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_dev_sigstore_bundle_v1_TimestampVerificationData_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_dev_sigstore_bundle_v1_VerificationMaterial_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_dev_sigstore_bundle_v1_VerificationMaterial_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_dev_sigstore_bundle_v1_Bundle_descriptor;
  static final 
    com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internal_static_dev_sigstore_bundle_v1_Bundle_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\025sigstore_bundle.proto\022\026dev.sigstore.bu" +
      "ndle.v1\032\037google/api/field_behavior.proto" +
      "\032\016envelope.proto\032\025sigstore_common.proto\032" +
      "\024sigstore_rekor.proto\"g\n\031TimestampVerifi" +
      "cationData\022J\n\022rfc3161_timestamps\030\001 \003(\0132." +
      ".dev.sigstore.common.v1.RFC3161SignedTim" +
      "estamp\"\236\003\n\024VerificationMaterial\022F\n\npubli" +
      "c_key\030\001 \001(\0132+.dev.sigstore.common.v1.Pub" +
      "licKeyIdentifierB\003\340A\002H\000\022S\n\026x509_certific" +
      "ate_chain\030\002 \001(\0132,.dev.sigstore.common.v1" +
      ".X509CertificateChainB\003\340A\002H\000\022C\n\013certific" +
      "ate\030\005 \001(\0132\'.dev.sigstore.common.v1.X509C" +
      "ertificateB\003\340A\002H\000\022A\n\014tlog_entries\030\003 \003(\0132" +
      "+.dev.sigstore.rekor.v1.TransparencyLogE" +
      "ntry\022V\n\033timestamp_verification_data\030\004 \001(" +
      "\01321.dev.sigstore.bundle.v1.TimestampVeri" +
      "ficationDataB\t\n\007content\"\376\001\n\006Bundle\022\022\n\nme" +
      "dia_type\030\001 \001(\t\022P\n\025verification_material\030" +
      "\002 \001(\0132,.dev.sigstore.bundle.v1.Verificat" +
      "ionMaterialB\003\340A\002\022J\n\021message_signature\030\003 " +
      "\001(\0132(.dev.sigstore.common.v1.MessageSign" +
      "atureB\003\340A\002H\000\0221\n\rdsse_envelope\030\004 \001(\0132\023.io" +
      ".intoto.EnvelopeB\003\340A\002H\000B\t\n\007contentJ\004\010\005\0203" +
      "B|\n\034dev.sigstore.proto.bundle.v1B\013Bundle" +
      "ProtoP\001Z6github.com/sigstore/protobuf-sp" +
      "ecs/gen/pb-go/bundle/v1\352\002\024Sigstore::Bund" +
      "le::V1b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.api.FieldBehaviorProto.getDescriptor(),
          io.intoto.EnvelopeOuterClass.getDescriptor(),
          dev.sigstore.proto.common.v1.CommonProto.getDescriptor(),
          dev.sigstore.proto.rekor.v1.RekorProto.getDescriptor(),
        });
    internal_static_dev_sigstore_bundle_v1_TimestampVerificationData_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_dev_sigstore_bundle_v1_TimestampVerificationData_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_dev_sigstore_bundle_v1_TimestampVerificationData_descriptor,
        new java.lang.String[] { "Rfc3161Timestamps", });
    internal_static_dev_sigstore_bundle_v1_VerificationMaterial_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_dev_sigstore_bundle_v1_VerificationMaterial_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_dev_sigstore_bundle_v1_VerificationMaterial_descriptor,
        new java.lang.String[] { "PublicKey", "X509CertificateChain", "Certificate", "TlogEntries", "TimestampVerificationData", "Content", });
    internal_static_dev_sigstore_bundle_v1_Bundle_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_dev_sigstore_bundle_v1_Bundle_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessage.FieldAccessorTable(
        internal_static_dev_sigstore_bundle_v1_Bundle_descriptor,
        new java.lang.String[] { "MediaType", "VerificationMaterial", "MessageSignature", "DsseEnvelope", "Content", });
    descriptor.resolveAllFeaturesImmutable();
    com.google.api.FieldBehaviorProto.getDescriptor();
    io.intoto.EnvelopeOuterClass.getDescriptor();
    dev.sigstore.proto.common.v1.CommonProto.getDescriptor();
    dev.sigstore.proto.rekor.v1.RekorProto.getDescriptor();
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
  }

  // @@protoc_insertion_point(outer_class_scope)
}