Class PerXdsConfig

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.envoy.service.status.v2.PerXdsConfig
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, PerXdsConfigOrBuilder, Serializable

public final class PerXdsConfig extends com.google.protobuf.GeneratedMessageV3 implements PerXdsConfigOrBuilder
 Detailed config (per xDS) with status.
 [#next-free-field: 6]
 
Protobuf type envoy.service.status.v2.PerXdsConfig
See Also:
  • Field Details

    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • LISTENER_CONFIG_FIELD_NUMBER

      public static final int LISTENER_CONFIG_FIELD_NUMBER
      See Also:
    • CLUSTER_CONFIG_FIELD_NUMBER

      public static final int CLUSTER_CONFIG_FIELD_NUMBER
      See Also:
    • ROUTE_CONFIG_FIELD_NUMBER

      public static final int ROUTE_CONFIG_FIELD_NUMBER
      See Also:
    • SCOPED_ROUTE_CONFIG_FIELD_NUMBER

      public static final int SCOPED_ROUTE_CONFIG_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getPerXdsConfigCase

      public PerXdsConfig.PerXdsConfigCase getPerXdsConfigCase()
      Specified by:
      getPerXdsConfigCase in interface PerXdsConfigOrBuilder
    • getStatusValue

      public int getStatusValue()
      .envoy.service.status.v2.ConfigStatus status = 1;
      Specified by:
      getStatusValue in interface PerXdsConfigOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public ConfigStatus getStatus()
      .envoy.service.status.v2.ConfigStatus status = 1;
      Specified by:
      getStatus in interface PerXdsConfigOrBuilder
      Returns:
      The status.
    • hasListenerConfig

      public boolean hasListenerConfig()
      .envoy.admin.v2alpha.ListenersConfigDump listener_config = 2;
      Specified by:
      hasListenerConfig in interface PerXdsConfigOrBuilder
      Returns:
      Whether the listenerConfig field is set.
    • getListenerConfig

      public ListenersConfigDump getListenerConfig()
      .envoy.admin.v2alpha.ListenersConfigDump listener_config = 2;
      Specified by:
      getListenerConfig in interface PerXdsConfigOrBuilder
      Returns:
      The listenerConfig.
    • getListenerConfigOrBuilder

      public ListenersConfigDumpOrBuilder getListenerConfigOrBuilder()
      .envoy.admin.v2alpha.ListenersConfigDump listener_config = 2;
      Specified by:
      getListenerConfigOrBuilder in interface PerXdsConfigOrBuilder
    • hasClusterConfig

      public boolean hasClusterConfig()
      .envoy.admin.v2alpha.ClustersConfigDump cluster_config = 3;
      Specified by:
      hasClusterConfig in interface PerXdsConfigOrBuilder
      Returns:
      Whether the clusterConfig field is set.
    • getClusterConfig

      public ClustersConfigDump getClusterConfig()
      .envoy.admin.v2alpha.ClustersConfigDump cluster_config = 3;
      Specified by:
      getClusterConfig in interface PerXdsConfigOrBuilder
      Returns:
      The clusterConfig.
    • getClusterConfigOrBuilder

      public ClustersConfigDumpOrBuilder getClusterConfigOrBuilder()
      .envoy.admin.v2alpha.ClustersConfigDump cluster_config = 3;
      Specified by:
      getClusterConfigOrBuilder in interface PerXdsConfigOrBuilder
    • hasRouteConfig

      public boolean hasRouteConfig()
      .envoy.admin.v2alpha.RoutesConfigDump route_config = 4;
      Specified by:
      hasRouteConfig in interface PerXdsConfigOrBuilder
      Returns:
      Whether the routeConfig field is set.
    • getRouteConfig

      public RoutesConfigDump getRouteConfig()
      .envoy.admin.v2alpha.RoutesConfigDump route_config = 4;
      Specified by:
      getRouteConfig in interface PerXdsConfigOrBuilder
      Returns:
      The routeConfig.
    • getRouteConfigOrBuilder

      public RoutesConfigDumpOrBuilder getRouteConfigOrBuilder()
      .envoy.admin.v2alpha.RoutesConfigDump route_config = 4;
      Specified by:
      getRouteConfigOrBuilder in interface PerXdsConfigOrBuilder
    • hasScopedRouteConfig

      public boolean hasScopedRouteConfig()
      .envoy.admin.v2alpha.ScopedRoutesConfigDump scoped_route_config = 5;
      Specified by:
      hasScopedRouteConfig in interface PerXdsConfigOrBuilder
      Returns:
      Whether the scopedRouteConfig field is set.
    • getScopedRouteConfig

      public ScopedRoutesConfigDump getScopedRouteConfig()
      .envoy.admin.v2alpha.ScopedRoutesConfigDump scoped_route_config = 5;
      Specified by:
      getScopedRouteConfig in interface PerXdsConfigOrBuilder
      Returns:
      The scopedRouteConfig.
    • getScopedRouteConfigOrBuilder

      public ScopedRoutesConfigDumpOrBuilder getScopedRouteConfigOrBuilder()
      .envoy.admin.v2alpha.ScopedRoutesConfigDump scoped_route_config = 5;
      Specified by:
      getScopedRouteConfigOrBuilder in interface PerXdsConfigOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static PerXdsConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PerXdsConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PerXdsConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PerXdsConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PerXdsConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PerXdsConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PerXdsConfig parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PerXdsConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PerXdsConfig parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PerXdsConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PerXdsConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PerXdsConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public PerXdsConfig.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static PerXdsConfig.Builder newBuilder()
    • newBuilder

      public static PerXdsConfig.Builder newBuilder(PerXdsConfig prototype)
    • toBuilder

      public PerXdsConfig.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected PerXdsConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static PerXdsConfig getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PerXdsConfig> parser()
    • getParserForType

      public com.google.protobuf.Parser<PerXdsConfig> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public PerXdsConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder