Interface ControlPlaneOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ControlPlane, ControlPlane.Builder

public interface ControlPlaneOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    An opaque control plane identifier that uniquely identifies an instance of control plane.
    com.google.protobuf.ByteString
    An opaque control plane identifier that uniquely identifies an instance of control plane.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getIdentifier

      String 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;
      Returns:
      The identifier.
    • getIdentifierBytes

      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;
      Returns:
      The bytes for identifier.