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