Class Instance.Builder (0.11.0)

public static final class Instance.Builder extends GeneratedMessageV3.Builder<Instance.Builder> implements InstanceOrBuilder

A server.

Protobuf type google.cloud.baremetalsolution.v2.Instance

Implements

InstanceOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllLogicalInterfaces(Iterable<? extends LogicalInterface> values)

public Instance.Builder addAllLogicalInterfaces(Iterable<? extends LogicalInterface> values)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.baremetalsolution.v2.LogicalInterface>
Returns
TypeDescription
Instance.Builder

addAllLuns(Iterable<? extends Lun> values)

public Instance.Builder addAllLuns(Iterable<? extends Lun> values)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.baremetalsolution.v2.Lun>
Returns
TypeDescription
Instance.Builder

addAllNetworks(Iterable<? extends Network> values)

public Instance.Builder addAllNetworks(Iterable<? extends Network> values)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.baremetalsolution.v2.Network>
Returns
TypeDescription
Instance.Builder

addLogicalInterfaces(LogicalInterface value)

public Instance.Builder addLogicalInterfaces(LogicalInterface value)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameter
NameDescription
valueLogicalInterface
Returns
TypeDescription
Instance.Builder

addLogicalInterfaces(LogicalInterface.Builder builderForValue)

public Instance.Builder addLogicalInterfaces(LogicalInterface.Builder builderForValue)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameter
NameDescription
builderForValueLogicalInterface.Builder
Returns
TypeDescription
Instance.Builder

addLogicalInterfaces(int index, LogicalInterface value)

public Instance.Builder addLogicalInterfaces(int index, LogicalInterface value)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameters
NameDescription
indexint
valueLogicalInterface
Returns
TypeDescription
Instance.Builder

addLogicalInterfaces(int index, LogicalInterface.Builder builderForValue)

public Instance.Builder addLogicalInterfaces(int index, LogicalInterface.Builder builderForValue)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameters
NameDescription
indexint
builderForValueLogicalInterface.Builder
Returns
TypeDescription
Instance.Builder

addLogicalInterfacesBuilder()

public LogicalInterface.Builder addLogicalInterfacesBuilder()

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Returns
TypeDescription
LogicalInterface.Builder

addLogicalInterfacesBuilder(int index)

public LogicalInterface.Builder addLogicalInterfacesBuilder(int index)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogicalInterface.Builder

addLuns(Lun value)

public Instance.Builder addLuns(Lun value)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameter
NameDescription
valueLun
Returns
TypeDescription
Instance.Builder

addLuns(Lun.Builder builderForValue)

public Instance.Builder addLuns(Lun.Builder builderForValue)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameter
NameDescription
builderForValueLun.Builder
Returns
TypeDescription
Instance.Builder

addLuns(int index, Lun value)

public Instance.Builder addLuns(int index, Lun value)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameters
NameDescription
indexint
valueLun
Returns
TypeDescription
Instance.Builder

addLuns(int index, Lun.Builder builderForValue)

public Instance.Builder addLuns(int index, Lun.Builder builderForValue)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameters
NameDescription
indexint
builderForValueLun.Builder
Returns
TypeDescription
Instance.Builder

addLunsBuilder()

public Lun.Builder addLunsBuilder()

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Returns
TypeDescription
Lun.Builder

addLunsBuilder(int index)

public Lun.Builder addLunsBuilder(int index)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Lun.Builder

addNetworks(Network value)

public Instance.Builder addNetworks(Network value)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameter
NameDescription
valueNetwork
Returns
TypeDescription
Instance.Builder

addNetworks(Network.Builder builderForValue)

public Instance.Builder addNetworks(Network.Builder builderForValue)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameter
NameDescription
builderForValueNetwork.Builder
Returns
TypeDescription
Instance.Builder

addNetworks(int index, Network value)

public Instance.Builder addNetworks(int index, Network value)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameters
NameDescription
indexint
valueNetwork
Returns
TypeDescription
Instance.Builder

addNetworks(int index, Network.Builder builderForValue)

public Instance.Builder addNetworks(int index, Network.Builder builderForValue)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameters
NameDescription
indexint
builderForValueNetwork.Builder
Returns
TypeDescription
Instance.Builder

addNetworksBuilder()

public Network.Builder addNetworksBuilder()

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Returns
TypeDescription
Network.Builder

addNetworksBuilder(int index)

public Network.Builder addNetworksBuilder(int index)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
Network.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Instance build()
Returns
TypeDescription
Instance

buildPartial()

public Instance buildPartial()
Returns
TypeDescription
Instance

clear()

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

clearCreateTime()

public Instance.Builder clearCreateTime()

Output only. Create a time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Instance.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearHyperthreadingEnabled()

public Instance.Builder clearHyperthreadingEnabled()

True if you enable hyperthreading for the server, otherwise false. The default value is false.

bool hyperthreading_enabled = 6;

Returns
TypeDescription
Instance.Builder

This builder for chaining.

clearId()

public Instance.Builder clearId()

An identifier for the Instance, generated by the backend.

string id = 11;

Returns
TypeDescription
Instance.Builder

This builder for chaining.

clearInteractiveSerialConsoleEnabled()

public Instance.Builder clearInteractiveSerialConsoleEnabled()

True if the interactive serial console feature is enabled for the instance, false otherwise. The default value is false.

bool interactive_serial_console_enabled = 10;

Returns
TypeDescription
Instance.Builder

This builder for chaining.

clearLabels()

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

clearLogicalInterfaces()

public Instance.Builder clearLogicalInterfaces()

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Returns
TypeDescription
Instance.Builder

clearLuns()

public Instance.Builder clearLuns()

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Returns
TypeDescription
Instance.Builder

clearMachineType()

public Instance.Builder clearMachineType()

The server type. Available server types

string machine_type = 4;

Returns
TypeDescription
Instance.Builder

This builder for chaining.

clearName()

public Instance.Builder clearName()

Output only. The resource name of this Instance. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/instances/{instance}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Instance.Builder

This builder for chaining.

clearNetworkTemplate()

public Instance.Builder clearNetworkTemplate()

Instance network template name. For eg, bondaa-bondaa, bondab-nic, etc. Generally, the template name follows the syntax of "bond<bond_mode>" or "nic".

string network_template = 14 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
Instance.Builder

This builder for chaining.

clearNetworks()

public Instance.Builder clearNetworks()

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Returns
TypeDescription
Instance.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearOsImage()

public Instance.Builder clearOsImage()

The OS image currently installed on the server.

string os_image = 12;

Returns
TypeDescription
Instance.Builder

This builder for chaining.

clearPod()

public Instance.Builder clearPod()

Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.

string pod = 13 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Instance.Builder

This builder for chaining.

clearState()

public Instance.Builder clearState()

The state of the server.

.google.cloud.baremetalsolution.v2.Instance.State state = 5;

Returns
TypeDescription
Instance.Builder

This builder for chaining.

clearUpdateTime()

public Instance.Builder clearUpdateTime()

Output only. Update a time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Instance.Builder

clone()

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

containsLabels(String key)

public boolean containsLabels(String key)

Labels as key value pairs.

map<string, string> labels = 7;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getCreateTime()

public Timestamp getCreateTime()

Output only. Create a time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. Create a time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Create a time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public Instance getDefaultInstanceForType()
Returns
TypeDescription
Instance

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getHyperthreadingEnabled()

public boolean getHyperthreadingEnabled()

True if you enable hyperthreading for the server, otherwise false. The default value is false.

bool hyperthreading_enabled = 6;

Returns
TypeDescription
boolean

The hyperthreadingEnabled.

getId()

public String getId()

An identifier for the Instance, generated by the backend.

string id = 11;

Returns
TypeDescription
String

The id.

getIdBytes()

public ByteString getIdBytes()

An identifier for the Instance, generated by the backend.

string id = 11;

Returns
TypeDescription
ByteString

The bytes for id.

getInteractiveSerialConsoleEnabled()

public boolean getInteractiveSerialConsoleEnabled()

True if the interactive serial console feature is enabled for the instance, false otherwise. The default value is false.

bool interactive_serial_console_enabled = 10;

Returns
TypeDescription
boolean

The interactiveSerialConsoleEnabled.

getLabels()

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Labels as key value pairs.

map<string, string> labels = 7;

Returns
TypeDescription
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Labels as key value pairs.

map<string, string> labels = 7;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Labels as key value pairs.

map<string, string> labels = 7;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Labels as key value pairs.

map<string, string> labels = 7;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getLogicalInterfaces(int index)

public LogicalInterface getLogicalInterfaces(int index)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogicalInterface

getLogicalInterfacesBuilder(int index)

public LogicalInterface.Builder getLogicalInterfacesBuilder(int index)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogicalInterface.Builder

getLogicalInterfacesBuilderList()

public List<LogicalInterface.Builder> getLogicalInterfacesBuilderList()

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Returns
TypeDescription
List<Builder>

getLogicalInterfacesCount()

public int getLogicalInterfacesCount()

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Returns
TypeDescription
int

getLogicalInterfacesList()

public List<LogicalInterface> getLogicalInterfacesList()

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Returns
TypeDescription
List<LogicalInterface>

getLogicalInterfacesOrBuilder(int index)

public LogicalInterfaceOrBuilder getLogicalInterfacesOrBuilder(int index)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogicalInterfaceOrBuilder

getLogicalInterfacesOrBuilderList()

public List<? extends LogicalInterfaceOrBuilder> getLogicalInterfacesOrBuilderList()

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Returns
TypeDescription
List<? extends com.google.cloud.baremetalsolution.v2.LogicalInterfaceOrBuilder>

getLuns(int index)

public Lun getLuns(int index)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Lun

getLunsBuilder(int index)

public Lun.Builder getLunsBuilder(int index)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Lun.Builder

getLunsBuilderList()

public List<Lun.Builder> getLunsBuilderList()

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Returns
TypeDescription
List<Builder>

getLunsCount()

public int getLunsCount()

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Returns
TypeDescription
int

getLunsList()

public List<Lun> getLunsList()

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Returns
TypeDescription
List<Lun>

getLunsOrBuilder(int index)

public LunOrBuilder getLunsOrBuilder(int index)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
LunOrBuilder

getLunsOrBuilderList()

public List<? extends LunOrBuilder> getLunsOrBuilderList()

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Returns
TypeDescription
List<? extends com.google.cloud.baremetalsolution.v2.LunOrBuilder>

getMachineType()

public String getMachineType()

The server type. Available server types

string machine_type = 4;

Returns
TypeDescription
String

The machineType.

getMachineTypeBytes()

public ByteString getMachineTypeBytes()

The server type. Available server types

string machine_type = 4;

Returns
TypeDescription
ByteString

The bytes for machineType.

getMutableLabels()

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getName()

public String getName()

Output only. The resource name of this Instance. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/instances/{instance}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The resource name of this Instance. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/instances/{instance}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getNetworkTemplate()

public String getNetworkTemplate()

Instance network template name. For eg, bondaa-bondaa, bondab-nic, etc. Generally, the template name follows the syntax of "bond<bond_mode>" or "nic".

string network_template = 14 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The networkTemplate.

getNetworkTemplateBytes()

public ByteString getNetworkTemplateBytes()

Instance network template name. For eg, bondaa-bondaa, bondab-nic, etc. Generally, the template name follows the syntax of "bond<bond_mode>" or "nic".

string network_template = 14 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for networkTemplate.

getNetworks(int index)

public Network getNetworks(int index)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
Network

getNetworksBuilder(int index)

public Network.Builder getNetworksBuilder(int index)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
Network.Builder

getNetworksBuilderList()

public List<Network.Builder> getNetworksBuilderList()

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Returns
TypeDescription
List<Builder>

getNetworksCount()

public int getNetworksCount()

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Returns
TypeDescription
int

getNetworksList()

public List<Network> getNetworksList()

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Returns
TypeDescription
List<Network>

getNetworksOrBuilder(int index)

public NetworkOrBuilder getNetworksOrBuilder(int index)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
NetworkOrBuilder

getNetworksOrBuilderList()

public List<? extends NetworkOrBuilder> getNetworksOrBuilderList()

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Returns
TypeDescription
List<? extends com.google.cloud.baremetalsolution.v2.NetworkOrBuilder>

getOsImage()

public String getOsImage()

The OS image currently installed on the server.

string os_image = 12;

Returns
TypeDescription
String

The osImage.

getOsImageBytes()

public ByteString getOsImageBytes()

The OS image currently installed on the server.

string os_image = 12;

Returns
TypeDescription
ByteString

The bytes for osImage.

getPod()

public String getPod()

Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.

string pod = 13 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The pod.

getPodBytes()

public ByteString getPodBytes()

Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.

string pod = 13 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for pod.

getState()

public Instance.State getState()

The state of the server.

.google.cloud.baremetalsolution.v2.Instance.State state = 5;

Returns
TypeDescription
Instance.State

The state.

getStateValue()

public int getStateValue()

The state of the server.

.google.cloud.baremetalsolution.v2.Instance.State state = 5;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. Update a time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. Update a time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Update a time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. Create a time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. Update a time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime 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

mergeCreateTime(Timestamp value)

public Instance.Builder mergeCreateTime(Timestamp value)

Output only. Create a time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Instance.Builder

mergeFrom(Instance other)

public Instance.Builder mergeFrom(Instance other)
Parameter
NameDescription
otherInstance
Returns
TypeDescription
Instance.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeUpdateTime(Timestamp value)

public Instance.Builder mergeUpdateTime(Timestamp value)

Output only. Update a time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Instance.Builder

putAllLabels(Map<String,String> values)

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

Labels as key value pairs.

map<string, string> labels = 7;

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

putLabels(String key, String value)

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

Labels as key value pairs.

map<string, string> labels = 7;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Instance.Builder

removeLabels(String key)

public Instance.Builder removeLabels(String key)

Labels as key value pairs.

map<string, string> labels = 7;

Parameter
NameDescription
keyString
Returns
TypeDescription
Instance.Builder

removeLogicalInterfaces(int index)

public Instance.Builder removeLogicalInterfaces(int index)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance.Builder

removeLuns(int index)

public Instance.Builder removeLuns(int index)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance.Builder

removeNetworks(int index)

public Instance.Builder removeNetworks(int index)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
Instance.Builder

setCreateTime(Timestamp value)

public Instance.Builder setCreateTime(Timestamp value)

Output only. Create a time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Instance.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Instance.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. Create a time stamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Instance.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setHyperthreadingEnabled(boolean value)

public Instance.Builder setHyperthreadingEnabled(boolean value)

True if you enable hyperthreading for the server, otherwise false. The default value is false.

bool hyperthreading_enabled = 6;

Parameter
NameDescription
valueboolean

The hyperthreadingEnabled to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setId(String value)

public Instance.Builder setId(String value)

An identifier for the Instance, generated by the backend.

string id = 11;

Parameter
NameDescription
valueString

The id to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setIdBytes(ByteString value)

public Instance.Builder setIdBytes(ByteString value)

An identifier for the Instance, generated by the backend.

string id = 11;

Parameter
NameDescription
valueByteString

The bytes for id to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setInteractiveSerialConsoleEnabled(boolean value)

public Instance.Builder setInteractiveSerialConsoleEnabled(boolean value)

True if the interactive serial console feature is enabled for the instance, false otherwise. The default value is false.

bool interactive_serial_console_enabled = 10;

Parameter
NameDescription
valueboolean

The interactiveSerialConsoleEnabled to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setLogicalInterfaces(int index, LogicalInterface value)

public Instance.Builder setLogicalInterfaces(int index, LogicalInterface value)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameters
NameDescription
indexint
valueLogicalInterface
Returns
TypeDescription
Instance.Builder

setLogicalInterfaces(int index, LogicalInterface.Builder builderForValue)

public Instance.Builder setLogicalInterfaces(int index, LogicalInterface.Builder builderForValue)

List of logical interfaces for the instance. The number of logical interfaces will be the same as number of hardware bond/nic on the chosen network template. For the non-multivlan configurations (for eg, existing servers) that use existing default network template (bondaa-bondaa), both the Instance.networks field and the Instance.logical_interfaces fields will be filled to ensure backward compatibility. For the others, only Instance.logical_interfaces will be filled.

repeated .google.cloud.baremetalsolution.v2.LogicalInterface logical_interfaces = 15;

Parameters
NameDescription
indexint
builderForValueLogicalInterface.Builder
Returns
TypeDescription
Instance.Builder

setLuns(int index, Lun value)

public Instance.Builder setLuns(int index, Lun value)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameters
NameDescription
indexint
valueLun
Returns
TypeDescription
Instance.Builder

setLuns(int index, Lun.Builder builderForValue)

public Instance.Builder setLuns(int index, Lun.Builder builderForValue)

List of LUNs associated with this server.

repeated .google.cloud.baremetalsolution.v2.Lun luns = 8;

Parameters
NameDescription
indexint
builderForValueLun.Builder
Returns
TypeDescription
Instance.Builder

setMachineType(String value)

public Instance.Builder setMachineType(String value)

The server type. Available server types

string machine_type = 4;

Parameter
NameDescription
valueString

The machineType to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setMachineTypeBytes(ByteString value)

public Instance.Builder setMachineTypeBytes(ByteString value)

The server type. Available server types

string machine_type = 4;

Parameter
NameDescription
valueByteString

The bytes for machineType to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setName(String value)

public Instance.Builder setName(String value)

Output only. The resource name of this Instance. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/instances/{instance}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Instance.Builder setNameBytes(ByteString value)

Output only. The resource name of this Instance. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: projects/{project}/locations/{location}/instances/{instance}

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setNetworkTemplate(String value)

public Instance.Builder setNetworkTemplate(String value)

Instance network template name. For eg, bondaa-bondaa, bondab-nic, etc. Generally, the template name follows the syntax of "bond<bond_mode>" or "nic".

string network_template = 14 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The networkTemplate to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setNetworkTemplateBytes(ByteString value)

public Instance.Builder setNetworkTemplateBytes(ByteString value)

Instance network template name. For eg, bondaa-bondaa, bondab-nic, etc. Generally, the template name follows the syntax of "bond<bond_mode>" or "nic".

string network_template = 14 [(.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for networkTemplate to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setNetworks(int index, Network value)

public Instance.Builder setNetworks(int index, Network value)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameters
NameDescription
indexint
valueNetwork
Returns
TypeDescription
Instance.Builder

setNetworks(int index, Network.Builder builderForValue)

public Instance.Builder setNetworks(int index, Network.Builder builderForValue)

List of networks associated with this server.

repeated .google.cloud.baremetalsolution.v2.Network networks = 9;

Parameters
NameDescription
indexint
builderForValueNetwork.Builder
Returns
TypeDescription
Instance.Builder

setOsImage(String value)

public Instance.Builder setOsImage(String value)

The OS image currently installed on the server.

string os_image = 12;

Parameter
NameDescription
valueString

The osImage to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setOsImageBytes(ByteString value)

public Instance.Builder setOsImageBytes(ByteString value)

The OS image currently installed on the server.

string os_image = 12;

Parameter
NameDescription
valueByteString

The bytes for osImage to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setPod(String value)

public Instance.Builder setPod(String value)

Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.

string pod = 13 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueString

The pod to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setPodBytes(ByteString value)

public Instance.Builder setPodBytes(ByteString value)

Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.

string pod = 13 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
valueByteString

The bytes for pod to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

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

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

setState(Instance.State value)

public Instance.Builder setState(Instance.State value)

The state of the server.

.google.cloud.baremetalsolution.v2.Instance.State state = 5;

Parameter
NameDescription
valueInstance.State

The state to set.

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setStateValue(int value)

public Instance.Builder setStateValue(int value)

The state of the server.

.google.cloud.baremetalsolution.v2.Instance.State state = 5;

Parameter
NameDescription
valueint

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

Returns
TypeDescription
Instance.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpdateTime(Timestamp value)

public Instance.Builder setUpdateTime(Timestamp value)

Output only. Update a time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Instance.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Instance.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. Update a time stamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Instance.Builder