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.
|
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.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSource getConfigSource()
Configuration for the source of TapDS updates for this Cluster.
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }ConfigSourceOrBuilder getConfigSourceOrBuilder()
Configuration for the source of TapDS updates for this Cluster.
.envoy.config.core.v3.ConfigSource config_source = 1 [(.validate.rules) = { ... }String getName()
Tap config to request from XDS server.
string name = 2 [(.udpa.annotations.field_migrate) = { ... }com.google.protobuf.ByteString getNameBytes()
Tap config to request from XDS server.
string name = 2 [(.udpa.annotations.field_migrate) = { ... }boolean hasTapResourceLocator()
Resource locator for TAP. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator tap_resource_locator = 3 [(.udpa.annotations.field_migrate) = { ... }ResourceLocator getTapResourceLocator()
Resource locator for TAP. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator tap_resource_locator = 3 [(.udpa.annotations.field_migrate) = { ... }ResourceLocatorOrBuilder getTapResourceLocatorOrBuilder()
Resource locator for TAP. This is mutually exclusive to *name*. [#not-implemented-hide:]
.udpa.core.v1.ResourceLocator tap_resource_locator = 3 [(.udpa.annotations.field_migrate) = { ... }Copyright © 2018–2020 The Envoy Project. All rights reserved.