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

io.envoyproxy.envoy.api.v2.auth.SecretProto Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/api/v2/auth/secret.proto

package io.envoyproxy.envoy.api.v2.auth;

public final class SecretProto {
  private SecretProto() {}
  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_api_v2_auth_GenericSecret_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_api_v2_auth_GenericSecret_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_api_v2_auth_SdsSecretConfig_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_api_v2_auth_SdsSecretConfig_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_api_v2_auth_Secret_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_api_v2_auth_Secret_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\036envoy/api/v2/auth/secret.proto\022\021envoy." +
      "api.v2.auth\032\036envoy/api/v2/auth/common.pr" +
      "oto\032\034envoy/api/v2/core/base.proto\032%envoy" +
      "/api/v2/core/config_source.proto\032\036udpa/a" +
      "nnotations/migrate.proto\032 udpa/annotatio" +
      "ns/sensitive.proto\032\035udpa/annotations/sta" +
      "tus.proto\"F\n\rGenericSecret\0225\n\006secret\030\001 \001" +
      "(\0132\035.envoy.api.v2.core.DataSourceB\006\270\267\213\244\002" +
      "\001\"T\n\017SdsSecretConfig\022\014\n\004name\030\001 \001(\t\0223\n\nsd" +
      "s_config\030\002 \001(\0132\037.envoy.api.v2.core.Confi" +
      "gSource\"\257\002\n\006Secret\022\014\n\004name\030\001 \001(\t\022<\n\017tls_" +
      "certificate\030\002 \001(\0132!.envoy.api.v2.auth.Tl" +
      "sCertificateH\000\022F\n\023session_ticket_keys\030\003 " +
      "\001(\0132\'.envoy.api.v2.auth.TlsSessionTicket" +
      "KeysH\000\022M\n\022validation_context\030\004 \001(\0132/.env" +
      "oy.api.v2.auth.CertificateValidationCont" +
      "extH\000\022:\n\016generic_secret\030\005 \001(\0132 .envoy.ap" +
      "i.v2.auth.GenericSecretH\000B\006\n\004typeB\243\001\n\037io" +
      ".envoyproxy.envoy.api.v2.authB\013SecretPro" +
      "toP\001Z8github.com/envoyproxy/go-control-p" +
      "lane/envoy/api/v2/auth\362\230\376\217\005+\022)envoy.exte" +
      "nsions.transport_sockets.tls.v3\272\200\310\321\006\002\020\001b" +
      "\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          io.envoyproxy.envoy.api.v2.auth.CommonProto.getDescriptor(),
          io.envoyproxy.envoy.api.v2.core.BaseProto.getDescriptor(),
          io.envoyproxy.envoy.api.v2.core.ConfigSourceProto.getDescriptor(),
          udpa.annotations.Migrate.getDescriptor(),
          udpa.annotations.Sensitive.getDescriptor(),
          udpa.annotations.Status.getDescriptor(),
        });
    internal_static_envoy_api_v2_auth_GenericSecret_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_envoy_api_v2_auth_GenericSecret_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_api_v2_auth_GenericSecret_descriptor,
        new java.lang.String[] { "Secret", });
    internal_static_envoy_api_v2_auth_SdsSecretConfig_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_envoy_api_v2_auth_SdsSecretConfig_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_api_v2_auth_SdsSecretConfig_descriptor,
        new java.lang.String[] { "Name", "SdsConfig", });
    internal_static_envoy_api_v2_auth_Secret_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_envoy_api_v2_auth_Secret_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_api_v2_auth_Secret_descriptor,
        new java.lang.String[] { "Name", "TlsCertificate", "SessionTicketKeys", "ValidationContext", "GenericSecret", "Type", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(udpa.annotations.Migrate.fileMigrate);
    registry.add(udpa.annotations.Status.fileStatus);
    registry.add(udpa.annotations.Sensitive.sensitive);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    io.envoyproxy.envoy.api.v2.auth.CommonProto.getDescriptor();
    io.envoyproxy.envoy.api.v2.core.BaseProto.getDescriptor();
    io.envoyproxy.envoy.api.v2.core.ConfigSourceProto.getDescriptor();
    udpa.annotations.Migrate.getDescriptor();
    udpa.annotations.Sensitive.getDescriptor();
    udpa.annotations.Status.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy