public static final class InstanceGroupManagersScopedList.Builder extends GeneratedMessage.Builder<InstanceGroupManagersScopedList.Builder> implements InstanceGroupManagersScopedListOrBuilder
Protobuf type google.cloud.compute.v1.InstanceGroupManagersScopedList
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public InstanceGroupManagersScopedList.Builder addAllInstanceGroupManagers(Iterable<? extends InstanceGroupManager> values)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.compute.v1.InstanceGroupManager>
|
public InstanceGroupManagersScopedList.Builder addInstanceGroupManagers(InstanceGroupManager value)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public InstanceGroupManagersScopedList.Builder addInstanceGroupManagers(InstanceGroupManager.Builder builderForValue)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public InstanceGroupManagersScopedList.Builder addInstanceGroupManagers(int index, InstanceGroupManager value)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public InstanceGroupManagersScopedList.Builder addInstanceGroupManagers(int index, InstanceGroupManager.Builder builderForValue)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public InstanceGroupManager.Builder addInstanceGroupManagersBuilder()
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public InstanceGroupManager.Builder addInstanceGroupManagersBuilder(int index)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
| Parameter |
| Name |
Description |
index |
int
|
public InstanceGroupManagersScopedList build()
public InstanceGroupManagersScopedList buildPartial()
public InstanceGroupManagersScopedList.Builder clear()
Overrides
public InstanceGroupManagersScopedList.Builder clearInstanceGroupManagers()
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public InstanceGroupManagersScopedList.Builder clearWarning()
Output only. The warning that replaces the list of managed instance groups when the list
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
public InstanceGroupManagersScopedList getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public InstanceGroupManager getInstanceGroupManagers(int index)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
| Parameter |
| Name |
Description |
index |
int
|
public InstanceGroupManager.Builder getInstanceGroupManagersBuilder(int index)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
| Parameter |
| Name |
Description |
index |
int
|
public List<InstanceGroupManager.Builder> getInstanceGroupManagersBuilderList()
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public int getInstanceGroupManagersCount()
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
| Returns |
| Type |
Description |
int |
|
public List<InstanceGroupManager> getInstanceGroupManagersList()
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public InstanceGroupManagerOrBuilder getInstanceGroupManagersOrBuilder(int index)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends InstanceGroupManagerOrBuilder> getInstanceGroupManagersOrBuilderList()
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
| Returns |
| Type |
Description |
List<? extends com.google.cloud.compute.v1.InstanceGroupManagerOrBuilder> |
|
public Warning getWarning()
Output only. The warning that replaces the list of managed instance groups when the list
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns |
| Type |
Description |
Warning |
The warning.
|
public Warning.Builder getWarningBuilder()
Output only. The warning that replaces the list of managed instance groups when the list
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
public WarningOrBuilder getWarningOrBuilder()
Output only. The warning that replaces the list of managed instance groups when the list
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
public boolean hasWarning()
Output only. The warning that replaces the list of managed 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.
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public InstanceGroupManagersScopedList.Builder mergeFrom(InstanceGroupManagersScopedList other)
public InstanceGroupManagersScopedList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public InstanceGroupManagersScopedList.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public InstanceGroupManagersScopedList.Builder mergeWarning(Warning value)
Output only. The warning that replaces the list of managed instance groups when the list
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
public InstanceGroupManagersScopedList.Builder removeInstanceGroupManagers(int index)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
| Parameter |
| Name |
Description |
index |
int
|
public InstanceGroupManagersScopedList.Builder setInstanceGroupManagers(int index, InstanceGroupManager value)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public InstanceGroupManagersScopedList.Builder setInstanceGroupManagers(int index, InstanceGroupManager.Builder builderForValue)
Output only. The list of managed instance groups that are contained in the specified
project and zone.
repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;
public InstanceGroupManagersScopedList.Builder setWarning(Warning value)
Output only. The warning that replaces the list of managed instance groups when the list
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Parameter |
| Name |
Description |
value |
Warning
|
public InstanceGroupManagersScopedList.Builder setWarning(Warning.Builder builderForValue)
Output only. The warning that replaces the list of managed instance groups when the list
is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;