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

io.envoyproxy.envoy.admin.v3.CertificatesOrBuilder 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 interface CertificatesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.admin.v3.Certificates)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * List of certificates known to an Envoy.
   * 
* * repeated .envoy.admin.v3.Certificate certificates = 1; */ java.util.List getCertificatesList(); /** *
   * List of certificates known to an Envoy.
   * 
* * repeated .envoy.admin.v3.Certificate certificates = 1; */ io.envoyproxy.envoy.admin.v3.Certificate getCertificates(int index); /** *
   * List of certificates known to an Envoy.
   * 
* * repeated .envoy.admin.v3.Certificate certificates = 1; */ int getCertificatesCount(); /** *
   * List of certificates known to an Envoy.
   * 
* * repeated .envoy.admin.v3.Certificate certificates = 1; */ java.util.List getCertificatesOrBuilderList(); /** *
   * List of certificates known to an Envoy.
   * 
* * repeated .envoy.admin.v3.Certificate certificates = 1; */ io.envoyproxy.envoy.admin.v3.CertificateOrBuilder getCertificatesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy