Interface MachineTypesScopedListOrBuilder (1.52.0)

public interface MachineTypesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMachineTypes(int index)

public abstract MachineType getMachineTypes(int index)

[Output Only] A list of machine types contained in this scope.

repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;

Parameter
Name Description
index int
Returns
Type Description
MachineType

getMachineTypesCount()

public abstract int getMachineTypesCount()

[Output Only] A list of machine types contained in this scope.

repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;

Returns
Type Description
int

getMachineTypesList()

public abstract List<MachineType> getMachineTypesList()

[Output Only] A list of machine types contained in this scope.

repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;

Returns
Type Description
List<MachineType>

getMachineTypesOrBuilder(int index)

public abstract MachineTypeOrBuilder getMachineTypesOrBuilder(int index)

[Output Only] A list of machine types contained in this scope.

repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;

Parameter
Name Description
index int
Returns
Type Description
MachineTypeOrBuilder

getMachineTypesOrBuilderList()

public abstract List<? extends MachineTypeOrBuilder> getMachineTypesOrBuilderList()

[Output Only] A list of machine types contained in this scope.

repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.MachineTypeOrBuilder>

getWarning()

public abstract Warning getWarning()

[Output Only] An informational warning that appears when the machine types list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
Type Description
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

[Output Only] An informational warning that appears when the machine types list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
Type Description
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

[Output Only] An informational warning that appears when the machine types list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
Type Description
boolean

Whether the warning field is set.