Class ComputeEngineTargetDetails.Builder (1.15.0)

public static final class ComputeEngineTargetDetails.Builder extends GeneratedMessageV3.Builder<ComputeEngineTargetDetails.Builder> implements ComputeEngineTargetDetailsOrBuilder

ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project.

Protobuf type google.cloud.vmmigration.v1.ComputeEngineTargetDetails

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAdditionalLicenses(String value)

public ComputeEngineTargetDetails.Builder addAdditionalLicenses(String value)

Additional licenses to assign to the VM.

repeated string additional_licenses = 17;

Parameter
NameDescription
valueString

The additionalLicenses to add.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

addAdditionalLicensesBytes(ByteString value)

public ComputeEngineTargetDetails.Builder addAdditionalLicensesBytes(ByteString value)

Additional licenses to assign to the VM.

repeated string additional_licenses = 17;

Parameter
NameDescription
valueByteString

The bytes of the additionalLicenses to add.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

addAllAdditionalLicenses(Iterable<String> values)

public ComputeEngineTargetDetails.Builder addAllAdditionalLicenses(Iterable<String> values)

Additional licenses to assign to the VM.

repeated string additional_licenses = 17;

Parameter
NameDescription
valuesIterable<String>

The additionalLicenses to add.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)

public ComputeEngineTargetDetails.Builder addAllNetworkInterfaces(Iterable<? extends NetworkInterface> values)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.vmmigration.v1.NetworkInterface>
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

addAllNetworkTags(Iterable<String> values)

public ComputeEngineTargetDetails.Builder addAllNetworkTags(Iterable<String> values)

A map of network tags to associate with the VM.

repeated string network_tags = 6;

Parameter
NameDescription
valuesIterable<String>

The networkTags to add.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

addNetworkInterfaces(NetworkInterface value)

public ComputeEngineTargetDetails.Builder addNetworkInterfaces(NetworkInterface value)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameter
NameDescription
valueNetworkInterface
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

addNetworkInterfaces(NetworkInterface.Builder builderForValue)

public ComputeEngineTargetDetails.Builder addNetworkInterfaces(NetworkInterface.Builder builderForValue)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameter
NameDescription
builderForValueNetworkInterface.Builder
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

addNetworkInterfaces(int index, NetworkInterface value)

public ComputeEngineTargetDetails.Builder addNetworkInterfaces(int index, NetworkInterface value)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameters
NameDescription
indexint
valueNetworkInterface
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

addNetworkInterfaces(int index, NetworkInterface.Builder builderForValue)

public ComputeEngineTargetDetails.Builder addNetworkInterfaces(int index, NetworkInterface.Builder builderForValue)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameters
NameDescription
indexint
builderForValueNetworkInterface.Builder
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

addNetworkInterfacesBuilder()

public NetworkInterface.Builder addNetworkInterfacesBuilder()

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Returns
TypeDescription
NetworkInterface.Builder

addNetworkInterfacesBuilder(int index)

public NetworkInterface.Builder addNetworkInterfacesBuilder(int index)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
NetworkInterface.Builder

addNetworkTags(String value)

public ComputeEngineTargetDetails.Builder addNetworkTags(String value)

A map of network tags to associate with the VM.

repeated string network_tags = 6;

Parameter
NameDescription
valueString

The networkTags to add.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

addNetworkTagsBytes(ByteString value)

public ComputeEngineTargetDetails.Builder addNetworkTagsBytes(ByteString value)

A map of network tags to associate with the VM.

repeated string network_tags = 6;

Parameter
NameDescription
valueByteString

The bytes of the networkTags to add.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ComputeEngineTargetDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

build()

public ComputeEngineTargetDetails build()
Returns
TypeDescription
ComputeEngineTargetDetails

buildPartial()

public ComputeEngineTargetDetails buildPartial()
Returns
TypeDescription
ComputeEngineTargetDetails

clear()

public ComputeEngineTargetDetails.Builder clear()
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

clearAdditionalLicenses()

public ComputeEngineTargetDetails.Builder clearAdditionalLicenses()

Additional licenses to assign to the VM.

repeated string additional_licenses = 17;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearAppliedLicense()

public ComputeEngineTargetDetails.Builder clearAppliedLicense()

The OS license returned from the adaptation module report.

.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

clearBootOption()

public ComputeEngineTargetDetails.Builder clearBootOption()

The VM Boot Option, as set in the source vm.

.google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearComputeScheduling()

public ComputeEngineTargetDetails.Builder clearComputeScheduling()

Compute instance scheduling information (if empty default is used).

.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

clearDiskType()

public ComputeEngineTargetDetails.Builder clearDiskType()

The disk type to use in the VM.

.google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public ComputeEngineTargetDetails.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

clearHostname()

public ComputeEngineTargetDetails.Builder clearHostname()

The hostname to assign to the VM.

string hostname = 18;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearLabels()

public ComputeEngineTargetDetails.Builder clearLabels()
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

clearLicenseType()

public ComputeEngineTargetDetails.Builder clearLicenseType()

The license type to use in OS adaptation.

.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearMachineType()

public ComputeEngineTargetDetails.Builder clearMachineType()

The machine type to create the VM with.

string machine_type = 5;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearMachineTypeSeries()

public ComputeEngineTargetDetails.Builder clearMachineTypeSeries()

The machine type series to create the VM with.

string machine_type_series = 4;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearMetadata()

public ComputeEngineTargetDetails.Builder clearMetadata()
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

clearNetworkInterfaces()

public ComputeEngineTargetDetails.Builder clearNetworkInterfaces()

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

clearNetworkTags()

public ComputeEngineTargetDetails.Builder clearNetworkTags()

A map of network tags to associate with the VM.

repeated string network_tags = 6;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ComputeEngineTargetDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

clearProject()

public ComputeEngineTargetDetails.Builder clearProject()

The Google Cloud target project ID or project name.

string project = 2;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearSecureBoot()

public ComputeEngineTargetDetails.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
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearServiceAccount()

public ComputeEngineTargetDetails.Builder clearServiceAccount()

The service account to associate the VM with.

string service_account = 8;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearVmName()

public ComputeEngineTargetDetails.Builder clearVmName()

The name of the VM to create.

string vm_name = 1;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clearZone()

public ComputeEngineTargetDetails.Builder clearZone()

The zone in which to create the VM.

string zone = 3;

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

clone()

public ComputeEngineTargetDetails.Builder clone()
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

A map of labels to associate with the VM.

map<string, string> labels = 10;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

containsMetadata(String key)

public boolean containsMetadata(String key)

The metadata key/value pairs to assign to the VM.

map<string, string> metadata = 16;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getAdditionalLicenses(int index)

public String getAdditionalLicenses(int index)

Additional licenses to assign to the VM.

repeated string additional_licenses = 17;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The additionalLicenses at the given index.

getAdditionalLicensesBytes(int index)

public ByteString getAdditionalLicensesBytes(int index)

Additional licenses to assign to the VM.

repeated string additional_licenses = 17;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the additionalLicenses at the given index.

getAdditionalLicensesCount()

public int getAdditionalLicensesCount()

Additional licenses to assign to the VM.

repeated string additional_licenses = 17;

Returns
TypeDescription
int

The count of additionalLicenses.

getAdditionalLicensesList()

public ProtocolStringList getAdditionalLicensesList()

Additional licenses to assign to the VM.

repeated string additional_licenses = 17;

Returns
TypeDescription
ProtocolStringList

A list containing the additionalLicenses.

getAppliedLicense()

public AppliedLicense getAppliedLicense()

The OS license returned from the adaptation module report.

.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;

Returns
TypeDescription
AppliedLicense

The appliedLicense.

getAppliedLicenseBuilder()

public AppliedLicense.Builder getAppliedLicenseBuilder()

The OS license returned from the adaptation module report.

.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;

Returns
TypeDescription
AppliedLicense.Builder

getAppliedLicenseOrBuilder()

public AppliedLicenseOrBuilder getAppliedLicenseOrBuilder()

The OS license returned from the adaptation module report.

.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;

Returns
TypeDescription
AppliedLicenseOrBuilder

getBootOption()

public ComputeEngineBootOption getBootOption()

The VM Boot Option, as set in the source vm.

.google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15;

Returns
TypeDescription
ComputeEngineBootOption

The bootOption.

getBootOptionValue()

public int getBootOptionValue()

The VM Boot Option, as set in the source vm.

.google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15;

Returns
TypeDescription
int

The enum numeric value on the wire for bootOption.

getComputeScheduling()

public ComputeScheduling getComputeScheduling()

Compute instance scheduling information (if empty default is used).

.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;

Returns
TypeDescription
ComputeScheduling

The computeScheduling.

getComputeSchedulingBuilder()

public ComputeScheduling.Builder getComputeSchedulingBuilder()

Compute instance scheduling information (if empty default is used).

.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;

Returns
TypeDescription
ComputeScheduling.Builder

getComputeSchedulingOrBuilder()

public ComputeSchedulingOrBuilder getComputeSchedulingOrBuilder()

Compute instance scheduling information (if empty default is used).

.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;

Returns
TypeDescription
ComputeSchedulingOrBuilder

getDefaultInstanceForType()

public ComputeEngineTargetDetails getDefaultInstanceForType()
Returns
TypeDescription
ComputeEngineTargetDetails

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDiskType()

public ComputeEngineDiskType getDiskType()

The disk type to use in the VM.

.google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;

Returns
TypeDescription
ComputeEngineDiskType

The diskType.

getDiskTypeValue()

public int getDiskTypeValue()

The disk type to use in the VM.

.google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;

Returns
TypeDescription
int

The enum numeric value on the wire for diskType.

getHostname()

public String getHostname()

The hostname to assign to the VM.

string hostname = 18;

Returns
TypeDescription
String

The hostname.

getHostnameBytes()

public ByteString getHostnameBytes()

The hostname to assign to the VM.

string hostname = 18;

Returns
TypeDescription
ByteString

The bytes for hostname.

getLabels()

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

A map of labels to associate with the VM.

map<string, string> labels = 10;

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

A map of labels to associate with the VM.

map<string, string> labels = 10;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

A map of labels to associate with the VM.

map<string, string> labels = 10;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

A map of labels to associate with the VM.

map<string, string> labels = 10;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getLicenseType()

public ComputeEngineLicenseType getLicenseType()

The license type to use in OS adaptation.

.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;

Returns
TypeDescription
ComputeEngineLicenseType

The licenseType.

getLicenseTypeValue()

public int getLicenseTypeValue()

The license type to use in OS adaptation.

.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;

Returns
TypeDescription
int

The enum numeric value on the wire for licenseType.

getMachineType()

public String getMachineType()

The machine type to create the VM with.

string machine_type = 5;

Returns
TypeDescription
String

The machineType.

getMachineTypeBytes()

public ByteString getMachineTypeBytes()

The machine type to create the VM with.

string machine_type = 5;

Returns
TypeDescription
ByteString

The bytes for machineType.

getMachineTypeSeries()

public String getMachineTypeSeries()

The machine type series to create the VM with.

string machine_type_series = 4;

Returns
TypeDescription
String

The machineTypeSeries.

getMachineTypeSeriesBytes()

public ByteString getMachineTypeSeriesBytes()

The machine type series to create the VM with.

string machine_type_series = 4;

Returns
TypeDescription
ByteString

The bytes for machineTypeSeries.

getMetadata()

public Map<String,String> getMetadata()

Use #getMetadataMap() instead.

Returns
TypeDescription
Map<String,String>

getMetadataCount()

public int getMetadataCount()

The metadata key/value pairs to assign to the VM.

map<string, string> metadata = 16;

Returns
TypeDescription
int

getMetadataMap()

public Map<String,String> getMetadataMap()

The metadata key/value pairs to assign to the VM.

map<string, string> metadata = 16;

Returns
TypeDescription
Map<String,String>

getMetadataOrDefault(String key, String defaultValue)

public String getMetadataOrDefault(String key, String defaultValue)

The metadata key/value pairs to assign to the VM.

map<string, string> metadata = 16;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getMetadataOrThrow(String key)

public String getMetadataOrThrow(String key)

The metadata key/value pairs to assign to the VM.

map<string, string> metadata = 16;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMutableLabels()

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getMutableMetadata()

public Map<String,String> getMutableMetadata()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getNetworkInterfaces(int index)

public NetworkInterface getNetworkInterfaces(int index)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
NetworkInterface

getNetworkInterfacesBuilder(int index)

public NetworkInterface.Builder getNetworkInterfacesBuilder(int index)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
NetworkInterface.Builder

getNetworkInterfacesBuilderList()

public List<NetworkInterface.Builder> getNetworkInterfacesBuilderList()

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Returns
TypeDescription
List<Builder>

getNetworkInterfacesCount()

public int getNetworkInterfacesCount()

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Returns
TypeDescription
int

getNetworkInterfacesList()

public List<NetworkInterface> getNetworkInterfacesList()

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Returns
TypeDescription
List<NetworkInterface>

getNetworkInterfacesOrBuilder(int index)

public NetworkInterfaceOrBuilder getNetworkInterfacesOrBuilder(int index)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
NetworkInterfaceOrBuilder

getNetworkInterfacesOrBuilderList()

public List<? extends NetworkInterfaceOrBuilder> getNetworkInterfacesOrBuilderList()

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Returns
TypeDescription
List<? extends com.google.cloud.vmmigration.v1.NetworkInterfaceOrBuilder>

getNetworkTags(int index)

public String getNetworkTags(int index)

A map of network tags to associate with the VM.

repeated string network_tags = 6;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The networkTags at the given index.

getNetworkTagsBytes(int index)

public ByteString getNetworkTagsBytes(int index)

A map of network tags to associate with the VM.

repeated string network_tags = 6;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the networkTags at the given index.

getNetworkTagsCount()

public int getNetworkTagsCount()

A map of network tags to associate with the VM.

repeated string network_tags = 6;

Returns
TypeDescription
int

The count of networkTags.

getNetworkTagsList()

public ProtocolStringList getNetworkTagsList()

A map of network tags to associate with the VM.

repeated string network_tags = 6;

Returns
TypeDescription
ProtocolStringList

A list containing the networkTags.

getProject()

public String getProject()

The Google Cloud target project ID or project name.

string project = 2;

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

The Google Cloud target project ID or project name.

string project = 2;

Returns
TypeDescription
ByteString

The bytes for project.

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;

Returns
TypeDescription
boolean

The secureBoot.

getServiceAccount()

public String getServiceAccount()

The service account to associate the VM with.

string service_account = 8;

Returns
TypeDescription
String

The serviceAccount.

getServiceAccountBytes()

public ByteString getServiceAccountBytes()

The service account to associate the VM with.

string service_account = 8;

Returns
TypeDescription
ByteString

The bytes for serviceAccount.

getVmName()

public String getVmName()

The name of the VM to create.

string vm_name = 1;

Returns
TypeDescription
String

The vmName.

getVmNameBytes()

public ByteString getVmNameBytes()

The name of the VM to create.

string vm_name = 1;

Returns
TypeDescription
ByteString

The bytes for vmName.

getZone()

public String getZone()

The zone in which to create the VM.

string zone = 3;

Returns
TypeDescription
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

The zone in which to create the VM.

string zone = 3;

Returns
TypeDescription
ByteString

The bytes for zone.

hasAppliedLicense()

public boolean hasAppliedLicense()

The OS license returned from the adaptation module report.

.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;

Returns
TypeDescription
boolean

Whether the appliedLicense field is set.

hasComputeScheduling()

public boolean hasComputeScheduling()

Compute instance scheduling information (if empty default is used).

.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;

Returns
TypeDescription
boolean

Whether the computeScheduling field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeAppliedLicense(AppliedLicense value)

public ComputeEngineTargetDetails.Builder mergeAppliedLicense(AppliedLicense value)

The OS license returned from the adaptation module report.

.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;

Parameter
NameDescription
valueAppliedLicense
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

mergeComputeScheduling(ComputeScheduling value)

public ComputeEngineTargetDetails.Builder mergeComputeScheduling(ComputeScheduling value)

Compute instance scheduling information (if empty default is used).

.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;

Parameter
NameDescription
valueComputeScheduling
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

mergeFrom(ComputeEngineTargetDetails other)

public ComputeEngineTargetDetails.Builder mergeFrom(ComputeEngineTargetDetails other)
Parameter
NameDescription
otherComputeEngineTargetDetails
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ComputeEngineTargetDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ComputeEngineTargetDetails.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ComputeEngineTargetDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

putAllLabels(Map<String,String> values)

public ComputeEngineTargetDetails.Builder putAllLabels(Map<String,String> values)

A map of labels to associate with the VM.

map<string, string> labels = 10;

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

putAllMetadata(Map<String,String> values)

public ComputeEngineTargetDetails.Builder putAllMetadata(Map<String,String> values)

The metadata key/value pairs to assign to the VM.

map<string, string> metadata = 16;

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

putLabels(String key, String value)

public ComputeEngineTargetDetails.Builder putLabels(String key, String value)

A map of labels to associate with the VM.

map<string, string> labels = 10;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

putMetadata(String key, String value)

public ComputeEngineTargetDetails.Builder putMetadata(String key, String value)

The metadata key/value pairs to assign to the VM.

map<string, string> metadata = 16;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

removeLabels(String key)

public ComputeEngineTargetDetails.Builder removeLabels(String key)

A map of labels to associate with the VM.

map<string, string> labels = 10;

Parameter
NameDescription
keyString
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

removeMetadata(String key)

public ComputeEngineTargetDetails.Builder removeMetadata(String key)

The metadata key/value pairs to assign to the VM.

map<string, string> metadata = 16;

Parameter
NameDescription
keyString
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

removeNetworkInterfaces(int index)

public ComputeEngineTargetDetails.Builder removeNetworkInterfaces(int index)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

setAdditionalLicenses(int index, String value)

public ComputeEngineTargetDetails.Builder setAdditionalLicenses(int index, String value)

Additional licenses to assign to the VM.

repeated string additional_licenses = 17;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The additionalLicenses to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setAppliedLicense(AppliedLicense value)

public ComputeEngineTargetDetails.Builder setAppliedLicense(AppliedLicense value)

The OS license returned from the adaptation module report.

.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;

Parameter
NameDescription
valueAppliedLicense
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

setAppliedLicense(AppliedLicense.Builder builderForValue)

public ComputeEngineTargetDetails.Builder setAppliedLicense(AppliedLicense.Builder builderForValue)

The OS license returned from the adaptation module report.

.google.cloud.vmmigration.v1.AppliedLicense applied_license = 12;

Parameter
NameDescription
builderForValueAppliedLicense.Builder
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

setBootOption(ComputeEngineBootOption value)

public ComputeEngineTargetDetails.Builder setBootOption(ComputeEngineBootOption value)

The VM Boot Option, as set in the source vm.

.google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15;

Parameter
NameDescription
valueComputeEngineBootOption

The bootOption to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setBootOptionValue(int value)

public ComputeEngineTargetDetails.Builder setBootOptionValue(int value)

The VM Boot Option, as set in the source vm.

.google.cloud.vmmigration.v1.ComputeEngineBootOption boot_option = 15;

Parameter
NameDescription
valueint

The enum numeric value on the wire for bootOption to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setComputeScheduling(ComputeScheduling value)

public ComputeEngineTargetDetails.Builder setComputeScheduling(ComputeScheduling value)

Compute instance scheduling information (if empty default is used).

.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;

Parameter
NameDescription
valueComputeScheduling
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

setComputeScheduling(ComputeScheduling.Builder builderForValue)

public ComputeEngineTargetDetails.Builder setComputeScheduling(ComputeScheduling.Builder builderForValue)

Compute instance scheduling information (if empty default is used).

.google.cloud.vmmigration.v1.ComputeScheduling compute_scheduling = 13;

Parameter
NameDescription
builderForValueComputeScheduling.Builder
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

setDiskType(ComputeEngineDiskType value)

public ComputeEngineTargetDetails.Builder setDiskType(ComputeEngineDiskType value)

The disk type to use in the VM.

.google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;

Parameter
NameDescription
valueComputeEngineDiskType

The diskType to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setDiskTypeValue(int value)

public ComputeEngineTargetDetails.Builder setDiskTypeValue(int value)

The disk type to use in the VM.

.google.cloud.vmmigration.v1.ComputeEngineDiskType disk_type = 9;

Parameter
NameDescription
valueint

The enum numeric value on the wire for diskType to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public ComputeEngineTargetDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

setHostname(String value)

public ComputeEngineTargetDetails.Builder setHostname(String value)

The hostname to assign to the VM.

string hostname = 18;

Parameter
NameDescription
valueString

The hostname to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setHostnameBytes(ByteString value)

public ComputeEngineTargetDetails.Builder setHostnameBytes(ByteString value)

The hostname to assign to the VM.

string hostname = 18;

Parameter
NameDescription
valueByteString

The bytes for hostname to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setLicenseType(ComputeEngineLicenseType value)

public ComputeEngineTargetDetails.Builder setLicenseType(ComputeEngineLicenseType value)

The license type to use in OS adaptation.

.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;

Parameter
NameDescription
valueComputeEngineLicenseType

The licenseType to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setLicenseTypeValue(int value)

public ComputeEngineTargetDetails.Builder setLicenseTypeValue(int value)

The license type to use in OS adaptation.

.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 11;

Parameter
NameDescription
valueint

The enum numeric value on the wire for licenseType to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setMachineType(String value)

public ComputeEngineTargetDetails.Builder setMachineType(String value)

The machine type to create the VM with.

string machine_type = 5;

Parameter
NameDescription
valueString

The machineType to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setMachineTypeBytes(ByteString value)

public ComputeEngineTargetDetails.Builder setMachineTypeBytes(ByteString value)

The machine type to create the VM with.

string machine_type = 5;

Parameter
NameDescription
valueByteString

The bytes for machineType to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setMachineTypeSeries(String value)

public ComputeEngineTargetDetails.Builder setMachineTypeSeries(String value)

The machine type series to create the VM with.

string machine_type_series = 4;

Parameter
NameDescription
valueString

The machineTypeSeries to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setMachineTypeSeriesBytes(ByteString value)

public ComputeEngineTargetDetails.Builder setMachineTypeSeriesBytes(ByteString value)

The machine type series to create the VM with.

string machine_type_series = 4;

Parameter
NameDescription
valueByteString

The bytes for machineTypeSeries to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setNetworkInterfaces(int index, NetworkInterface value)

public ComputeEngineTargetDetails.Builder setNetworkInterfaces(int index, NetworkInterface value)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameters
NameDescription
indexint
valueNetworkInterface
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

setNetworkInterfaces(int index, NetworkInterface.Builder builderForValue)

public ComputeEngineTargetDetails.Builder setNetworkInterfaces(int index, NetworkInterface.Builder builderForValue)

List of NICs connected to this VM.

repeated .google.cloud.vmmigration.v1.NetworkInterface network_interfaces = 7;

Parameters
NameDescription
indexint
builderForValueNetworkInterface.Builder
Returns
TypeDescription
ComputeEngineTargetDetails.Builder

setNetworkTags(int index, String value)

public ComputeEngineTargetDetails.Builder setNetworkTags(int index, String value)

A map of network tags to associate with the VM.

repeated string network_tags = 6;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The networkTags to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setProject(String value)

public ComputeEngineTargetDetails.Builder setProject(String value)

The Google Cloud target project ID or project name.

string project = 2;

Parameter
NameDescription
valueString

The project to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public ComputeEngineTargetDetails.Builder setProjectBytes(ByteString value)

The Google Cloud target project ID or project name.

string project = 2;

Parameter
NameDescription
valueByteString

The bytes for project to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ComputeEngineTargetDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

setSecureBoot(boolean value)

public ComputeEngineTargetDetails.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;

Parameter
NameDescription
valueboolean

The secureBoot to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setServiceAccount(String value)

public ComputeEngineTargetDetails.Builder setServiceAccount(String value)

The service account to associate the VM with.

string service_account = 8;

Parameter
NameDescription
valueString

The serviceAccount to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setServiceAccountBytes(ByteString value)

public ComputeEngineTargetDetails.Builder setServiceAccountBytes(ByteString value)

The service account to associate the VM with.

string service_account = 8;

Parameter
NameDescription
valueByteString

The bytes for serviceAccount to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ComputeEngineTargetDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ComputeEngineTargetDetails.Builder
Overrides

setVmName(String value)

public ComputeEngineTargetDetails.Builder setVmName(String value)

The name of the VM to create.

string vm_name = 1;

Parameter
NameDescription
valueString

The vmName to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setVmNameBytes(ByteString value)

public ComputeEngineTargetDetails.Builder setVmNameBytes(ByteString value)

The name of the VM to create.

string vm_name = 1;

Parameter
NameDescription
valueByteString

The bytes for vmName to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setZone(String value)

public ComputeEngineTargetDetails.Builder setZone(String value)

The zone in which to create the VM.

string zone = 3;

Parameter
NameDescription
valueString

The zone to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public ComputeEngineTargetDetails.Builder setZoneBytes(ByteString value)

The zone in which to create the VM.

string zone = 3;

Parameter
NameDescription
valueByteString

The bytes for zone to set.

Returns
TypeDescription
ComputeEngineTargetDetails.Builder

This builder for chaining.