@Generated(value="by GAPIC") @BetaApi public final class AddressesScopedList extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
AddressesScopedList.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Address> |
getAddressesList()
[Output Only] A list of addresses contained in this scope.
|
ApiMessage |
getApiMessageRequestBody() |
static AddressesScopedList |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of addresses when the list is
empty.
|
int |
hashCode() |
static AddressesScopedList.Builder |
newBuilder() |
static AddressesScopedList.Builder |
newBuilder(AddressesScopedList prototype) |
AddressesScopedList.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public List<Address> getAddressesList()
public Warning getWarning()
public static AddressesScopedList.Builder newBuilder()
public static AddressesScopedList.Builder newBuilder(AddressesScopedList prototype)
public AddressesScopedList.Builder toBuilder()
public static AddressesScopedList getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.