public interface TapRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigId()
The opaque configuration ID used to match the configuration to a loaded extension.
|
com.google.protobuf.ByteString |
getConfigIdBytes()
The opaque configuration ID used to match the configuration to a loaded extension.
|
TapConfig |
getTapConfig()
The tap configuration to load.
|
TapConfigOrBuilder |
getTapConfigOrBuilder()
The tap configuration to load.
|
boolean |
hasTapConfig()
The tap configuration to load.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getConfigId()
The opaque configuration ID used to match the configuration to a loaded extension. A tap extension configures a similar opaque ID that is used to match.
string config_id = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getConfigIdBytes()
The opaque configuration ID used to match the configuration to a loaded extension. A tap extension configures a similar opaque ID that is used to match.
string config_id = 1 [(.validate.rules) = { ... }boolean hasTapConfig()
The tap configuration to load.
.envoy.service.tap.v2alpha.TapConfig tap_config = 2 [(.validate.rules) = { ... }TapConfig getTapConfig()
The tap configuration to load.
.envoy.service.tap.v2alpha.TapConfig tap_config = 2 [(.validate.rules) = { ... }TapConfigOrBuilder getTapConfigOrBuilder()
The tap configuration to load.
.envoy.service.tap.v2alpha.TapConfig tap_config = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.