public static class DisksScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
DisksScopedList.Builder |
addAllDisks(List<Disk> disks)
[Output Only] A list of disks contained in this scope.
|
DisksScopedList.Builder |
addDisks(Disk disks)
[Output Only] A list of disks contained in this scope.
|
DisksScopedList |
build() |
DisksScopedList.Builder |
clone() |
List<Disk> |
getDisksList()
[Output Only] A list of disks contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of disks when the list is empty.
|
DisksScopedList.Builder |
mergeFrom(DisksScopedList other) |
DisksScopedList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning which replaces the list of disks when the list is empty.
|
public DisksScopedList.Builder mergeFrom(DisksScopedList other)
public List<Disk> getDisksList()
public DisksScopedList.Builder addAllDisks(List<Disk> disks)
public DisksScopedList.Builder addDisks(Disk disks)
public Warning getWarning()
public DisksScopedList.Builder setWarning(Warning warning)
public DisksScopedList build()
public DisksScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.