public static final class InstanceGroupsScopedList.Builder extends GeneratedMessage.Builder<InstanceGroupsScopedList.Builder> implements InstanceGroupsScopedListOrBuilder
Protobuf type google.cloud.compute.v1.InstanceGroupsScopedList
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllInstanceGroups(Iterable<? extends InstanceGroup> values)
public InstanceGroupsScopedList.Builder addAllInstanceGroups(Iterable<? extends InstanceGroup> values)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.InstanceGroup>
|
addInstanceGroups(InstanceGroup value)
public InstanceGroupsScopedList.Builder addInstanceGroups(InstanceGroup value)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
addInstanceGroups(InstanceGroup.Builder builderForValue)
public InstanceGroupsScopedList.Builder addInstanceGroups(InstanceGroup.Builder builderForValue)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
addInstanceGroups(int index, InstanceGroup value)
public InstanceGroupsScopedList.Builder addInstanceGroups(int index, InstanceGroup value)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
addInstanceGroups(int index, InstanceGroup.Builder builderForValue)
public InstanceGroupsScopedList.Builder addInstanceGroups(int index, InstanceGroup.Builder builderForValue)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
addInstanceGroupsBuilder()
public InstanceGroup.Builder addInstanceGroupsBuilder()
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
addInstanceGroupsBuilder(int index)
public InstanceGroup.Builder addInstanceGroupsBuilder(int index)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
| Parameter |
| Name |
Description |
index |
int
|
build()
public InstanceGroupsScopedList build()
buildPartial()
public InstanceGroupsScopedList buildPartial()
clear()
public InstanceGroupsScopedList.Builder clear()
Overrides
clearInstanceGroups()
public InstanceGroupsScopedList.Builder clearInstanceGroups()
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
clearWarning()
public InstanceGroupsScopedList.Builder clearWarning()
Output only. [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;
getDefaultInstanceForType()
public InstanceGroupsScopedList getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getInstanceGroups(int index)
public InstanceGroup getInstanceGroups(int index)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
| Parameter |
| Name |
Description |
index |
int
|
getInstanceGroupsBuilder(int index)
public InstanceGroup.Builder getInstanceGroupsBuilder(int index)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
| Parameter |
| Name |
Description |
index |
int
|
getInstanceGroupsBuilderList()
public List<InstanceGroup.Builder> getInstanceGroupsBuilderList()
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
getInstanceGroupsCount()
public int getInstanceGroupsCount()
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
| Returns |
| Type |
Description |
int |
|
getInstanceGroupsList()
public List<InstanceGroup> getInstanceGroupsList()
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
getInstanceGroupsOrBuilder(int index)
public InstanceGroupOrBuilder getInstanceGroupsOrBuilder(int index)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
| Parameter |
| Name |
Description |
index |
int
|
getInstanceGroupsOrBuilderList()
public List<? extends InstanceGroupOrBuilder> getInstanceGroupsOrBuilderList()
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.InstanceGroupOrBuilder> |
|
getWarning()
public Warning getWarning()
Output only. [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 |
| Type |
Description |
Warning |
The warning.
|
getWarningBuilder()
public Warning.Builder getWarningBuilder()
Output only. [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;
getWarningOrBuilder()
public WarningOrBuilder getWarningOrBuilder()
Output only. [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;
hasWarning()
public boolean hasWarning()
Output only. [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 |
| Type |
Description |
boolean |
Whether the warning field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(InstanceGroupsScopedList other)
public InstanceGroupsScopedList.Builder mergeFrom(InstanceGroupsScopedList other)
public InstanceGroupsScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public InstanceGroupsScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeWarning(Warning value)
public InstanceGroupsScopedList.Builder mergeWarning(Warning value)
Output only. [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;
| Parameter |
| Name |
Description |
value |
Warning
|
removeInstanceGroups(int index)
public InstanceGroupsScopedList.Builder removeInstanceGroups(int index)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
| Parameter |
| Name |
Description |
index |
int
|
setInstanceGroups(int index, InstanceGroup value)
public InstanceGroupsScopedList.Builder setInstanceGroups(int index, InstanceGroup value)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
setInstanceGroups(int index, InstanceGroup.Builder builderForValue)
public InstanceGroupsScopedList.Builder setInstanceGroups(int index, InstanceGroup.Builder builderForValue)
Output only. [Output Only] The list ofinstance
groups that are contained in this scope.
repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;
setWarning(Warning value)
public InstanceGroupsScopedList.Builder setWarning(Warning value)
Output only. [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;
| Parameter |
| Name |
Description |
value |
Warning
|
setWarning(Warning.Builder builderForValue)
public InstanceGroupsScopedList.Builder setWarning(Warning.Builder builderForValue)
Output only. [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;