Class Application.FeatureSettings.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<Application.FeatureSettings.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<Application.FeatureSettings.Builder>
      • getDefaultInstanceForType

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

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

        public Application.FeatureSettings buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public Application.FeatureSettings.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<Application.FeatureSettings.Builder>
        Throws:
        IOException
      • getSplitHealthChecks

        public boolean getSplitHealthChecks()
         Boolean value indicating if split health checks should be used instead
         of the legacy health checks. At an app.yaml level, this means defaulting
         to 'readiness_check' and 'liveness_check' values instead of
         'health_check' ones. Once the legacy 'health_check' behavior is
         deprecated, and this value is always true, this setting can
         be removed.
         
        bool split_health_checks = 1;
        Specified by:
        getSplitHealthChecks in interface Application.FeatureSettingsOrBuilder
        Returns:
        The splitHealthChecks.
      • setSplitHealthChecks

        public Application.FeatureSettings.Builder setSplitHealthChecks​(boolean value)
         Boolean value indicating if split health checks should be used instead
         of the legacy health checks. At an app.yaml level, this means defaulting
         to 'readiness_check' and 'liveness_check' values instead of
         'health_check' ones. Once the legacy 'health_check' behavior is
         deprecated, and this value is always true, this setting can
         be removed.
         
        bool split_health_checks = 1;
        Parameters:
        value - The splitHealthChecks to set.
        Returns:
        This builder for chaining.
      • clearSplitHealthChecks

        public Application.FeatureSettings.Builder clearSplitHealthChecks()
         Boolean value indicating if split health checks should be used instead
         of the legacy health checks. At an app.yaml level, this means defaulting
         to 'readiness_check' and 'liveness_check' values instead of
         'health_check' ones. Once the legacy 'health_check' behavior is
         deprecated, and this value is always true, this setting can
         be removed.
         
        bool split_health_checks = 1;
        Returns:
        This builder for chaining.
      • getUseContainerOptimizedOs

        public boolean getUseContainerOptimizedOs()
         If true, use [Container-Optimized OS](https://cloud.google.com/container-optimized-os/)
         base image for VMs, rather than a base Debian image.
         
        bool use_container_optimized_os = 2;
        Specified by:
        getUseContainerOptimizedOs in interface Application.FeatureSettingsOrBuilder
        Returns:
        The useContainerOptimizedOs.
      • setUseContainerOptimizedOs

        public Application.FeatureSettings.Builder setUseContainerOptimizedOs​(boolean value)
         If true, use [Container-Optimized OS](https://cloud.google.com/container-optimized-os/)
         base image for VMs, rather than a base Debian image.
         
        bool use_container_optimized_os = 2;
        Parameters:
        value - The useContainerOptimizedOs to set.
        Returns:
        This builder for chaining.
      • clearUseContainerOptimizedOs

        public Application.FeatureSettings.Builder clearUseContainerOptimizedOs()
         If true, use [Container-Optimized OS](https://cloud.google.com/container-optimized-os/)
         base image for VMs, rather than a base Debian image.
         
        bool use_container_optimized_os = 2;
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final Application.FeatureSettings.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<Application.FeatureSettings.Builder>