Class 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 type envoy.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 type envoy.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
      • 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
    • 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
      • 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
    • Constructor Detail

      • StaticResources

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

        private StaticResources()
    • Method Detail

      • 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
      • 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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.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 interface Bootstrap.StaticResourcesOrBuilder
      • 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 java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessage
        Throws:
        java.io.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​(java.lang.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 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 interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

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

        protected Bootstrap.StaticResources.Builder newBuilderForType​(com.google.protobuf.AbstractMessage.BuilderParent parent)
        Overrides:
        newBuilderForType in class com.google.protobuf.AbstractMessage
      • getParserForType

        public com.google.protobuf.Parser<Bootstrap.StaticResources> 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 Bootstrap.StaticResources getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder