Class RuntimeLayer.DiskLayer.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • clear

        public RuntimeLayer.DiskLayer.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • getDefaultInstanceForType

        public RuntimeLayer.DiskLayer getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public RuntimeLayer.DiskLayer build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public RuntimeLayer.DiskLayer buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public RuntimeLayer.DiskLayer.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • clearField

        public RuntimeLayer.DiskLayer.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • clearOneof

        public RuntimeLayer.DiskLayer.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • setRepeatedField

        public RuntimeLayer.DiskLayer.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • addRepeatedField

        public RuntimeLayer.DiskLayer.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • mergeFrom

        public RuntimeLayer.DiskLayer.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RuntimeLayer.DiskLayer.Builder>
        Throws:
        IOException
      • getSymlinkRoot

        public String getSymlinkRoot()
         The implementation assumes that the file system tree is accessed via a
         symbolic link. An atomic link swap is used when a new tree should be
         switched to. This parameter specifies the path to the symbolic link.
         Envoy will watch the location for changes and reload the file system tree
         when they happen. See documentation on runtime :ref:`atomicity
         <config_runtime_atomicity>` for further details on how reloads are
         treated.
         
        string symlink_root = 1;
        Specified by:
        getSymlinkRoot in interface RuntimeLayer.DiskLayerOrBuilder
        Returns:
        The symlinkRoot.
      • getSymlinkRootBytes

        public com.google.protobuf.ByteString getSymlinkRootBytes()
         The implementation assumes that the file system tree is accessed via a
         symbolic link. An atomic link swap is used when a new tree should be
         switched to. This parameter specifies the path to the symbolic link.
         Envoy will watch the location for changes and reload the file system tree
         when they happen. See documentation on runtime :ref:`atomicity
         <config_runtime_atomicity>` for further details on how reloads are
         treated.
         
        string symlink_root = 1;
        Specified by:
        getSymlinkRootBytes in interface RuntimeLayer.DiskLayerOrBuilder
        Returns:
        The bytes for symlinkRoot.
      • setSymlinkRoot

        public RuntimeLayer.DiskLayer.Builder setSymlinkRoot​(String value)
         The implementation assumes that the file system tree is accessed via a
         symbolic link. An atomic link swap is used when a new tree should be
         switched to. This parameter specifies the path to the symbolic link.
         Envoy will watch the location for changes and reload the file system tree
         when they happen. See documentation on runtime :ref:`atomicity
         <config_runtime_atomicity>` for further details on how reloads are
         treated.
         
        string symlink_root = 1;
        Parameters:
        value - The symlinkRoot to set.
        Returns:
        This builder for chaining.
      • clearSymlinkRoot

        public RuntimeLayer.DiskLayer.Builder clearSymlinkRoot()
         The implementation assumes that the file system tree is accessed via a
         symbolic link. An atomic link swap is used when a new tree should be
         switched to. This parameter specifies the path to the symbolic link.
         Envoy will watch the location for changes and reload the file system tree
         when they happen. See documentation on runtime :ref:`atomicity
         <config_runtime_atomicity>` for further details on how reloads are
         treated.
         
        string symlink_root = 1;
        Returns:
        This builder for chaining.
      • setSymlinkRootBytes

        public RuntimeLayer.DiskLayer.Builder setSymlinkRootBytes​(com.google.protobuf.ByteString value)
         The implementation assumes that the file system tree is accessed via a
         symbolic link. An atomic link swap is used when a new tree should be
         switched to. This parameter specifies the path to the symbolic link.
         Envoy will watch the location for changes and reload the file system tree
         when they happen. See documentation on runtime :ref:`atomicity
         <config_runtime_atomicity>` for further details on how reloads are
         treated.
         
        string symlink_root = 1;
        Parameters:
        value - The bytes for symlinkRoot to set.
        Returns:
        This builder for chaining.
      • getSubdirectory

        public String getSubdirectory()
         Specifies the subdirectory to load within the root directory. This is
         useful if multiple systems share the same delivery mechanism. Envoy
         configuration elements can be contained in a dedicated subdirectory.
         
        string subdirectory = 3;
        Specified by:
        getSubdirectory in interface RuntimeLayer.DiskLayerOrBuilder
        Returns:
        The subdirectory.
      • getSubdirectoryBytes

        public com.google.protobuf.ByteString getSubdirectoryBytes()
         Specifies the subdirectory to load within the root directory. This is
         useful if multiple systems share the same delivery mechanism. Envoy
         configuration elements can be contained in a dedicated subdirectory.
         
        string subdirectory = 3;
        Specified by:
        getSubdirectoryBytes in interface RuntimeLayer.DiskLayerOrBuilder
        Returns:
        The bytes for subdirectory.
      • setSubdirectory

        public RuntimeLayer.DiskLayer.Builder setSubdirectory​(String value)
         Specifies the subdirectory to load within the root directory. This is
         useful if multiple systems share the same delivery mechanism. Envoy
         configuration elements can be contained in a dedicated subdirectory.
         
        string subdirectory = 3;
        Parameters:
        value - The subdirectory to set.
        Returns:
        This builder for chaining.
      • clearSubdirectory

        public RuntimeLayer.DiskLayer.Builder clearSubdirectory()
         Specifies the subdirectory to load within the root directory. This is
         useful if multiple systems share the same delivery mechanism. Envoy
         configuration elements can be contained in a dedicated subdirectory.
         
        string subdirectory = 3;
        Returns:
        This builder for chaining.
      • setSubdirectoryBytes

        public RuntimeLayer.DiskLayer.Builder setSubdirectoryBytes​(com.google.protobuf.ByteString value)
         Specifies the subdirectory to load within the root directory. This is
         useful if multiple systems share the same delivery mechanism. Envoy
         configuration elements can be contained in a dedicated subdirectory.
         
        string subdirectory = 3;
        Parameters:
        value - The bytes for subdirectory to set.
        Returns:
        This builder for chaining.
      • getAppendServiceCluster

        public boolean getAppendServiceCluster()
         :ref:`Append <config_runtime_local_disk_service_cluster_subdirs>` the
         service cluster to the path under symlink root.
         
        bool append_service_cluster = 2;
        Specified by:
        getAppendServiceCluster in interface RuntimeLayer.DiskLayerOrBuilder
        Returns:
        The appendServiceCluster.
      • setAppendServiceCluster

        public RuntimeLayer.DiskLayer.Builder setAppendServiceCluster​(boolean value)
         :ref:`Append <config_runtime_local_disk_service_cluster_subdirs>` the
         service cluster to the path under symlink root.
         
        bool append_service_cluster = 2;
        Parameters:
        value - The appendServiceCluster to set.
        Returns:
        This builder for chaining.
      • clearAppendServiceCluster

        public RuntimeLayer.DiskLayer.Builder clearAppendServiceCluster()
         :ref:`Append <config_runtime_local_disk_service_cluster_subdirs>` the
         service cluster to the path under symlink root.
         
        bool append_service_cluster = 2;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final RuntimeLayer.DiskLayer.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>
      • mergeUnknownFields

        public final RuntimeLayer.DiskLayer.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RuntimeLayer.DiskLayer.Builder>