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.
|
RuntimeLayer.RtdsLayer.NameSpecifierCase |
getNameSpecifierCase() |
ConfigSource |
getRtdsConfig()
RTDS configuration source.
|
ConfigSourceOrBuilder |
getRtdsConfigOrBuilder()
RTDS configuration source.
|
ResourceLocator |
getRtdsResourceLocator()
Resource locator for RTDS layer.
|
ResourceLocatorOrBuilder |
getRtdsResourceLocatorOrBuilder()
Resource locator for RTDS layer.
|
boolean |
hasRtdsConfig()
RTDS configuration source.
|
boolean |
hasRtdsResourceLocator()
Resource locator for RTDS layer.
|
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 hasRtdsResourceLocator()
Resource locator for RTDS layer. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator rtds_resource_locator = 3;ResourceLocator getRtdsResourceLocator()
Resource locator for RTDS layer. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator rtds_resource_locator = 3;ResourceLocatorOrBuilder getRtdsResourceLocatorOrBuilder()
Resource locator for RTDS layer. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator rtds_resource_locator = 3;boolean hasRtdsConfig()
RTDS configuration source.
.envoy.config.core.v4alpha.ConfigSource rtds_config = 2;ConfigSource getRtdsConfig()
RTDS configuration source.
.envoy.config.core.v4alpha.ConfigSource rtds_config = 2;ConfigSourceOrBuilder getRtdsConfigOrBuilder()
RTDS configuration source.
.envoy.config.core.v4alpha.ConfigSource rtds_config = 2;RuntimeLayer.RtdsLayer.NameSpecifierCase getNameSpecifierCase()
Copyright © 2018–2020 The Envoy Project. All rights reserved.