Class AdvancedMachineFeatures.Builder

  • All Implemented Interfaces:
    AdvancedMachineFeaturesOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    AdvancedMachineFeatures

    public static final class AdvancedMachineFeatures.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<AdvancedMachineFeatures.Builder>
    implements AdvancedMachineFeaturesOrBuilder
     Specifies options for controlling advanced machine features. Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being enabled or disabled).
     
    Protobuf type google.cloud.compute.v1.AdvancedMachineFeatures
    • 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<AdvancedMachineFeatures.Builder>
      • clear

        public AdvancedMachineFeatures.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<AdvancedMachineFeatures.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<AdvancedMachineFeatures.Builder>
      • getDefaultInstanceForType

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

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

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

        public AdvancedMachineFeatures.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<AdvancedMachineFeatures.Builder>
      • clearField

        public AdvancedMachineFeatures.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<AdvancedMachineFeatures.Builder>
      • clearOneof

        public AdvancedMachineFeatures.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<AdvancedMachineFeatures.Builder>
      • setRepeatedField

        public AdvancedMachineFeatures.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<AdvancedMachineFeatures.Builder>
      • addRepeatedField

        public AdvancedMachineFeatures.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<AdvancedMachineFeatures.Builder>
      • isInitialized

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

        public AdvancedMachineFeatures.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<AdvancedMachineFeatures.Builder>
        Throws:
        IOException
      • hasEnableNestedVirtualization

        public boolean hasEnableNestedVirtualization()
         Whether to enable nested virtualization or not (default is false).
         
        optional bool enable_nested_virtualization = 16639365;
        Specified by:
        hasEnableNestedVirtualization in interface AdvancedMachineFeaturesOrBuilder
        Returns:
        Whether the enableNestedVirtualization field is set.
      • getEnableNestedVirtualization

        public boolean getEnableNestedVirtualization()
         Whether to enable nested virtualization or not (default is false).
         
        optional bool enable_nested_virtualization = 16639365;
        Specified by:
        getEnableNestedVirtualization in interface AdvancedMachineFeaturesOrBuilder
        Returns:
        The enableNestedVirtualization.
      • setEnableNestedVirtualization

        public AdvancedMachineFeatures.Builder setEnableNestedVirtualization​(boolean value)
         Whether to enable nested virtualization or not (default is false).
         
        optional bool enable_nested_virtualization = 16639365;
        Parameters:
        value - The enableNestedVirtualization to set.
        Returns:
        This builder for chaining.
      • clearEnableNestedVirtualization

        public AdvancedMachineFeatures.Builder clearEnableNestedVirtualization()
         Whether to enable nested virtualization or not (default is false).
         
        optional bool enable_nested_virtualization = 16639365;
        Returns:
        This builder for chaining.
      • hasEnableUefiNetworking

        public boolean hasEnableUefiNetworking()
         Whether to enable UEFI networking for instance creation.
         
        optional bool enable_uefi_networking = 334485668;
        Specified by:
        hasEnableUefiNetworking in interface AdvancedMachineFeaturesOrBuilder
        Returns:
        Whether the enableUefiNetworking field is set.
      • getEnableUefiNetworking

        public boolean getEnableUefiNetworking()
         Whether to enable UEFI networking for instance creation.
         
        optional bool enable_uefi_networking = 334485668;
        Specified by:
        getEnableUefiNetworking in interface AdvancedMachineFeaturesOrBuilder
        Returns:
        The enableUefiNetworking.
      • setEnableUefiNetworking

        public AdvancedMachineFeatures.Builder setEnableUefiNetworking​(boolean value)
         Whether to enable UEFI networking for instance creation.
         
        optional bool enable_uefi_networking = 334485668;
        Parameters:
        value - The enableUefiNetworking to set.
        Returns:
        This builder for chaining.
      • clearEnableUefiNetworking

        public AdvancedMachineFeatures.Builder clearEnableUefiNetworking()
         Whether to enable UEFI networking for instance creation.
         
        optional bool enable_uefi_networking = 334485668;
        Returns:
        This builder for chaining.
      • hasThreadsPerCore

        public boolean hasThreadsPerCore()
         The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
         
        optional int32 threads_per_core = 352611671;
        Specified by:
        hasThreadsPerCore in interface AdvancedMachineFeaturesOrBuilder
        Returns:
        Whether the threadsPerCore field is set.
      • getThreadsPerCore

        public int getThreadsPerCore()
         The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
         
        optional int32 threads_per_core = 352611671;
        Specified by:
        getThreadsPerCore in interface AdvancedMachineFeaturesOrBuilder
        Returns:
        The threadsPerCore.
      • setThreadsPerCore

        public AdvancedMachineFeatures.Builder setThreadsPerCore​(int value)
         The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
         
        optional int32 threads_per_core = 352611671;
        Parameters:
        value - The threadsPerCore to set.
        Returns:
        This builder for chaining.
      • clearThreadsPerCore

        public AdvancedMachineFeatures.Builder clearThreadsPerCore()
         The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
         
        optional int32 threads_per_core = 352611671;
        Returns:
        This builder for chaining.
      • hasVisibleCoreCount

        public boolean hasVisibleCoreCount()
         The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
         
        optional int32 visible_core_count = 193198684;
        Specified by:
        hasVisibleCoreCount in interface AdvancedMachineFeaturesOrBuilder
        Returns:
        Whether the visibleCoreCount field is set.
      • getVisibleCoreCount

        public int getVisibleCoreCount()
         The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
         
        optional int32 visible_core_count = 193198684;
        Specified by:
        getVisibleCoreCount in interface AdvancedMachineFeaturesOrBuilder
        Returns:
        The visibleCoreCount.
      • setVisibleCoreCount

        public AdvancedMachineFeatures.Builder setVisibleCoreCount​(int value)
         The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
         
        optional int32 visible_core_count = 193198684;
        Parameters:
        value - The visibleCoreCount to set.
        Returns:
        This builder for chaining.
      • clearVisibleCoreCount

        public AdvancedMachineFeatures.Builder clearVisibleCoreCount()
         The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
         
        optional int32 visible_core_count = 193198684;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final AdvancedMachineFeatures.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<AdvancedMachineFeatures.Builder>
      • mergeUnknownFields

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