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 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.-
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;
-
-