public static class AcceleratorTypesScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
AcceleratorTypesScopedList.Builder |
addAcceleratorTypes(AcceleratorType acceleratorTypes)
[Output Only] A list of accelerator types contained in this scope.
|
AcceleratorTypesScopedList.Builder |
addAllAcceleratorTypes(List<AcceleratorType> acceleratorTypes)
[Output Only] A list of accelerator types contained in this scope.
|
AcceleratorTypesScopedList |
build() |
AcceleratorTypesScopedList.Builder |
clone() |
List<AcceleratorType> |
getAcceleratorTypesList()
[Output Only] A list of accelerator types contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that appears when the accelerator types list is empty.
|
AcceleratorTypesScopedList.Builder |
mergeFrom(AcceleratorTypesScopedList other) |
AcceleratorTypesScopedList.Builder |
setWarning(Warning warning)
[Output Only] An informational warning that appears when the accelerator types list is empty.
|
public AcceleratorTypesScopedList.Builder mergeFrom(AcceleratorTypesScopedList other)
public List<AcceleratorType> getAcceleratorTypesList()
public AcceleratorTypesScopedList.Builder addAllAcceleratorTypes(List<AcceleratorType> acceleratorTypes)
public AcceleratorTypesScopedList.Builder addAcceleratorTypes(AcceleratorType acceleratorTypes)
public Warning getWarning()
public AcceleratorTypesScopedList.Builder setWarning(Warning warning)
public AcceleratorTypesScopedList build()
public AcceleratorTypesScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.