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

io.envoyproxy.envoy.service.status.v3.ClientStatusResponseOrBuilder 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/service/status/v3/csds.proto

package io.envoyproxy.envoy.service.status.v3;

public interface ClientStatusResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.status.v3.ClientStatusResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Client configs for the clients specified in the ClientStatusRequest.
   * 
* * repeated .envoy.service.status.v3.ClientConfig config = 1; */ java.util.List getConfigList(); /** *
   * Client configs for the clients specified in the ClientStatusRequest.
   * 
* * repeated .envoy.service.status.v3.ClientConfig config = 1; */ io.envoyproxy.envoy.service.status.v3.ClientConfig getConfig(int index); /** *
   * Client configs for the clients specified in the ClientStatusRequest.
   * 
* * repeated .envoy.service.status.v3.ClientConfig config = 1; */ int getConfigCount(); /** *
   * Client configs for the clients specified in the ClientStatusRequest.
   * 
* * repeated .envoy.service.status.v3.ClientConfig config = 1; */ java.util.List getConfigOrBuilderList(); /** *
   * Client configs for the clients specified in the ClientStatusRequest.
   * 
* * repeated .envoy.service.status.v3.ClientConfig config = 1; */ io.envoyproxy.envoy.service.status.v3.ClientConfigOrBuilder getConfigOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy