public interface SpotConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstanceTypes(int index) (deprecated)
public abstract String getInstanceTypes(int index)Required. A list of instance types for creating spot node pool.
repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The instanceTypes at the given index. |
getInstanceTypesBytes(int index) (deprecated)
public abstract ByteString getInstanceTypesBytes(int index)Required. A list of instance types for creating spot node pool.
repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the instanceTypes at the given index. |
getInstanceTypesCount() (deprecated)
public abstract int getInstanceTypesCount()Required. A list of instance types for creating spot node pool.
repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of instanceTypes. |
getInstanceTypesList() (deprecated)
public abstract List<String> getInstanceTypesList()Required. A list of instance types for creating spot node pool.
repeated string instance_types = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the instanceTypes. |