public static interface RuntimeLayer.RtdsLayerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Resource to subscribe to at *rtds_config* for the RTDS layer.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Resource to subscribe to at *rtds_config* for the RTDS layer.
string name = 1;boolean hasRtdsConfig()
RTDS configuration source.
.envoy.config.core.v3.ConfigSource rtds_config = 2;ConfigSource getRtdsConfig()
RTDS configuration source.
.envoy.config.core.v3.ConfigSource rtds_config = 2;ConfigSourceOrBuilder getRtdsConfigOrBuilder()
RTDS configuration source.
.envoy.config.core.v3.ConfigSource rtds_config = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.