public static final class NewOnDemandInstancesConfig.Builder extends GeneratedMessage.Builder<NewOnDemandInstancesConfig.Builder> implements NewOnDemandInstancesConfigOrBuilderWhen set in a ComputeResourceConfig, indicates that on-demand (i.e., using the standard provisioning model) VM instances should be created.
Protobuf type google.cloud.hypercomputecluster.v1beta.NewOnDemandInstancesConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > NewOnDemandInstancesConfig.BuilderImplements
NewOnDemandInstancesConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public NewOnDemandInstancesConfig build()| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig |
|
buildPartial()
public NewOnDemandInstancesConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig |
|
clear()
public NewOnDemandInstancesConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
|
clearMachineType()
public NewOnDemandInstancesConfig.Builder clearMachineType() Required. Immutable. Name of the Compute Engine machine
type to use, e.g.
n2-standard-2.
string machine_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
This builder for chaining. |
clearZone()
public NewOnDemandInstancesConfig.Builder clearZone() Required. Immutable. Name of the zone in which VM instances should run,
e.g., us-central1-a. Must be in the same region as the cluster, and must
match the zone of any other resources specified in the cluster.
string zone = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public NewOnDemandInstancesConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMachineType()
public String getMachineType() Required. Immutable. Name of the Compute Engine machine
type to use, e.g.
n2-standard-2.
string machine_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The machineType. |
getMachineTypeBytes()
public ByteString getMachineTypeBytes() Required. Immutable. Name of the Compute Engine machine
type to use, e.g.
n2-standard-2.
string machine_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for machineType. |
getZone()
public String getZone() Required. Immutable. Name of the zone in which VM instances should run,
e.g., us-central1-a. Must be in the same region as the cluster, and must
match the zone of any other resources specified in the cluster.
string zone = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
public ByteString getZoneBytes() Required. Immutable. Name of the zone in which VM instances should run,
e.g., us-central1-a. Must be in the same region as the cluster, and must
match the zone of any other resources specified in the cluster.
string zone = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(NewOnDemandInstancesConfig other)
public NewOnDemandInstancesConfig.Builder mergeFrom(NewOnDemandInstancesConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
NewOnDemandInstancesConfig |
| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NewOnDemandInstancesConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NewOnDemandInstancesConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
|
setMachineType(String value)
public NewOnDemandInstancesConfig.Builder setMachineType(String value) Required. Immutable. Name of the Compute Engine machine
type to use, e.g.
n2-standard-2.
string machine_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe machineType to set. |
| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
This builder for chaining. |
setMachineTypeBytes(ByteString value)
public NewOnDemandInstancesConfig.Builder setMachineTypeBytes(ByteString value) Required. Immutable. Name of the Compute Engine machine
type to use, e.g.
n2-standard-2.
string machine_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for machineType to set. |
| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
This builder for chaining. |
setZone(String value)
public NewOnDemandInstancesConfig.Builder setZone(String value) Required. Immutable. Name of the zone in which VM instances should run,
e.g., us-central1-a. Must be in the same region as the cluster, and must
match the zone of any other resources specified in the cluster.
string zone = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe zone to set. |
| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
This builder for chaining. |
setZoneBytes(ByteString value)
public NewOnDemandInstancesConfig.Builder setZoneBytes(ByteString value) Required. Immutable. Name of the zone in which VM instances should run,
e.g., us-central1-a. Must be in the same region as the cluster, and must
match the zone of any other resources specified in the cluster.
string zone = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for zone to set. |
| Returns | |
|---|---|
| Type | Description |
NewOnDemandInstancesConfig.Builder |
This builder for chaining. |