public interface MachineTypesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |