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