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

io.envoyproxy.envoy.config.route.v3.VhdsOrBuilder 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/config/route/v3/route.proto

package io.envoyproxy.envoy.config.route.v3;

public interface VhdsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.route.v3.Vhds)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Configuration source specifier for VHDS.
   * 
* * .envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... } * @return Whether the configSource field is set. */ boolean hasConfigSource(); /** *
   * Configuration source specifier for VHDS.
   * 
* * .envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... } * @return The configSource. */ io.envoyproxy.envoy.config.core.v3.ConfigSource getConfigSource(); /** *
   * Configuration source specifier for VHDS.
   * 
* * .envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... } */ io.envoyproxy.envoy.config.core.v3.ConfigSourceOrBuilder getConfigSourceOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy