Class PerXdsConfig

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.envoyproxy.envoy.service.status.v3.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.GeneratedMessage implements PerXdsConfigOrBuilder
 Detailed config (per xDS) with status.
 [#next-free-field: 8]
 
Protobuf type envoy.service.status.v3.PerXdsConfig
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • perXdsConfigCase_

      private int perXdsConfigCase_
    • perXdsConfig_

      private Object perXdsConfig_
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • status_

      private int status_
    • CLIENT_STATUS_FIELD_NUMBER

      public static final int CLIENT_STATUS_FIELD_NUMBER
      See Also:
    • clientStatus_

      private int clientStatus_
    • 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:
    • ENDPOINT_CONFIG_FIELD_NUMBER

      public static final int ENDPOINT_CONFIG_FIELD_NUMBER
      See Also:
    • memoizedIsInitialized

      private byte memoizedIsInitialized
    • DEFAULT_INSTANCE

      private static final PerXdsConfig DEFAULT_INSTANCE
    • PARSER

      private static final com.google.protobuf.Parser<PerXdsConfig> PARSER
  • Constructor Details

    • PerXdsConfig

      private PerXdsConfig(com.google.protobuf.GeneratedMessage.Builder<?> builder)
    • PerXdsConfig

      private PerXdsConfig()
  • Method Details

    • getDescriptor

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

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

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

      public int getStatusValue()
       Config status generated by management servers. Will not be present if the
       CSDS server is an xDS client.
       
      .envoy.service.status.v3.ConfigStatus status = 1;
      Specified by:
      getStatusValue in interface PerXdsConfigOrBuilder
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      public ConfigStatus getStatus()
       Config status generated by management servers. Will not be present if the
       CSDS server is an xDS client.
       
      .envoy.service.status.v3.ConfigStatus status = 1;
      Specified by:
      getStatus in interface PerXdsConfigOrBuilder
      Returns:
      The status.
    • getClientStatusValue

      @Deprecated public int getClientStatusValue()
      Deprecated.
      envoy.service.status.v3.PerXdsConfig.client_status is deprecated. See envoy/service/status/v3/csds.proto;l=112
       Client config status is populated by xDS clients. Will not be present if
       the CSDS server is an xDS server. No matter what the client config status
       is, xDS clients should always dump the most recent accepted xDS config.
      
       .. attention::
       This field is deprecated. Use :ref:`ClientResourceStatus
       <envoy_v3_api_enum_admin.v3.ClientResourceStatus>` for per-resource
       config status instead.
       
      .envoy.service.status.v3.ClientConfigStatus client_status = 7 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getClientStatusValue in interface PerXdsConfigOrBuilder
      Returns:
      The enum numeric value on the wire for clientStatus.
    • getClientStatus

      @Deprecated public ClientConfigStatus getClientStatus()
      Deprecated.
      envoy.service.status.v3.PerXdsConfig.client_status is deprecated. See envoy/service/status/v3/csds.proto;l=112
       Client config status is populated by xDS clients. Will not be present if
       the CSDS server is an xDS server. No matter what the client config status
       is, xDS clients should always dump the most recent accepted xDS config.
      
       .. attention::
       This field is deprecated. Use :ref:`ClientResourceStatus
       <envoy_v3_api_enum_admin.v3.ClientResourceStatus>` for per-resource
       config status instead.
       
      .envoy.service.status.v3.ClientConfigStatus client_status = 7 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
      Specified by:
      getClientStatus in interface PerXdsConfigOrBuilder
      Returns:
      The clientStatus.
    • hasListenerConfig

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

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

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

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

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

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

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

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

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

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

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

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

      public boolean hasEndpointConfig()
      .envoy.admin.v3.EndpointsConfigDump endpoint_config = 6;
      Specified by:
      hasEndpointConfig in interface PerXdsConfigOrBuilder
      Returns:
      Whether the endpointConfig field is set.
    • getEndpointConfig

      public EndpointsConfigDump getEndpointConfig()
      .envoy.admin.v3.EndpointsConfigDump endpoint_config = 6;
      Specified by:
      getEndpointConfig in interface PerXdsConfigOrBuilder
      Returns:
      The endpointConfig.
    • getEndpointConfigOrBuilder

      public EndpointsConfigDumpOrBuilder getEndpointConfigOrBuilder()
      .envoy.admin.v3.EndpointsConfigDump endpoint_config = 6;
      Specified by:
      getEndpointConfigOrBuilder in interface PerXdsConfigOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • 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.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • 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.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • 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.GeneratedMessage
    • getDefaultInstanceForType

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