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 java.lang.String
getName()
Resource to subscribe to at ``rtds_config`` for the RTDS layer.com.google.protobuf.ByteString
getNameBytes()
Resource to subscribe to at ``rtds_config`` for the RTDS layer.ConfigSource
getRtdsConfig()
RTDS configuration source.ConfigSourceOrBuilder
getRtdsConfigOrBuilder()
RTDS configuration source.boolean
hasRtdsConfig()
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
java.lang.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.config.core.v3.ConfigSource rtds_config = 2;
- Returns:
- Whether the rtdsConfig field is set.
-
getRtdsConfig
ConfigSource getRtdsConfig()
RTDS configuration source.
.envoy.config.core.v3.ConfigSource rtds_config = 2;
- Returns:
- The rtdsConfig.
-
getRtdsConfigOrBuilder
ConfigSourceOrBuilder getRtdsConfigOrBuilder()
RTDS configuration source.
.envoy.config.core.v3.ConfigSource rtds_config = 2;
-
-