Class SourceInstanceProperties.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<SourceInstanceProperties.Builder>
      • internalGetMutableMapField

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<SourceInstanceProperties.Builder>
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SourceInstanceProperties.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<SourceInstanceProperties.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

        public SourceInstanceProperties.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<SourceInstanceProperties.Builder>
        Throws:
        IOException
      • hasCanIpForward

        public boolean hasCanIpForward()
         Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.
         
        optional bool can_ip_forward = 467731324;
        Specified by:
        hasCanIpForward in interface SourceInstancePropertiesOrBuilder
        Returns:
        Whether the canIpForward field is set.
      • getCanIpForward

        public boolean getCanIpForward()
         Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.
         
        optional bool can_ip_forward = 467731324;
        Specified by:
        getCanIpForward in interface SourceInstancePropertiesOrBuilder
        Returns:
        The canIpForward.
      • setCanIpForward

        public SourceInstanceProperties.Builder setCanIpForward​(boolean value)
         Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.
         
        optional bool can_ip_forward = 467731324;
        Parameters:
        value - The canIpForward to set.
        Returns:
        This builder for chaining.
      • clearCanIpForward

        public SourceInstanceProperties.Builder clearCanIpForward()
         Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.
         
        optional bool can_ip_forward = 467731324;
        Returns:
        This builder for chaining.
      • hasDeletionProtection

        public boolean hasDeletionProtection()
         Whether the instance created from this machine image should be protected against deletion.
         
        optional bool deletion_protection = 458014698;
        Specified by:
        hasDeletionProtection in interface SourceInstancePropertiesOrBuilder
        Returns:
        Whether the deletionProtection field is set.
      • getDeletionProtection

        public boolean getDeletionProtection()
         Whether the instance created from this machine image should be protected against deletion.
         
        optional bool deletion_protection = 458014698;
        Specified by:
        getDeletionProtection in interface SourceInstancePropertiesOrBuilder
        Returns:
        The deletionProtection.
      • setDeletionProtection

        public SourceInstanceProperties.Builder setDeletionProtection​(boolean value)
         Whether the instance created from this machine image should be protected against deletion.
         
        optional bool deletion_protection = 458014698;
        Parameters:
        value - The deletionProtection to set.
        Returns:
        This builder for chaining.
      • clearDeletionProtection

        public SourceInstanceProperties.Builder clearDeletionProtection()
         Whether the instance created from this machine image should be protected against deletion.
         
        optional bool deletion_protection = 458014698;
        Returns:
        This builder for chaining.
      • hasDescription

        public boolean hasDescription()
         An optional text description for the instances that are created from this machine image.
         
        optional string description = 422937596;
        Specified by:
        hasDescription in interface SourceInstancePropertiesOrBuilder
        Returns:
        Whether the description field is set.
      • getDescription

        public String getDescription()
         An optional text description for the instances that are created from this machine image.
         
        optional string description = 422937596;
        Specified by:
        getDescription in interface SourceInstancePropertiesOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         An optional text description for the instances that are created from this machine image.
         
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface SourceInstancePropertiesOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public SourceInstanceProperties.Builder setDescription​(String value)
         An optional text description for the instances that are created from this machine image.
         
        optional string description = 422937596;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public SourceInstanceProperties.Builder clearDescription()
         An optional text description for the instances that are created from this machine image.
         
        optional string description = 422937596;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public SourceInstanceProperties.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         An optional text description for the instances that are created from this machine image.
         
        optional string description = 422937596;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • getDisksCount

        public int getDisksCount()
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
        Specified by:
        getDisksCount in interface SourceInstancePropertiesOrBuilder
      • getDisks

        public SavedAttachedDisk getDisks​(int index)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
        Specified by:
        getDisks in interface SourceInstancePropertiesOrBuilder
      • setDisks

        public SourceInstanceProperties.Builder setDisks​(int index,
                                                         SavedAttachedDisk value)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • setDisks

        public SourceInstanceProperties.Builder setDisks​(int index,
                                                         SavedAttachedDisk.Builder builderForValue)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • addDisks

        public SourceInstanceProperties.Builder addDisks​(SavedAttachedDisk value)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • addDisks

        public SourceInstanceProperties.Builder addDisks​(int index,
                                                         SavedAttachedDisk value)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • addDisks

        public SourceInstanceProperties.Builder addDisks​(int index,
                                                         SavedAttachedDisk.Builder builderForValue)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • addAllDisks

        public SourceInstanceProperties.Builder addAllDisks​(Iterable<? extends SavedAttachedDisk> values)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • clearDisks

        public SourceInstanceProperties.Builder clearDisks()
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • removeDisks

        public SourceInstanceProperties.Builder removeDisks​(int index)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • getDisksBuilder

        public SavedAttachedDisk.Builder getDisksBuilder​(int index)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • addDisksBuilder

        public SavedAttachedDisk.Builder addDisksBuilder()
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • addDisksBuilder

        public SavedAttachedDisk.Builder addDisksBuilder​(int index)
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • getDisksBuilderList

        public List<SavedAttachedDisk.Builder> getDisksBuilderList()
         An array of disks that are associated with the instances that are created from this machine image.
         
        repeated .google.cloud.compute.v1.SavedAttachedDisk disks = 95594102;
      • getGuestAcceleratorsCount

        public int getGuestAcceleratorsCount()
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
        Specified by:
        getGuestAcceleratorsCount in interface SourceInstancePropertiesOrBuilder
      • getGuestAccelerators

        public AcceleratorConfig getGuestAccelerators​(int index)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
        Specified by:
        getGuestAccelerators in interface SourceInstancePropertiesOrBuilder
      • setGuestAccelerators

        public SourceInstanceProperties.Builder setGuestAccelerators​(int index,
                                                                     AcceleratorConfig value)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • setGuestAccelerators

        public SourceInstanceProperties.Builder setGuestAccelerators​(int index,
                                                                     AcceleratorConfig.Builder builderForValue)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • addGuestAccelerators

        public SourceInstanceProperties.Builder addGuestAccelerators​(AcceleratorConfig value)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • addGuestAccelerators

        public SourceInstanceProperties.Builder addGuestAccelerators​(int index,
                                                                     AcceleratorConfig value)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • addGuestAccelerators

        public SourceInstanceProperties.Builder addGuestAccelerators​(AcceleratorConfig.Builder builderForValue)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • addGuestAccelerators

        public SourceInstanceProperties.Builder addGuestAccelerators​(int index,
                                                                     AcceleratorConfig.Builder builderForValue)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • addAllGuestAccelerators

        public SourceInstanceProperties.Builder addAllGuestAccelerators​(Iterable<? extends AcceleratorConfig> values)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • clearGuestAccelerators

        public SourceInstanceProperties.Builder clearGuestAccelerators()
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • removeGuestAccelerators

        public SourceInstanceProperties.Builder removeGuestAccelerators​(int index)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • getGuestAcceleratorsBuilder

        public AcceleratorConfig.Builder getGuestAcceleratorsBuilder​(int index)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • addGuestAcceleratorsBuilder

        public AcceleratorConfig.Builder addGuestAcceleratorsBuilder()
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • addGuestAcceleratorsBuilder

        public AcceleratorConfig.Builder addGuestAcceleratorsBuilder​(int index)
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • getGuestAcceleratorsBuilderList

        public List<AcceleratorConfig.Builder> getGuestAcceleratorsBuilderList()
         A list of guest accelerator cards' type and count to use for instances created from this machine image.
         
        repeated .google.cloud.compute.v1.AcceleratorConfig guest_accelerators = 463595119;
      • hasKeyRevocationActionType

        public boolean hasKeyRevocationActionType()
         KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
         Check the KeyRevocationActionType enum for the list of possible values.
         
        optional string key_revocation_action_type = 235941474;
        Specified by:
        hasKeyRevocationActionType in interface SourceInstancePropertiesOrBuilder
        Returns:
        Whether the keyRevocationActionType field is set.
      • getKeyRevocationActionType

        public String getKeyRevocationActionType()
         KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
         Check the KeyRevocationActionType enum for the list of possible values.
         
        optional string key_revocation_action_type = 235941474;
        Specified by:
        getKeyRevocationActionType in interface SourceInstancePropertiesOrBuilder
        Returns:
        The keyRevocationActionType.
      • getKeyRevocationActionTypeBytes

        public com.google.protobuf.ByteString getKeyRevocationActionTypeBytes()
         KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
         Check the KeyRevocationActionType enum for the list of possible values.
         
        optional string key_revocation_action_type = 235941474;
        Specified by:
        getKeyRevocationActionTypeBytes in interface SourceInstancePropertiesOrBuilder
        Returns:
        The bytes for keyRevocationActionType.
      • setKeyRevocationActionType

        public SourceInstanceProperties.Builder setKeyRevocationActionType​(String value)
         KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
         Check the KeyRevocationActionType enum for the list of possible values.
         
        optional string key_revocation_action_type = 235941474;
        Parameters:
        value - The keyRevocationActionType to set.
        Returns:
        This builder for chaining.
      • clearKeyRevocationActionType

        public SourceInstanceProperties.Builder clearKeyRevocationActionType()
         KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
         Check the KeyRevocationActionType enum for the list of possible values.
         
        optional string key_revocation_action_type = 235941474;
        Returns:
        This builder for chaining.
      • setKeyRevocationActionTypeBytes

        public SourceInstanceProperties.Builder setKeyRevocationActionTypeBytes​(com.google.protobuf.ByteString value)
         KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
         Check the KeyRevocationActionType enum for the list of possible values.
         
        optional string key_revocation_action_type = 235941474;
        Parameters:
        value - The bytes for keyRevocationActionType to set.
        Returns:
        This builder for chaining.
      • removeLabels

        public SourceInstanceProperties.Builder removeLabels​(String key)
         Labels to apply to instances that are created from this machine image.
         
        map<string, string> labels = 500195327;
      • getMutableLabels

        @Deprecated
        public Map<String,​String> getMutableLabels()
        Deprecated.
        Use alternate mutation accessors instead.
      • hasMachineType

        public boolean hasMachineType()
         The machine type to use for instances that are created from this machine image.
         
        optional string machine_type = 227711026;
        Specified by:
        hasMachineType in interface SourceInstancePropertiesOrBuilder
        Returns:
        Whether the machineType field is set.
      • getMachineType

        public String getMachineType()
         The machine type to use for instances that are created from this machine image.
         
        optional string machine_type = 227711026;
        Specified by:
        getMachineType in interface SourceInstancePropertiesOrBuilder
        Returns:
        The machineType.
      • getMachineTypeBytes

        public com.google.protobuf.ByteString getMachineTypeBytes()
         The machine type to use for instances that are created from this machine image.
         
        optional string machine_type = 227711026;
        Specified by:
        getMachineTypeBytes in interface SourceInstancePropertiesOrBuilder
        Returns:
        The bytes for machineType.
      • setMachineType

        public SourceInstanceProperties.Builder setMachineType​(String value)
         The machine type to use for instances that are created from this machine image.
         
        optional string machine_type = 227711026;
        Parameters:
        value - The machineType to set.
        Returns:
        This builder for chaining.
      • clearMachineType

        public SourceInstanceProperties.Builder clearMachineType()
         The machine type to use for instances that are created from this machine image.
         
        optional string machine_type = 227711026;
        Returns:
        This builder for chaining.
      • setMachineTypeBytes

        public SourceInstanceProperties.Builder setMachineTypeBytes​(com.google.protobuf.ByteString value)
         The machine type to use for instances that are created from this machine image.
         
        optional string machine_type = 227711026;
        Parameters:
        value - The bytes for machineType to set.
        Returns:
        This builder for chaining.
      • hasMetadata

        public boolean hasMetadata()
         The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
         
        optional .google.cloud.compute.v1.Metadata metadata = 86866735;
        Specified by:
        hasMetadata in interface SourceInstancePropertiesOrBuilder
        Returns:
        Whether the metadata field is set.
      • getMetadata

        public Metadata getMetadata()
         The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
         
        optional .google.cloud.compute.v1.Metadata metadata = 86866735;
        Specified by:
        getMetadata in interface SourceInstancePropertiesOrBuilder
        Returns:
        The metadata.
      • setMetadata

        public SourceInstanceProperties.Builder setMetadata​(Metadata value)
         The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
         
        optional .google.cloud.compute.v1.Metadata metadata = 86866735;
      • setMetadata

        public SourceInstanceProperties.Builder setMetadata​(Metadata.Builder builderForValue)
         The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
         
        optional .google.cloud.compute.v1.Metadata metadata = 86866735;
      • mergeMetadata

        public SourceInstanceProperties.Builder mergeMetadata​(Metadata value)
         The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
         
        optional .google.cloud.compute.v1.Metadata metadata = 86866735;
      • clearMetadata

        public SourceInstanceProperties.Builder clearMetadata()
         The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
         
        optional .google.cloud.compute.v1.Metadata metadata = 86866735;
      • getMetadataBuilder

        public Metadata.Builder getMetadataBuilder()
         The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
         
        optional .google.cloud.compute.v1.Metadata metadata = 86866735;
      • getMetadataOrBuilder

        public MetadataOrBuilder getMetadataOrBuilder()
         The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
         
        optional .google.cloud.compute.v1.Metadata metadata = 86866735;
        Specified by:
        getMetadataOrBuilder in interface SourceInstancePropertiesOrBuilder
      • hasMinCpuPlatform

        public boolean hasMinCpuPlatform()
         Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.
         
        optional string min_cpu_platform = 242912759;
        Specified by:
        hasMinCpuPlatform in interface SourceInstancePropertiesOrBuilder
        Returns:
        Whether the minCpuPlatform field is set.
      • getMinCpuPlatform

        public String getMinCpuPlatform()
         Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.
         
        optional string min_cpu_platform = 242912759;
        Specified by:
        getMinCpuPlatform in interface SourceInstancePropertiesOrBuilder
        Returns:
        The minCpuPlatform.
      • getMinCpuPlatformBytes

        public com.google.protobuf.ByteString getMinCpuPlatformBytes()
         Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.
         
        optional string min_cpu_platform = 242912759;
        Specified by:
        getMinCpuPlatformBytes in interface SourceInstancePropertiesOrBuilder
        Returns:
        The bytes for minCpuPlatform.
      • setMinCpuPlatform

        public SourceInstanceProperties.Builder setMinCpuPlatform​(String value)
         Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.
         
        optional string min_cpu_platform = 242912759;
        Parameters:
        value - The minCpuPlatform to set.
        Returns:
        This builder for chaining.
      • clearMinCpuPlatform

        public SourceInstanceProperties.Builder clearMinCpuPlatform()
         Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.
         
        optional string min_cpu_platform = 242912759;
        Returns:
        This builder for chaining.
      • setMinCpuPlatformBytes

        public SourceInstanceProperties.Builder setMinCpuPlatformBytes​(com.google.protobuf.ByteString value)
         Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.
         
        optional string min_cpu_platform = 242912759;
        Parameters:
        value - The bytes for minCpuPlatform to set.
        Returns:
        This builder for chaining.
      • getNetworkInterfacesCount

        public int getNetworkInterfacesCount()
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
        Specified by:
        getNetworkInterfacesCount in interface SourceInstancePropertiesOrBuilder
      • setNetworkInterfaces

        public SourceInstanceProperties.Builder setNetworkInterfaces​(int index,
                                                                     NetworkInterface value)
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • setNetworkInterfaces

        public SourceInstanceProperties.Builder setNetworkInterfaces​(int index,
                                                                     NetworkInterface.Builder builderForValue)
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • addNetworkInterfaces

        public SourceInstanceProperties.Builder addNetworkInterfaces​(NetworkInterface value)
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • addNetworkInterfaces

        public SourceInstanceProperties.Builder addNetworkInterfaces​(int index,
                                                                     NetworkInterface value)
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • addNetworkInterfaces

        public SourceInstanceProperties.Builder addNetworkInterfaces​(int index,
                                                                     NetworkInterface.Builder builderForValue)
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • addAllNetworkInterfaces

        public SourceInstanceProperties.Builder addAllNetworkInterfaces​(Iterable<? extends NetworkInterface> values)
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • clearNetworkInterfaces

        public SourceInstanceProperties.Builder clearNetworkInterfaces()
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • removeNetworkInterfaces

        public SourceInstanceProperties.Builder removeNetworkInterfaces​(int index)
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • getNetworkInterfacesBuilder

        public NetworkInterface.Builder getNetworkInterfacesBuilder​(int index)
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • addNetworkInterfacesBuilder

        public NetworkInterface.Builder addNetworkInterfacesBuilder()
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • addNetworkInterfacesBuilder

        public NetworkInterface.Builder addNetworkInterfacesBuilder​(int index)
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • getNetworkInterfacesBuilderList

        public List<NetworkInterface.Builder> getNetworkInterfacesBuilderList()
         An array of network access configurations for this interface.
         
        repeated .google.cloud.compute.v1.NetworkInterface network_interfaces = 52735243;
      • hasScheduling

        public boolean hasScheduling()
         Specifies the scheduling options for the instances that are created from this machine image.
         
        optional .google.cloud.compute.v1.Scheduling scheduling = 386688404;
        Specified by:
        hasScheduling in interface SourceInstancePropertiesOrBuilder
        Returns:
        Whether the scheduling field is set.
      • getScheduling

        public Scheduling getScheduling()
         Specifies the scheduling options for the instances that are created from this machine image.
         
        optional .google.cloud.compute.v1.Scheduling scheduling = 386688404;
        Specified by:
        getScheduling in interface SourceInstancePropertiesOrBuilder
        Returns:
        The scheduling.
      • setScheduling

        public SourceInstanceProperties.Builder setScheduling​(Scheduling value)
         Specifies the scheduling options for the instances that are created from this machine image.
         
        optional .google.cloud.compute.v1.Scheduling scheduling = 386688404;
      • setScheduling

        public SourceInstanceProperties.Builder setScheduling​(Scheduling.Builder builderForValue)
         Specifies the scheduling options for the instances that are created from this machine image.
         
        optional .google.cloud.compute.v1.Scheduling scheduling = 386688404;
      • mergeScheduling

        public SourceInstanceProperties.Builder mergeScheduling​(Scheduling value)
         Specifies the scheduling options for the instances that are created from this machine image.
         
        optional .google.cloud.compute.v1.Scheduling scheduling = 386688404;
      • clearScheduling

        public SourceInstanceProperties.Builder clearScheduling()
         Specifies the scheduling options for the instances that are created from this machine image.
         
        optional .google.cloud.compute.v1.Scheduling scheduling = 386688404;
      • getSchedulingBuilder

        public Scheduling.Builder getSchedulingBuilder()
         Specifies the scheduling options for the instances that are created from this machine image.
         
        optional .google.cloud.compute.v1.Scheduling scheduling = 386688404;
      • getServiceAccountsList

        public List<ServiceAccount> getServiceAccountsList()
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
        Specified by:
        getServiceAccountsList in interface SourceInstancePropertiesOrBuilder
      • getServiceAccountsCount

        public int getServiceAccountsCount()
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
        Specified by:
        getServiceAccountsCount in interface SourceInstancePropertiesOrBuilder
      • getServiceAccounts

        public ServiceAccount getServiceAccounts​(int index)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
        Specified by:
        getServiceAccounts in interface SourceInstancePropertiesOrBuilder
      • setServiceAccounts

        public SourceInstanceProperties.Builder setServiceAccounts​(int index,
                                                                   ServiceAccount value)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • setServiceAccounts

        public SourceInstanceProperties.Builder setServiceAccounts​(int index,
                                                                   ServiceAccount.Builder builderForValue)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • addServiceAccounts

        public SourceInstanceProperties.Builder addServiceAccounts​(ServiceAccount value)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • addServiceAccounts

        public SourceInstanceProperties.Builder addServiceAccounts​(int index,
                                                                   ServiceAccount value)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • addServiceAccounts

        public SourceInstanceProperties.Builder addServiceAccounts​(ServiceAccount.Builder builderForValue)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • addServiceAccounts

        public SourceInstanceProperties.Builder addServiceAccounts​(int index,
                                                                   ServiceAccount.Builder builderForValue)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • addAllServiceAccounts

        public SourceInstanceProperties.Builder addAllServiceAccounts​(Iterable<? extends ServiceAccount> values)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • clearServiceAccounts

        public SourceInstanceProperties.Builder clearServiceAccounts()
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • removeServiceAccounts

        public SourceInstanceProperties.Builder removeServiceAccounts​(int index)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • getServiceAccountsBuilder

        public ServiceAccount.Builder getServiceAccountsBuilder​(int index)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • getServiceAccountsOrBuilder

        public ServiceAccountOrBuilder getServiceAccountsOrBuilder​(int index)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
        Specified by:
        getServiceAccountsOrBuilder in interface SourceInstancePropertiesOrBuilder
      • getServiceAccountsOrBuilderList

        public List<? extends ServiceAccountOrBuilder> getServiceAccountsOrBuilderList()
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
        Specified by:
        getServiceAccountsOrBuilderList in interface SourceInstancePropertiesOrBuilder
      • addServiceAccountsBuilder

        public ServiceAccount.Builder addServiceAccountsBuilder()
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • addServiceAccountsBuilder

        public ServiceAccount.Builder addServiceAccountsBuilder​(int index)
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • getServiceAccountsBuilderList

        public List<ServiceAccount.Builder> getServiceAccountsBuilderList()
         A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
         
        repeated .google.cloud.compute.v1.ServiceAccount service_accounts = 277537328;
      • hasTags

        public boolean hasTags()
         A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
         
        optional .google.cloud.compute.v1.Tags tags = 3552281;
        Specified by:
        hasTags in interface SourceInstancePropertiesOrBuilder
        Returns:
        Whether the tags field is set.
      • getTags

        public Tags getTags()
         A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
         
        optional .google.cloud.compute.v1.Tags tags = 3552281;
        Specified by:
        getTags in interface SourceInstancePropertiesOrBuilder
        Returns:
        The tags.
      • setTags

        public SourceInstanceProperties.Builder setTags​(Tags value)
         A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
         
        optional .google.cloud.compute.v1.Tags tags = 3552281;
      • setTags

        public SourceInstanceProperties.Builder setTags​(Tags.Builder builderForValue)
         A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
         
        optional .google.cloud.compute.v1.Tags tags = 3552281;
      • mergeTags

        public SourceInstanceProperties.Builder mergeTags​(Tags value)
         A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
         
        optional .google.cloud.compute.v1.Tags tags = 3552281;
      • clearTags

        public SourceInstanceProperties.Builder clearTags()
         A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
         
        optional .google.cloud.compute.v1.Tags tags = 3552281;
      • getTagsBuilder

        public Tags.Builder getTagsBuilder()
         A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
         
        optional .google.cloud.compute.v1.Tags tags = 3552281;
      • getTagsOrBuilder

        public TagsOrBuilder getTagsOrBuilder()
         A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
         
        optional .google.cloud.compute.v1.Tags tags = 3552281;
        Specified by:
        getTagsOrBuilder in interface SourceInstancePropertiesOrBuilder
      • setUnknownFields

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

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