Interface RuntimeLayer.RtdsLayerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuntimeLayer.RtdsLayer,RuntimeLayer.RtdsLayer.Builder
- Enclosing class:
- RuntimeLayer
public static interface RuntimeLayer.RtdsLayerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Resource to subscribe to at *rtds_config* for the RTDS layer.com.google.protobuf.ByteStringgetNameBytes()Resource to subscribe to at *rtds_config* for the RTDS layer.ConfigSourcegetRtdsConfig()RTDS configuration source.ConfigSourceOrBuildergetRtdsConfigOrBuilder()RTDS configuration source.booleanhasRtdsConfig()RTDS configuration source.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Resource to subscribe to at *rtds_config* for the RTDS layer.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Resource to subscribe to at *rtds_config* for the RTDS layer.
string name = 1;- Returns:
- The bytes for name.
-
hasRtdsConfig
boolean hasRtdsConfig()
RTDS configuration source.
.envoy.api.v2.core.ConfigSource rtds_config = 2;- Returns:
- Whether the rtdsConfig field is set.
-
getRtdsConfig
ConfigSource getRtdsConfig()
RTDS configuration source.
.envoy.api.v2.core.ConfigSource rtds_config = 2;- Returns:
- The rtdsConfig.
-
getRtdsConfigOrBuilder
ConfigSourceOrBuilder getRtdsConfigOrBuilder()
RTDS configuration source.
.envoy.api.v2.core.ConfigSource rtds_config = 2;
-
-