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

io.envoyproxy.envoy.admin.v3.CertsProto Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/admin/v3/certs.proto

package io.envoyproxy.envoy.admin.v3;

public final class CertsProto {
  private CertsProto() {}
  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_envoy_admin_v3_Certificates_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v3_Certificates_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_admin_v3_Certificate_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v3_Certificate_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_admin_v3_CertificateDetails_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v3_CertificateDetails_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_admin_v3_CertificateDetails_OcspDetails_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v3_CertificateDetails_OcspDetails_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_admin_v3_SubjectAlternateName_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v3_SubjectAlternateName_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\032envoy/admin/v3/certs.proto\022\016envoy.admi" +
      "n.v3\032\037google/protobuf/timestamp.proto\032\035u" +
      "dpa/annotations/status.proto\032!udpa/annot" +
      "ations/versioning.proto\"j\n\014Certificates\022" +
      "1\n\014certificates\030\001 \003(\0132\033.envoy.admin.v3.C" +
      "ertificate:\'\232\305\210\036\"\n envoy.admin.v2alpha.C" +
      "ertificates\"\242\001\n\013Certificate\0223\n\007ca_cert\030\001" +
      " \003(\0132\".envoy.admin.v3.CertificateDetails" +
      "\0226\n\ncert_chain\030\002 \003(\0132\".envoy.admin.v3.Ce" +
      "rtificateDetails:&\232\305\210\036!\n\037envoy.admin.v2a" +
      "lpha.Certificate\"\342\003\n\022CertificateDetails\022" +
      "\014\n\004path\030\001 \001(\t\022\025\n\rserial_number\030\002 \001(\t\022?\n\021" +
      "subject_alt_names\030\003 \003(\0132$.envoy.admin.v3" +
      ".SubjectAlternateName\022\035\n\025days_until_expi" +
      "ration\030\004 \001(\004\022.\n\nvalid_from\030\005 \001(\0132\032.googl" +
      "e.protobuf.Timestamp\0223\n\017expiration_time\030" +
      "\006 \001(\0132\032.google.protobuf.Timestamp\022D\n\014ocs" +
      "p_details\030\007 \001(\0132..envoy.admin.v3.Certifi" +
      "cateDetails.OcspDetails\032m\n\013OcspDetails\022." +
      "\n\nvalid_from\030\001 \001(\0132\032.google.protobuf.Tim" +
      "estamp\022.\n\nexpiration\030\002 \001(\0132\032.google.prot" +
      "obuf.Timestamp:-\232\305\210\036(\n&envoy.admin.v2alp" +
      "ha.CertificateDetails\"\203\001\n\024SubjectAlterna" +
      "teName\022\r\n\003dns\030\001 \001(\tH\000\022\r\n\003uri\030\002 \001(\tH\000\022\024\n\n" +
      "ip_address\030\003 \001(\tH\000:/\232\305\210\036*\n(envoy.admin.v" +
      "2alpha.SubjectAlternateNameB\006\n\004nameBs\n\034i" +
      "o.envoyproxy.envoy.admin.v3B\nCertsProtoP" +
      "\001Z=github.com/envoyproxy/go-control-plan" +
      "e/envoy/admin/v3;adminv3\272\200\310\321\006\002\020\002b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.TimestampProto.getDescriptor(),
          udpa.annotations.Status.getDescriptor(),
          udpa.annotations.Versioning.getDescriptor(),
        });
    internal_static_envoy_admin_v3_Certificates_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_envoy_admin_v3_Certificates_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v3_Certificates_descriptor,
        new java.lang.String[] { "Certificates", });
    internal_static_envoy_admin_v3_Certificate_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_envoy_admin_v3_Certificate_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v3_Certificate_descriptor,
        new java.lang.String[] { "CaCert", "CertChain", });
    internal_static_envoy_admin_v3_CertificateDetails_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_envoy_admin_v3_CertificateDetails_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v3_CertificateDetails_descriptor,
        new java.lang.String[] { "Path", "SerialNumber", "SubjectAltNames", "DaysUntilExpiration", "ValidFrom", "ExpirationTime", "OcspDetails", });
    internal_static_envoy_admin_v3_CertificateDetails_OcspDetails_descriptor =
      internal_static_envoy_admin_v3_CertificateDetails_descriptor.getNestedTypes().get(0);
    internal_static_envoy_admin_v3_CertificateDetails_OcspDetails_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v3_CertificateDetails_OcspDetails_descriptor,
        new java.lang.String[] { "ValidFrom", "Expiration", });
    internal_static_envoy_admin_v3_SubjectAlternateName_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_envoy_admin_v3_SubjectAlternateName_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v3_SubjectAlternateName_descriptor,
        new java.lang.String[] { "Dns", "Uri", "IpAddress", "Name", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(udpa.annotations.Status.fileStatus);
    registry.add(udpa.annotations.Versioning.versioning);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    com.google.protobuf.TimestampProto.getDescriptor();
    udpa.annotations.Status.getDescriptor();
    udpa.annotations.Versioning.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy