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

io.envoyproxy.envoy.admin.v2alpha.CertificateDetailsOrBuilder 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/v2alpha/certs.proto

package io.envoyproxy.envoy.admin.v2alpha;

public interface CertificateDetailsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.admin.v2alpha.CertificateDetails)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Path of the certificate.
   * 
* * string path = 1; */ java.lang.String getPath(); /** *
   * Path of the certificate.
   * 
* * string path = 1; */ com.google.protobuf.ByteString getPathBytes(); /** *
   * Certificate Serial Number.
   * 
* * string serial_number = 2; */ java.lang.String getSerialNumber(); /** *
   * Certificate Serial Number.
   * 
* * string serial_number = 2; */ com.google.protobuf.ByteString getSerialNumberBytes(); /** *
   * List of Subject Alternate names.
   * 
* * repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; */ java.util.List getSubjectAltNamesList(); /** *
   * List of Subject Alternate names.
   * 
* * repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; */ io.envoyproxy.envoy.admin.v2alpha.SubjectAlternateName getSubjectAltNames(int index); /** *
   * List of Subject Alternate names.
   * 
* * repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; */ int getSubjectAltNamesCount(); /** *
   * List of Subject Alternate names.
   * 
* * repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; */ java.util.List getSubjectAltNamesOrBuilderList(); /** *
   * List of Subject Alternate names.
   * 
* * repeated .envoy.admin.v2alpha.SubjectAlternateName subject_alt_names = 3; */ io.envoyproxy.envoy.admin.v2alpha.SubjectAlternateNameOrBuilder getSubjectAltNamesOrBuilder( int index); /** *
   * Minimum of days until expiration of certificate and it's chain.
   * 
* * uint64 days_until_expiration = 4; */ long getDaysUntilExpiration(); /** *
   * Indicates the time from which the certificate is valid.
   * 
* * .google.protobuf.Timestamp valid_from = 5; */ boolean hasValidFrom(); /** *
   * Indicates the time from which the certificate is valid.
   * 
* * .google.protobuf.Timestamp valid_from = 5; */ com.google.protobuf.Timestamp getValidFrom(); /** *
   * Indicates the time from which the certificate is valid.
   * 
* * .google.protobuf.Timestamp valid_from = 5; */ com.google.protobuf.TimestampOrBuilder getValidFromOrBuilder(); /** *
   * Indicates the time at which the certificate expires.
   * 
* * .google.protobuf.Timestamp expiration_time = 6; */ boolean hasExpirationTime(); /** *
   * Indicates the time at which the certificate expires.
   * 
* * .google.protobuf.Timestamp expiration_time = 6; */ com.google.protobuf.Timestamp getExpirationTime(); /** *
   * Indicates the time at which the certificate expires.
   * 
* * .google.protobuf.Timestamp expiration_time = 6; */ com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy