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