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, 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:
  • Field Details

  • Constructor Details

    • StaticResources

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

      private StaticResources()
  • Method Details

    • getDescriptor

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

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

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

      public 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 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 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 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 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 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 IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • computeSerializedSize_0

      private int computeSerializedSize_0()
    • 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 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:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Bootstrap.StaticResources.Builder newBuilder()
    • newBuilder

      public static Bootstrap.StaticResources.Builder newBuilder(Bootstrap.StaticResources prototype)
    • 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
    • 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 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