io.envoyproxy.envoy.config.route.v3.VhdsOrBuilder Maven / Gradle / Ivy
// 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();
}