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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Detailed config (per xDS) with status.static enum
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,
BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParent
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
private int
static final int
private static final PerXdsConfig
static final int
static final int
private byte
private static final com.google.protobuf.Parser
<PerXdsConfig> private Object
private int
static final int
static final int
private static final long
private int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
private
PerXdsConfig
(com.google.protobuf.GeneratedMessage.Builder<?> builder) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.envoy.service.status.v3.PerXdsConfig.client_status is deprecated.int
Deprecated.envoy.service.status.v3.PerXdsConfig.client_status is deprecated..envoy.admin.v3.ClustersConfigDump cluster_config = 3;
.envoy.admin.v3.ClustersConfigDump cluster_config = 3;
static PerXdsConfig
static final com.google.protobuf.Descriptors.Descriptor
.envoy.admin.v3.EndpointsConfigDump endpoint_config = 6;
.envoy.admin.v3.EndpointsConfigDump endpoint_config = 6;
.envoy.admin.v3.ListenersConfigDump listener_config = 2;
.envoy.admin.v3.ListenersConfigDump listener_config = 2;
com.google.protobuf.Parser
<PerXdsConfig> .envoy.admin.v3.RoutesConfigDump route_config = 4;
.envoy.admin.v3.RoutesConfigDump route_config = 4;
.envoy.admin.v3.ScopedRoutesConfigDump scoped_route_config = 5;
.envoy.admin.v3.ScopedRoutesConfigDump scoped_route_config = 5;
int
Config status generated by management servers.int
Config status generated by management servers.boolean
.envoy.admin.v3.ClustersConfigDump cluster_config = 3;
boolean
.envoy.admin.v3.EndpointsConfigDump endpoint_config = 6;
int
hashCode()
boolean
.envoy.admin.v3.ListenersConfigDump listener_config = 2;
boolean
.envoy.admin.v3.RoutesConfigDump route_config = 4;
boolean
.envoy.admin.v3.ScopedRoutesConfigDump scoped_route_config = 5;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
static PerXdsConfig.Builder
static PerXdsConfig.Builder
newBuilder
(PerXdsConfig prototype) protected PerXdsConfig.Builder
newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) static PerXdsConfig
parseDelimitedFrom
(InputStream input) static PerXdsConfig
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PerXdsConfig
parseFrom
(byte[] data) static PerXdsConfig
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PerXdsConfig
parseFrom
(com.google.protobuf.ByteString data) static PerXdsConfig
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PerXdsConfig
parseFrom
(com.google.protobuf.CodedInputStream input) static PerXdsConfig
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PerXdsConfig
parseFrom
(InputStream input) static PerXdsConfig
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PerXdsConfig
parseFrom
(ByteBuffer data) static PerXdsConfig
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser
<PerXdsConfig> parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
perXdsConfigCase_
private int perXdsConfigCase_ -
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
-
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 classcom.google.protobuf.GeneratedMessage
-
getPerXdsConfigCase
- Specified by:
getPerXdsConfigCase
in interfacePerXdsConfigOrBuilder
-
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 interfacePerXdsConfigOrBuilder
- Returns:
- The enum numeric value on the wire for status.
-
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 interfacePerXdsConfigOrBuilder
- Returns:
- The status.
-
getClientStatusValue
Deprecated.envoy.service.status.v3.PerXdsConfig.client_status is deprecated. See envoy/service/status/v3/csds.proto;l=112Client 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 interfacePerXdsConfigOrBuilder
- Returns:
- The enum numeric value on the wire for clientStatus.
-
getClientStatus
Deprecated.envoy.service.status.v3.PerXdsConfig.client_status is deprecated. See envoy/service/status/v3/csds.proto;l=112Client 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 interfacePerXdsConfigOrBuilder
- Returns:
- The clientStatus.
-
hasListenerConfig
public boolean hasListenerConfig().envoy.admin.v3.ListenersConfigDump listener_config = 2;
- Specified by:
hasListenerConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- Whether the listenerConfig field is set.
-
getListenerConfig
.envoy.admin.v3.ListenersConfigDump listener_config = 2;
- Specified by:
getListenerConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- The listenerConfig.
-
getListenerConfigOrBuilder
.envoy.admin.v3.ListenersConfigDump listener_config = 2;
- Specified by:
getListenerConfigOrBuilder
in interfacePerXdsConfigOrBuilder
-
hasClusterConfig
public boolean hasClusterConfig().envoy.admin.v3.ClustersConfigDump cluster_config = 3;
- Specified by:
hasClusterConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- Whether the clusterConfig field is set.
-
getClusterConfig
.envoy.admin.v3.ClustersConfigDump cluster_config = 3;
- Specified by:
getClusterConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- The clusterConfig.
-
getClusterConfigOrBuilder
.envoy.admin.v3.ClustersConfigDump cluster_config = 3;
- Specified by:
getClusterConfigOrBuilder
in interfacePerXdsConfigOrBuilder
-
hasRouteConfig
public boolean hasRouteConfig().envoy.admin.v3.RoutesConfigDump route_config = 4;
- Specified by:
hasRouteConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- Whether the routeConfig field is set.
-
getRouteConfig
.envoy.admin.v3.RoutesConfigDump route_config = 4;
- Specified by:
getRouteConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- The routeConfig.
-
getRouteConfigOrBuilder
.envoy.admin.v3.RoutesConfigDump route_config = 4;
- Specified by:
getRouteConfigOrBuilder
in interfacePerXdsConfigOrBuilder
-
hasScopedRouteConfig
public boolean hasScopedRouteConfig().envoy.admin.v3.ScopedRoutesConfigDump scoped_route_config = 5;
- Specified by:
hasScopedRouteConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- Whether the scopedRouteConfig field is set.
-
getScopedRouteConfig
.envoy.admin.v3.ScopedRoutesConfigDump scoped_route_config = 5;
- Specified by:
getScopedRouteConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- The scopedRouteConfig.
-
getScopedRouteConfigOrBuilder
.envoy.admin.v3.ScopedRoutesConfigDump scoped_route_config = 5;
- Specified by:
getScopedRouteConfigOrBuilder
in interfacePerXdsConfigOrBuilder
-
hasEndpointConfig
public boolean hasEndpointConfig().envoy.admin.v3.EndpointsConfigDump endpoint_config = 6;
- Specified by:
hasEndpointConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- Whether the endpointConfig field is set.
-
getEndpointConfig
.envoy.admin.v3.EndpointsConfigDump endpoint_config = 6;
- Specified by:
getEndpointConfig
in interfacePerXdsConfigOrBuilder
- Returns:
- The endpointConfig.
-
getEndpointConfigOrBuilder
.envoy.admin.v3.EndpointsConfigDump endpoint_config = 6;
- Specified by:
getEndpointConfigOrBuilder
in interfacePerXdsConfigOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.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
- Throws:
IOException
-
parseFrom
public static PerXdsConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static PerXdsConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static PerXdsConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PerXdsConfig.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-