@Generated(value="by GAPIC") @BetaApi public final class InstancesScopedList extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InstancesScopedList.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static InstancesScopedList |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
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.
|
int |
hashCode() |
static InstancesScopedList.Builder |
newBuilder() |
static InstancesScopedList.Builder |
newBuilder(InstancesScopedList prototype) |
InstancesScopedList.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<Instance> getInstancesList()
public Warning getWarning()
public static InstancesScopedList.Builder newBuilder()
public static InstancesScopedList.Builder newBuilder(InstancesScopedList prototype)
public InstancesScopedList.Builder toBuilder()
public static InstancesScopedList getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.