public interface InstanceGroupsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InstanceGroup |
getInstanceGroups(int index)
[Output Only] The list of instance groups that are contained in this scope.
|
int |
getInstanceGroupsCount()
[Output Only] The list of instance groups that are contained in this scope.
|
List<InstanceGroup> |
getInstanceGroupsList()
[Output Only] The list of instance groups that are contained in this scope.
|
InstanceGroupOrBuilder |
getInstanceGroupsOrBuilder(int index)
[Output Only] The list of instance groups that are contained in this scope.
|
List<? extends InstanceGroupOrBuilder> |
getInstanceGroupsOrBuilderList()
[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.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] An informational warning that replaces the list of instance groups when the list is empty.
|
boolean |
hasWarning()
[Output Only] An informational warning that replaces the list of instance groups when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<InstanceGroup> getInstanceGroupsList()
[Output Only] The list of instance groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;InstanceGroup getInstanceGroups(int index)
[Output Only] The list of instance groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;int getInstanceGroupsCount()
[Output Only] The list of instance groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;List<? extends InstanceGroupOrBuilder> getInstanceGroupsOrBuilderList()
[Output Only] The list of instance groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;InstanceGroupOrBuilder getInstanceGroupsOrBuilder(int index)
[Output Only] The list of instance groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;boolean hasWarning()
[Output Only] An informational warning that replaces the list of instance groups when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] An informational warning that replaces the list of instance groups when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that replaces the list of instance groups when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.