Class Bootstrap.StaticResources
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.envoyproxy.envoy.config.bootstrap.v2.Bootstrap.StaticResources
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Bootstrap.StaticResourcesOrBuilder,Serializable
- Enclosing class:
- Bootstrap
public static final class Bootstrap.StaticResources extends com.google.protobuf.GeneratedMessageV3 implements Bootstrap.StaticResourcesOrBuilder
Protobuf typeenvoy.config.bootstrap.v2.Bootstrap.StaticResources- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBootstrap.StaticResources.BuilderProtobuf typeenvoy.config.bootstrap.v2.Bootstrap.StaticResources-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCLUSTERS_FIELD_NUMBERstatic intLISTENERS_FIELD_NUMBERstatic intSECRETS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ClustergetClusters(int index)If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.intgetClustersCount()If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.List<Cluster>getClustersList()If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.ClusterOrBuildergetClustersOrBuilder(int index)If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.List<? extends ClusterOrBuilder>getClustersOrBuilderList()If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.StaticResourcesgetDefaultInstance()Bootstrap.StaticResourcesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()ListenergetListeners(int index)Static :ref:`Listeners <envoy_api_msg_Listener>`.intgetListenersCount()Static :ref:`Listeners <envoy_api_msg_Listener>`.List<Listener>getListenersList()Static :ref:`Listeners <envoy_api_msg_Listener>`.ListenerOrBuildergetListenersOrBuilder(int index)Static :ref:`Listeners <envoy_api_msg_Listener>`.List<? extends ListenerOrBuilder>getListenersOrBuilderList()Static :ref:`Listeners <envoy_api_msg_Listener>`.com.google.protobuf.Parser<Bootstrap.StaticResources>getParserForType()SecretgetSecrets(int index)These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`intgetSecretsCount()These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`List<Secret>getSecretsList()These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`SecretOrBuildergetSecretsOrBuilder(int index)These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`List<? extends SecretOrBuilder>getSecretsOrBuilderList()These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Bootstrap.StaticResources.BuildernewBuilder()static Bootstrap.StaticResources.BuildernewBuilder(Bootstrap.StaticResources prototype)Bootstrap.StaticResources.BuildernewBuilderForType()protected Bootstrap.StaticResources.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Bootstrap.StaticResourcesparseDelimitedFrom(InputStream input)static Bootstrap.StaticResourcesparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Bootstrap.StaticResourcesparseFrom(byte[] data)static Bootstrap.StaticResourcesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Bootstrap.StaticResourcesparseFrom(com.google.protobuf.ByteString data)static Bootstrap.StaticResourcesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Bootstrap.StaticResourcesparseFrom(com.google.protobuf.CodedInputStream input)static Bootstrap.StaticResourcesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Bootstrap.StaticResourcesparseFrom(InputStream input)static Bootstrap.StaticResourcesparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Bootstrap.StaticResourcesparseFrom(ByteBuffer data)static Bootstrap.StaticResourcesparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Bootstrap.StaticResources>parser()Bootstrap.StaticResources.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, 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, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
LISTENERS_FIELD_NUMBER
public static final int LISTENERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLUSTERS_FIELD_NUMBER
public static final int CLUSTERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SECRETS_FIELD_NUMBER
public static final int SECRETS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getListenersList
public List<Listener> getListenersList()
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;- Specified by:
getListenersListin interfaceBootstrap.StaticResourcesOrBuilder
-
getListenersOrBuilderList
public List<? extends ListenerOrBuilder> getListenersOrBuilderList()
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;- Specified by:
getListenersOrBuilderListin interfaceBootstrap.StaticResourcesOrBuilder
-
getListenersCount
public int getListenersCount()
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;- Specified by:
getListenersCountin interfaceBootstrap.StaticResourcesOrBuilder
-
getListeners
public Listener getListeners(int index)
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;- Specified by:
getListenersin interfaceBootstrap.StaticResourcesOrBuilder
-
getListenersOrBuilder
public ListenerOrBuilder getListenersOrBuilder(int index)
Static :ref:`Listeners <envoy_api_msg_Listener>`. These listeners are available regardless of LDS configuration.
repeated .envoy.api.v2.Listener listeners = 1;- Specified by:
getListenersOrBuilderin interfaceBootstrap.StaticResourcesOrBuilder
-
getClustersList
public List<Cluster> getClustersList()
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.api.v2.Cluster clusters = 2;- Specified by:
getClustersListin interfaceBootstrap.StaticResourcesOrBuilder
-
getClustersOrBuilderList
public List<? extends ClusterOrBuilder> getClustersOrBuilderList()
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.api.v2.Cluster clusters = 2;- Specified by:
getClustersOrBuilderListin interfaceBootstrap.StaticResourcesOrBuilder
-
getClustersCount
public int getClustersCount()
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.api.v2.Cluster clusters = 2;- Specified by:
getClustersCountin interfaceBootstrap.StaticResourcesOrBuilder
-
getClusters
public Cluster getClusters(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.api.v2.Cluster clusters = 2;- Specified by:
getClustersin interfaceBootstrap.StaticResourcesOrBuilder
-
getClustersOrBuilder
public ClusterOrBuilder getClustersOrBuilder(int index)
If a network based configuration source is specified for :ref:`cds_config <envoy_api_field_config.bootstrap.v2.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.api.v2.Cluster clusters = 2;- Specified by:
getClustersOrBuilderin interfaceBootstrap.StaticResourcesOrBuilder
-
getSecretsList
public List<Secret> getSecretsList()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;- Specified by:
getSecretsListin interfaceBootstrap.StaticResourcesOrBuilder
-
getSecretsOrBuilderList
public List<? extends SecretOrBuilder> getSecretsOrBuilderList()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;- Specified by:
getSecretsOrBuilderListin interfaceBootstrap.StaticResourcesOrBuilder
-
getSecretsCount
public int getSecretsCount()
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;- Specified by:
getSecretsCountin interfaceBootstrap.StaticResourcesOrBuilder
-
getSecrets
public Secret getSecrets(int index)
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;- Specified by:
getSecretsin interfaceBootstrap.StaticResourcesOrBuilder
-
getSecretsOrBuilder
public SecretOrBuilder getSecretsOrBuilder(int index)
These static secrets can be used by :ref:`SdsSecretConfig <envoy_api_msg_auth.SdsSecretConfig>`
repeated .envoy.api.v2.auth.Secret secrets = 3;- Specified by:
getSecretsOrBuilderin interfaceBootstrap.StaticResourcesOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Bootstrap.StaticResources parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(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(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Bootstrap.StaticResources parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Bootstrap.StaticResources parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Bootstrap.StaticResources parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Bootstrap.StaticResources.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein 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:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Bootstrap.StaticResources.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
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:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Bootstrap.StaticResources getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-