Class Bootstrap.StaticResources
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessage
-
- io.envoyproxy.envoy.config.bootstrap.v3.Bootstrap.StaticResources
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Bootstrap.StaticResourcesOrBuilder
,java.io.Serializable
- Enclosing class:
- Bootstrap
public static final class Bootstrap.StaticResources extends com.google.protobuf.GeneratedMessage implements Bootstrap.StaticResourcesOrBuilder
Protobuf typeenvoy.config.bootstrap.v3.Bootstrap.StaticResources
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Bootstrap.StaticResources.Builder
Protobuf typeenvoy.config.bootstrap.v3.Bootstrap.StaticResources
-
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 extends java.lang.Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Cluster>
clusters_
static int
CLUSTERS_FIELD_NUMBER
private static Bootstrap.StaticResources
DEFAULT_INSTANCE
private java.util.List<Listener>
listeners_
static int
LISTENERS_FIELD_NUMBER
private byte
memoizedIsInitialized
private static com.google.protobuf.Parser<Bootstrap.StaticResources>
PARSER
private java.util.List<Secret>
secrets_
static int
SECRETS_FIELD_NUMBER
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
StaticResources()
private
StaticResources(com.google.protobuf.GeneratedMessage.Builder<?> builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Cluster
getClusters(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.int
getClustersCount()
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.java.util.List<Cluster>
getClustersList()
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.ClusterOrBuilder
getClustersOrBuilder(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.java.util.List<? extends ClusterOrBuilder>
getClustersOrBuilderList()
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server.static Bootstrap.StaticResources
getDefaultInstance()
Bootstrap.StaticResources
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
Listener
getListeners(int index)
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.int
getListenersCount()
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.java.util.List<Listener>
getListenersList()
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.ListenerOrBuilder
getListenersOrBuilder(int index)
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.java.util.List<? extends ListenerOrBuilder>
getListenersOrBuilderList()
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`.com.google.protobuf.Parser<Bootstrap.StaticResources>
getParserForType()
Secret
getSecrets(int index)
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`int
getSecretsCount()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`java.util.List<Secret>
getSecretsList()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`SecretOrBuilder
getSecretsOrBuilder(int index)
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`java.util.List<? extends SecretOrBuilder>
getSecretsOrBuilderList()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`int
getSerializedSize()
int
hashCode()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Bootstrap.StaticResources.Builder
newBuilder()
static Bootstrap.StaticResources.Builder
newBuilder(Bootstrap.StaticResources prototype)
Bootstrap.StaticResources.Builder
newBuilderForType()
protected Bootstrap.StaticResources.Builder
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
static Bootstrap.StaticResources
parseDelimitedFrom(java.io.InputStream input)
static Bootstrap.StaticResources
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.StaticResources
parseFrom(byte[] data)
static Bootstrap.StaticResources
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.StaticResources
parseFrom(com.google.protobuf.ByteString data)
static Bootstrap.StaticResources
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.StaticResources
parseFrom(com.google.protobuf.CodedInputStream input)
static Bootstrap.StaticResources
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.StaticResources
parseFrom(java.io.InputStream input)
static Bootstrap.StaticResources
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Bootstrap.StaticResources
parseFrom(java.nio.ByteBuffer data)
static Bootstrap.StaticResources
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Bootstrap.StaticResources>
parser()
Bootstrap.StaticResources.Builder
toBuilder()
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
LISTENERS_FIELD_NUMBER
public static final int LISTENERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
listeners_
private java.util.List<Listener> listeners_
-
CLUSTERS_FIELD_NUMBER
public static final int CLUSTERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
clusters_
private java.util.List<Cluster> clusters_
-
SECRETS_FIELD_NUMBER
public static final int SECRETS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
secrets_
private java.util.List<Secret> secrets_
-
memoizedIsInitialized
private byte memoizedIsInitialized
-
DEFAULT_INSTANCE
private static final Bootstrap.StaticResources DEFAULT_INSTANCE
-
PARSER
private static final com.google.protobuf.Parser<Bootstrap.StaticResources> PARSER
-
-
Method Detail
-
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
-
getListenersList
public java.util.List<Listener> getListenersList()
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.config.listener.v3.Listener listeners = 1;
- Specified by:
getListenersList
in interfaceBootstrap.StaticResourcesOrBuilder
-
getListenersOrBuilderList
public java.util.List<? extends ListenerOrBuilder> getListenersOrBuilderList()
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.config.listener.v3.Listener listeners = 1;
- Specified by:
getListenersOrBuilderList
in interfaceBootstrap.StaticResourcesOrBuilder
-
getListenersCount
public int getListenersCount()
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.config.listener.v3.Listener listeners = 1;
- Specified by:
getListenersCount
in interfaceBootstrap.StaticResourcesOrBuilder
-
getListeners
public Listener getListeners(int index)
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.config.listener.v3.Listener listeners = 1;
- Specified by:
getListeners
in interfaceBootstrap.StaticResourcesOrBuilder
-
getListenersOrBuilder
public ListenerOrBuilder getListenersOrBuilder(int index)
Static :ref:`Listeners <envoy_v3_api_msg_config.listener.v3.Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.config.listener.v3.Listener listeners = 1;
- Specified by:
getListenersOrBuilder
in interfaceBootstrap.StaticResourcesOrBuilder
-
getClustersList
public java.util.List<Cluster> getClustersList()
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.config.cluster.v3.Cluster clusters = 2;
- Specified by:
getClustersList
in interfaceBootstrap.StaticResourcesOrBuilder
-
getClustersOrBuilderList
public java.util.List<? extends ClusterOrBuilder> getClustersOrBuilderList()
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.config.cluster.v3.Cluster clusters = 2;
- Specified by:
getClustersOrBuilderList
in interfaceBootstrap.StaticResourcesOrBuilder
-
getClustersCount
public int getClustersCount()
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.config.cluster.v3.Cluster clusters = 2;
- Specified by:
getClustersCount
in interfaceBootstrap.StaticResourcesOrBuilder
-
getClusters
public Cluster getClusters(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.config.cluster.v3.Cluster clusters = 2;
- Specified by:
getClusters
in interfaceBootstrap.StaticResourcesOrBuilder
-
getClustersOrBuilder
public ClusterOrBuilder getClustersOrBuilder(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_v3_api_field_config.bootstrap.v3.Bootstrap.DynamicResources.cds_config>`, it's necessary to have some initial cluster definitions available to allow Envoy to know how to speak to the management server. These cluster definitions may not use :ref:`EDS <arch_overview_dynamic_config_eds>` (i.e. they should be static IP or DNS-based).
repeated .envoy.config.cluster.v3.Cluster clusters = 2;
- Specified by:
getClustersOrBuilder
in interfaceBootstrap.StaticResourcesOrBuilder
-
getSecretsList
public java.util.List<Secret> getSecretsList()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`
repeated .envoy.extensions.transport_sockets.tls.v3.Secret secrets = 3;
- Specified by:
getSecretsList
in interfaceBootstrap.StaticResourcesOrBuilder
-
getSecretsOrBuilderList
public java.util.List<? extends SecretOrBuilder> getSecretsOrBuilderList()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`
repeated .envoy.extensions.transport_sockets.tls.v3.Secret secrets = 3;
- Specified by:
getSecretsOrBuilderList
in interfaceBootstrap.StaticResourcesOrBuilder
-
getSecretsCount
public int getSecretsCount()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`
repeated .envoy.extensions.transport_sockets.tls.v3.Secret secrets = 3;
- Specified by:
getSecretsCount
in interfaceBootstrap.StaticResourcesOrBuilder
-
getSecrets
public Secret getSecrets(int index)
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`
repeated .envoy.extensions.transport_sockets.tls.v3.Secret secrets = 3;
- Specified by:
getSecrets
in interfaceBootstrap.StaticResourcesOrBuilder
-
getSecretsOrBuilder
public SecretOrBuilder getSecretsOrBuilder(int index)
These static secrets can be used by :ref:`SdsSecretConfig <envoy_v3_api_msg_extensions.transport_sockets.tls.v3.SdsSecretConfig>`
repeated .envoy.extensions.transport_sockets.tls.v3.Secret secrets = 3;
- Specified by:
getSecretsOrBuilder
in interfaceBootstrap.StaticResourcesOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
public boolean equals(java.lang.Object obj)
- 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 Bootstrap.StaticResources parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Bootstrap.StaticResources parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static Bootstrap.StaticResources parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public Bootstrap.StaticResources.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Bootstrap.StaticResources.Builder newBuilder()
-
newBuilder
public static Bootstrap.StaticResources.Builder newBuilder(Bootstrap.StaticResources prototype)
-
toBuilder
public Bootstrap.StaticResources.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Bootstrap.StaticResources.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
- Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
public static Bootstrap.StaticResources getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Bootstrap.StaticResources> parser()
-
getParserForType
public com.google.protobuf.Parser<Bootstrap.StaticResources> 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
public Bootstrap.StaticResources getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-