Class ComputeEngineTargetDefaults.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<ComputeEngineTargetDefaults.Builder>
      • internalGetMutableMapField

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

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

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

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

        public ComputeEngineTargetDefaults 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<ComputeEngineTargetDefaults.Builder>
      • mergeFrom

        public ComputeEngineTargetDefaults.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<ComputeEngineTargetDefaults.Builder>
        Throws:
        IOException
      • setVmName

        public ComputeEngineTargetDefaults.Builder setVmName​(String value)
         The name of the VM to create.
         
        string vm_name = 1;
        Parameters:
        value - The vmName to set.
        Returns:
        This builder for chaining.
      • setVmNameBytes

        public ComputeEngineTargetDefaults.Builder setVmNameBytes​(com.google.protobuf.ByteString value)
         The name of the VM to create.
         
        string vm_name = 1;
        Parameters:
        value - The bytes for vmName to set.
        Returns:
        This builder for chaining.
      • getTargetProject

        public String getTargetProject()
         The full path of the resource of type TargetProject which represents the
         Compute Engine project in which to create this VM.
         
        string target_project = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTargetProject in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        The targetProject.
      • getTargetProjectBytes

        public com.google.protobuf.ByteString getTargetProjectBytes()
         The full path of the resource of type TargetProject which represents the
         Compute Engine project in which to create this VM.
         
        string target_project = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getTargetProjectBytes in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        The bytes for targetProject.
      • setTargetProject

        public ComputeEngineTargetDefaults.Builder setTargetProject​(String value)
         The full path of the resource of type TargetProject which represents the
         Compute Engine project in which to create this VM.
         
        string target_project = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The targetProject to set.
        Returns:
        This builder for chaining.
      • clearTargetProject

        public ComputeEngineTargetDefaults.Builder clearTargetProject()
         The full path of the resource of type TargetProject which represents the
         Compute Engine project in which to create this VM.
         
        string target_project = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setTargetProjectBytes

        public ComputeEngineTargetDefaults.Builder setTargetProjectBytes​(com.google.protobuf.ByteString value)
         The full path of the resource of type TargetProject which represents the
         Compute Engine project in which to create this VM.
         
        string target_project = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for targetProject to set.
        Returns:
        This builder for chaining.
      • setZone

        public ComputeEngineTargetDefaults.Builder setZone​(String value)
         The zone in which to create the VM.
         
        string zone = 3;
        Parameters:
        value - The zone to set.
        Returns:
        This builder for chaining.
      • setZoneBytes

        public ComputeEngineTargetDefaults.Builder setZoneBytes​(com.google.protobuf.ByteString value)
         The zone in which to create the VM.
         
        string zone = 3;
        Parameters:
        value - The bytes for zone to set.
        Returns:
        This builder for chaining.
      • getMachineTypeSeriesBytes

        public com.google.protobuf.ByteString getMachineTypeSeriesBytes()
         The machine type series to create the VM with.
         
        string machine_type_series = 4;
        Specified by:
        getMachineTypeSeriesBytes in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        The bytes for machineTypeSeries.
      • setMachineTypeSeries

        public ComputeEngineTargetDefaults.Builder setMachineTypeSeries​(String value)
         The machine type series to create the VM with.
         
        string machine_type_series = 4;
        Parameters:
        value - The machineTypeSeries to set.
        Returns:
        This builder for chaining.
      • clearMachineTypeSeries

        public ComputeEngineTargetDefaults.Builder clearMachineTypeSeries()
         The machine type series to create the VM with.
         
        string machine_type_series = 4;
        Returns:
        This builder for chaining.
      • setMachineTypeSeriesBytes

        public ComputeEngineTargetDefaults.Builder setMachineTypeSeriesBytes​(com.google.protobuf.ByteString value)
         The machine type series to create the VM with.
         
        string machine_type_series = 4;
        Parameters:
        value - The bytes for machineTypeSeries to set.
        Returns:
        This builder for chaining.
      • setMachineType

        public ComputeEngineTargetDefaults.Builder setMachineType​(String value)
         The machine type to create the VM with.
         
        string machine_type = 5;
        Parameters:
        value - The machineType to set.
        Returns:
        This builder for chaining.
      • clearMachineType

        public ComputeEngineTargetDefaults.Builder clearMachineType()
         The machine type to create the VM with.
         
        string machine_type = 5;
        Returns:
        This builder for chaining.
      • setMachineTypeBytes

        public ComputeEngineTargetDefaults.Builder setMachineTypeBytes​(com.google.protobuf.ByteString value)
         The machine type to create the VM with.
         
        string machine_type = 5;
        Parameters:
        value - The bytes for machineType to set.
        Returns:
        This builder for chaining.
      • getNetworkTagsList

        public com.google.protobuf.ProtocolStringList getNetworkTagsList()
         A map of network tags to associate with the VM.
         
        repeated string network_tags = 6;
        Specified by:
        getNetworkTagsList in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        A list containing the networkTags.
      • getNetworkTags

        public String getNetworkTags​(int index)
         A map of network tags to associate with the VM.
         
        repeated string network_tags = 6;
        Specified by:
        getNetworkTags in interface ComputeEngineTargetDefaultsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The networkTags at the given index.
      • getNetworkTagsBytes

        public com.google.protobuf.ByteString getNetworkTagsBytes​(int index)
         A map of network tags to associate with the VM.
         
        repeated string network_tags = 6;
        Specified by:
        getNetworkTagsBytes in interface ComputeEngineTargetDefaultsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the networkTags at the given index.
      • setNetworkTags

        public ComputeEngineTargetDefaults.Builder setNetworkTags​(int index,
                                                                  String value)
         A map of network tags to associate with the VM.
         
        repeated string network_tags = 6;
        Parameters:
        index - The index to set the value at.
        value - The networkTags to set.
        Returns:
        This builder for chaining.
      • addNetworkTags

        public ComputeEngineTargetDefaults.Builder addNetworkTags​(String value)
         A map of network tags to associate with the VM.
         
        repeated string network_tags = 6;
        Parameters:
        value - The networkTags to add.
        Returns:
        This builder for chaining.
      • addAllNetworkTags

        public ComputeEngineTargetDefaults.Builder addAllNetworkTags​(Iterable<String> values)
         A map of network tags to associate with the VM.
         
        repeated string network_tags = 6;
        Parameters:
        values - The networkTags to add.
        Returns:
        This builder for chaining.
      • clearNetworkTags

        public ComputeEngineTargetDefaults.Builder clearNetworkTags()
         A map of network tags to associate with the VM.
         
        repeated string network_tags = 6;
        Returns:
        This builder for chaining.
      • addNetworkTagsBytes

        public ComputeEngineTargetDefaults.Builder addNetworkTagsBytes​(com.google.protobuf.ByteString value)
         A map of network tags to associate with the VM.
         
        repeated string network_tags = 6;
        Parameters:
        value - The bytes of the networkTags to add.
        Returns:
        This builder for chaining.
      • clearNetworkInterfaces

        public ComputeEngineTargetDefaults.Builder clearNetworkInterfaces()
         List of NICs connected to this VM.
         
        repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
      • removeNetworkInterfaces

        public ComputeEngineTargetDefaults.Builder removeNetworkInterfaces​(int index)
         List of NICs connected to this VM.
         
        repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
      • getNetworkInterfacesBuilder

        public NetworkInterface.Builder getNetworkInterfacesBuilder​(int index)
         List of NICs connected to this VM.
         
        repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
      • addNetworkInterfacesBuilder

        public NetworkInterface.Builder addNetworkInterfacesBuilder()
         List of NICs connected to this VM.
         
        repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
      • addNetworkInterfacesBuilder

        public NetworkInterface.Builder addNetworkInterfacesBuilder​(int index)
         List of NICs connected to this VM.
         
        repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
      • getNetworkInterfacesBuilderList

        public List<NetworkInterface.Builder> getNetworkInterfacesBuilderList()
         List of NICs connected to this VM.
         
        repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;
      • getServiceAccountBytes

        public com.google.protobuf.ByteString getServiceAccountBytes()
         The service account to associate the VM with.
         
        string service_account = 8;
        Specified by:
        getServiceAccountBytes in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        The bytes for serviceAccount.
      • setServiceAccount

        public ComputeEngineTargetDefaults.Builder setServiceAccount​(String value)
         The service account to associate the VM with.
         
        string service_account = 8;
        Parameters:
        value - The serviceAccount to set.
        Returns:
        This builder for chaining.
      • clearServiceAccount

        public ComputeEngineTargetDefaults.Builder clearServiceAccount()
         The service account to associate the VM with.
         
        string service_account = 8;
        Returns:
        This builder for chaining.
      • setServiceAccountBytes

        public ComputeEngineTargetDefaults.Builder setServiceAccountBytes​(com.google.protobuf.ByteString value)
         The service account to associate the VM with.
         
        string service_account = 8;
        Parameters:
        value - The bytes for serviceAccount to set.
        Returns:
        This builder for chaining.
      • getDiskTypeValue

        public int getDiskTypeValue()
         The disk type to use in the VM.
         
        .google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;
        Specified by:
        getDiskTypeValue in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        The enum numeric value on the wire for diskType.
      • setDiskTypeValue

        public ComputeEngineTargetDefaults.Builder setDiskTypeValue​(int value)
         The disk type to use in the VM.
         
        .google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;
        Parameters:
        value - The enum numeric value on the wire for diskType to set.
        Returns:
        This builder for chaining.
      • clearDiskType

        public ComputeEngineTargetDefaults.Builder clearDiskType()
         The disk type to use in the VM.
         
        .google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;
        Returns:
        This builder for chaining.
      • getMutableLabels

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

        public int getLicenseTypeValue()
         The license type to use in OS adaptation.
         
        .google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;
        Specified by:
        getLicenseTypeValue in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        The enum numeric value on the wire for licenseType.
      • setLicenseTypeValue

        public ComputeEngineTargetDefaults.Builder setLicenseTypeValue​(int value)
         The license type to use in OS adaptation.
         
        .google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;
        Parameters:
        value - The enum numeric value on the wire for licenseType to set.
        Returns:
        This builder for chaining.
      • setLicenseType

        public ComputeEngineTargetDefaults.Builder setLicenseType​(ComputeEngineLicenseType value)
         The license type to use in OS adaptation.
         
        .google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;
        Parameters:
        value - The licenseType to set.
        Returns:
        This builder for chaining.
      • clearLicenseType

        public ComputeEngineTargetDefaults.Builder clearLicenseType()
         The license type to use in OS adaptation.
         
        .google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;
        Returns:
        This builder for chaining.
      • hasAppliedLicense

        public boolean hasAppliedLicense()
         Output only. The OS license returned from the adaptation module report.
         
        .google.cloud.vmmigration.v1.AppliedLicense applied_license = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasAppliedLicense in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        Whether the appliedLicense field is set.
      • getAppliedLicense

        public AppliedLicense getAppliedLicense()
         Output only. The OS license returned from the adaptation module report.
         
        .google.cloud.vmmigration.v1.AppliedLicense applied_license = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getAppliedLicense in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        The appliedLicense.
      • setAppliedLicense

        public ComputeEngineTargetDefaults.Builder setAppliedLicense​(AppliedLicense value)
         Output only. The OS license returned from the adaptation module report.
         
        .google.cloud.vmmigration.v1.AppliedLicense applied_license = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setAppliedLicense

        public ComputeEngineTargetDefaults.Builder setAppliedLicense​(AppliedLicense.Builder builderForValue)
         Output only. The OS license returned from the adaptation module report.
         
        .google.cloud.vmmigration.v1.AppliedLicense applied_license = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeAppliedLicense

        public ComputeEngineTargetDefaults.Builder mergeAppliedLicense​(AppliedLicense value)
         Output only. The OS license returned from the adaptation module report.
         
        .google.cloud.vmmigration.v1.AppliedLicense applied_license = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearAppliedLicense

        public ComputeEngineTargetDefaults.Builder clearAppliedLicense()
         Output only. The OS license returned from the adaptation module report.
         
        .google.cloud.vmmigration.v1.AppliedLicense applied_license = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAppliedLicenseBuilder

        public AppliedLicense.Builder getAppliedLicenseBuilder()
         Output only. The OS license returned from the adaptation module report.
         
        .google.cloud.vmmigration.v1.AppliedLicense applied_license = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasComputeScheduling

        public boolean hasComputeScheduling()
         Compute instance scheduling information (if empty default is used).
         
        .google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;
        Specified by:
        hasComputeScheduling in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        Whether the computeScheduling field is set.
      • mergeComputeScheduling

        public ComputeEngineTargetDefaults.Builder mergeComputeScheduling​(ComputeScheduling value)
         Compute instance scheduling information (if empty default is used).
         
        .google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;
      • clearComputeScheduling

        public ComputeEngineTargetDefaults.Builder clearComputeScheduling()
         Compute instance scheduling information (if empty default is used).
         
        .google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;
      • getComputeSchedulingBuilder

        public ComputeScheduling.Builder getComputeSchedulingBuilder()
         Compute instance scheduling information (if empty default is used).
         
        .google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;
      • getSecureBoot

        public boolean getSecureBoot()
         Defines whether the instance has Secure Boot enabled.
         This can be set to true only if the vm boot option is EFI.
         
        bool secure_boot = 14;
        Specified by:
        getSecureBoot in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        The secureBoot.
      • setSecureBoot

        public ComputeEngineTargetDefaults.Builder setSecureBoot​(boolean value)
         Defines whether the instance has Secure Boot enabled.
         This can be set to true only if the vm boot option is EFI.
         
        bool secure_boot = 14;
        Parameters:
        value - The secureBoot to set.
        Returns:
        This builder for chaining.
      • clearSecureBoot

        public ComputeEngineTargetDefaults.Builder clearSecureBoot()
         Defines whether the instance has Secure Boot enabled.
         This can be set to true only if the vm boot option is EFI.
         
        bool secure_boot = 14;
        Returns:
        This builder for chaining.
      • getBootOptionValue

        public int getBootOptionValue()
         Output only. The VM Boot Option, as set in the source vm.
         
        .google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getBootOptionValue in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        The enum numeric value on the wire for bootOption.
      • setBootOptionValue

        public ComputeEngineTargetDefaults.Builder setBootOptionValue​(int value)
         Output only. The VM Boot Option, as set in the source vm.
         
        .google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for bootOption to set.
        Returns:
        This builder for chaining.
      • setBootOption

        public ComputeEngineTargetDefaults.Builder setBootOption​(ComputeEngineBootOption value)
         Output only. The VM Boot Option, as set in the source vm.
         
        .google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bootOption to set.
        Returns:
        This builder for chaining.
      • clearBootOption

        public ComputeEngineTargetDefaults.Builder clearBootOption()
         Output only. The VM Boot Option, as set in the source vm.
         
        .google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getMutableMetadata

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

        public com.google.protobuf.ProtocolStringList getAdditionalLicensesList()
         Additional licenses to assign to the VM.
         
        repeated string additional_licenses = 17;
        Specified by:
        getAdditionalLicensesList in interface ComputeEngineTargetDefaultsOrBuilder
        Returns:
        A list containing the additionalLicenses.
      • getAdditionalLicenses

        public String getAdditionalLicenses​(int index)
         Additional licenses to assign to the VM.
         
        repeated string additional_licenses = 17;
        Specified by:
        getAdditionalLicenses in interface ComputeEngineTargetDefaultsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The additionalLicenses at the given index.
      • getAdditionalLicensesBytes

        public com.google.protobuf.ByteString getAdditionalLicensesBytes​(int index)
         Additional licenses to assign to the VM.
         
        repeated string additional_licenses = 17;
        Specified by:
        getAdditionalLicensesBytes in interface ComputeEngineTargetDefaultsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the additionalLicenses at the given index.
      • setAdditionalLicenses

        public ComputeEngineTargetDefaults.Builder setAdditionalLicenses​(int index,
                                                                         String value)
         Additional licenses to assign to the VM.
         
        repeated string additional_licenses = 17;
        Parameters:
        index - The index to set the value at.
        value - The additionalLicenses to set.
        Returns:
        This builder for chaining.
      • addAdditionalLicenses

        public ComputeEngineTargetDefaults.Builder addAdditionalLicenses​(String value)
         Additional licenses to assign to the VM.
         
        repeated string additional_licenses = 17;
        Parameters:
        value - The additionalLicenses to add.
        Returns:
        This builder for chaining.
      • addAllAdditionalLicenses

        public ComputeEngineTargetDefaults.Builder addAllAdditionalLicenses​(Iterable<String> values)
         Additional licenses to assign to the VM.
         
        repeated string additional_licenses = 17;
        Parameters:
        values - The additionalLicenses to add.
        Returns:
        This builder for chaining.
      • clearAdditionalLicenses

        public ComputeEngineTargetDefaults.Builder clearAdditionalLicenses()
         Additional licenses to assign to the VM.
         
        repeated string additional_licenses = 17;
        Returns:
        This builder for chaining.
      • addAdditionalLicensesBytes

        public ComputeEngineTargetDefaults.Builder addAdditionalLicensesBytes​(com.google.protobuf.ByteString value)
         Additional licenses to assign to the VM.
         
        repeated string additional_licenses = 17;
        Parameters:
        value - The bytes of the additionalLicenses to add.
        Returns:
        This builder for chaining.
      • setHostname

        public ComputeEngineTargetDefaults.Builder setHostname​(String value)
         The hostname to assign to the VM.
         
        string hostname = 18;
        Parameters:
        value - The hostname to set.
        Returns:
        This builder for chaining.
      • setHostnameBytes

        public ComputeEngineTargetDefaults.Builder setHostnameBytes​(com.google.protobuf.ByteString value)
         The hostname to assign to the VM.
         
        string hostname = 18;
        Parameters:
        value - The bytes for hostname to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

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