Interface VhdsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Vhds
,Vhds.Builder
public interface VhdsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigSource
getConfigSource()
Configuration source specifier for VHDS.ConfigSourceOrBuilder
getConfigSourceOrBuilder()
Configuration source specifier for VHDS.boolean
hasConfigSource()
Configuration source specifier for VHDS.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConfigSource
boolean hasConfigSource()
Configuration source specifier for VHDS.
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }
- Returns:
- Whether the configSource field is set.
-
getConfigSource
ConfigSource getConfigSource()
Configuration source specifier for VHDS.
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }
- Returns:
- The configSource.
-
getConfigSourceOrBuilder
ConfigSourceOrBuilder getConfigSourceOrBuilder()
Configuration source specifier for VHDS.
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }
-
-