@Generated(value="by GAPIC") @BetaApi public final class InstanceGroupsScopedList extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InstanceGroupsScopedList.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static InstanceGroupsScopedList |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<InstanceGroup> |
getInstanceGroupsList()
[Output Only] The list of instance groups that are contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that replaces the list of instance groups when the list
is empty.
|
int |
hashCode() |
static InstanceGroupsScopedList.Builder |
newBuilder() |
static InstanceGroupsScopedList.Builder |
newBuilder(InstanceGroupsScopedList prototype) |
InstanceGroupsScopedList.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<InstanceGroup> getInstanceGroupsList()
public Warning getWarning()
public static InstanceGroupsScopedList.Builder newBuilder()
public static InstanceGroupsScopedList.Builder newBuilder(InstanceGroupsScopedList prototype)
public InstanceGroupsScopedList.Builder toBuilder()
public static InstanceGroupsScopedList getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.