public static class MachineTypesScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
MachineTypesScopedList.Builder |
addAllMachineTypes(List<MachineType> machineTypes)
[Output Only] A list of machine types contained in this scope.
|
MachineTypesScopedList.Builder |
addMachineTypes(MachineType machineTypes)
[Output Only] A list of machine types contained in this scope.
|
MachineTypesScopedList |
build() |
MachineTypesScopedList.Builder |
clone() |
List<MachineType> |
getMachineTypesList()
[Output Only] A list of machine types contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that appears when the machine types list is empty.
|
MachineTypesScopedList.Builder |
mergeFrom(MachineTypesScopedList other) |
MachineTypesScopedList.Builder |
setWarning(Warning warning)
[Output Only] An informational warning that appears when the machine types list is empty.
|
public MachineTypesScopedList.Builder mergeFrom(MachineTypesScopedList other)
public List<MachineType> getMachineTypesList()
public MachineTypesScopedList.Builder addAllMachineTypes(List<MachineType> machineTypes)
public MachineTypesScopedList.Builder addMachineTypes(MachineType machineTypes)
public Warning getWarning()
public MachineTypesScopedList.Builder setWarning(Warning warning)
public MachineTypesScopedList build()
public MachineTypesScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.