public interface ControlPlaneOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
An opaque control plane identifier that uniquely identifies an instance
of control plane.
|
com.google.protobuf.ByteString |
getIdentifierBytes()
An opaque control plane identifier that uniquely identifies an instance
of control plane.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIdentifier()
An opaque control plane identifier that uniquely identifies an instance of control plane. This can be used to identify which control plane instance, the Envoy is connected to.
string identifier = 1;com.google.protobuf.ByteString getIdentifierBytes()
An opaque control plane identifier that uniquely identifies an instance of control plane. This can be used to identify which control plane instance, the Envoy is connected to.
string identifier = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.