Interface InstanceFlexibilityPolicyOrBuilder (4.38.0)

public interface InstanceFlexibilityPolicyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceSelectionList(int index)

public abstract InstanceFlexibilityPolicy.InstanceSelection getInstanceSelectionList(int index)

Optional. List of instance selection options that the group will use when creating new VMs.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelection instance_selection_list = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceFlexibilityPolicy.InstanceSelection

getInstanceSelectionListCount()

public abstract int getInstanceSelectionListCount()

Optional. List of instance selection options that the group will use when creating new VMs.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelection instance_selection_list = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

getInstanceSelectionListList()

public abstract List<InstanceFlexibilityPolicy.InstanceSelection> getInstanceSelectionListList()

Optional. List of instance selection options that the group will use when creating new VMs.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelection instance_selection_list = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<InstanceSelection>

getInstanceSelectionListOrBuilder(int index)

public abstract InstanceFlexibilityPolicy.InstanceSelectionOrBuilder getInstanceSelectionListOrBuilder(int index)

Optional. List of instance selection options that the group will use when creating new VMs.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelection instance_selection_list = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceFlexibilityPolicy.InstanceSelectionOrBuilder

getInstanceSelectionListOrBuilderList()

public abstract List<? extends InstanceFlexibilityPolicy.InstanceSelectionOrBuilder> getInstanceSelectionListOrBuilderList()

Optional. List of instance selection options that the group will use when creating new VMs.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelection instance_selection_list = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
List<? extends com.google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelectionOrBuilder>

getInstanceSelectionResults(int index)

public abstract InstanceFlexibilityPolicy.InstanceSelectionResult getInstanceSelectionResults(int index)

Output only. A list of instance selection results in the group.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelectionResult instance_selection_results = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceFlexibilityPolicy.InstanceSelectionResult

getInstanceSelectionResultsCount()

public abstract int getInstanceSelectionResultsCount()

Output only. A list of instance selection results in the group.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelectionResult instance_selection_results = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getInstanceSelectionResultsList()

public abstract List<InstanceFlexibilityPolicy.InstanceSelectionResult> getInstanceSelectionResultsList()

Output only. A list of instance selection results in the group.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelectionResult instance_selection_results = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<InstanceSelectionResult>

getInstanceSelectionResultsOrBuilder(int index)

public abstract InstanceFlexibilityPolicy.InstanceSelectionResultOrBuilder getInstanceSelectionResultsOrBuilder(int index)

Output only. A list of instance selection results in the group.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelectionResult instance_selection_results = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceFlexibilityPolicy.InstanceSelectionResultOrBuilder

getInstanceSelectionResultsOrBuilderList()

public abstract List<? extends InstanceFlexibilityPolicy.InstanceSelectionResultOrBuilder> getInstanceSelectionResultsOrBuilderList()

Output only. A list of instance selection results in the group.

repeated .google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelectionResult instance_selection_results = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.dataproc.v1.InstanceFlexibilityPolicy.InstanceSelectionResultOrBuilder>