Package com.google.cloud.compute.v1
Interface InstanceGroupsScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceGroupsScopedList,InstanceGroupsScopedList.Builder
public interface InstanceGroupsScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceGroupgetInstanceGroups(int index)[Output Only] The list of instance groups that are contained in this scope.intgetInstanceGroupsCount()[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.InstanceGroupOrBuildergetInstanceGroupsOrBuilder(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.WarninggetWarning()[Output Only] An informational warning that replaces the list of instance groups when the list is empty.WarningOrBuildergetWarningOrBuilder()[Output Only] An informational warning that replaces the list of instance groups when the list is empty.booleanhasWarning()[Output Only] An informational warning that replaces the list of instance groups when the list is empty.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstanceGroupsList
List<InstanceGroup> getInstanceGroupsList()
[Output Only] The list of instance groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
-
getInstanceGroups
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;
-
getInstanceGroupsCount
int getInstanceGroupsCount()
[Output Only] The list of instance groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
-
getInstanceGroupsOrBuilderList
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;
-
getInstanceGroupsOrBuilder
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;
-
hasWarning
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;- Returns:
- Whether the warning field is set.
-
getWarning
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;- Returns:
- The warning.
-
getWarningOrBuilder
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;
-
-