public static interface CommonExtensionConfig.TapDSConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigSource |
getConfigSource()
Configuration for the source of TapDS updates for this Cluster.
|
ConfigSourceOrBuilder |
getConfigSourceOrBuilder()
Configuration for the source of TapDS updates for this Cluster.
|
String |
getName()
Tap config to request from XDS server.
|
com.google.protobuf.ByteString |
getNameBytes()
Tap config to request from XDS server.
|
CommonExtensionConfig.TapDSConfig.NameSpecifierCase |
getNameSpecifierCase() |
ResourceLocator |
getTapResourceLocator()
Resource locator for TAP.
|
ResourceLocatorOrBuilder |
getTapResourceLocatorOrBuilder()
Resource locator for TAP.
|
boolean |
hasConfigSource()
Configuration for the source of TapDS updates for this Cluster.
|
boolean |
hasTapResourceLocator()
Resource locator for TAP.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfigSource()
Configuration for the source of TapDS updates for this Cluster.
.envoy.config.core.v4alpha.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSource getConfigSource()
Configuration for the source of TapDS updates for this Cluster.
.envoy.config.core.v4alpha.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSourceOrBuilder getConfigSourceOrBuilder()
Configuration for the source of TapDS updates for this Cluster.
.envoy.config.core.v4alpha.ConfigSource config_source = 1 [(.validate.rules) = { ... }String getName()
Tap config to request from XDS server.
string name = 2;com.google.protobuf.ByteString getNameBytes()
Tap config to request from XDS server.
string name = 2;boolean hasTapResourceLocator()
Resource locator for TAP. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator tap_resource_locator = 3;ResourceLocator getTapResourceLocator()
Resource locator for TAP. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator tap_resource_locator = 3;ResourceLocatorOrBuilder getTapResourceLocatorOrBuilder()
Resource locator for TAP. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator tap_resource_locator = 3;CommonExtensionConfig.TapDSConfig.NameSpecifierCase getNameSpecifierCase()
Copyright © 2018–2020 The Envoy Project. All rights reserved.