public static final class RegionInstanceGroupManagersStopInstancesRequest.Builder extends GeneratedMessageV3.Builder<RegionInstanceGroupManagersStopInstancesRequest.Builder> implements RegionInstanceGroupManagersStopInstancesRequestOrBuilder
Protobuf type google.cloud.compute.v1.RegionInstanceGroupManagersStopInstancesRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public RegionInstanceGroupManagersStopInstancesRequest.Builder addAllInstances(Iterable<String> values)
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
repeated string instances = 29097598;
Parameter |
Name |
Description |
values |
Iterable<String>
The instances to add.
|
public RegionInstanceGroupManagersStopInstancesRequest.Builder addInstances(String value)
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
repeated string instances = 29097598;
Parameter |
Name |
Description |
value |
String
The instances to add.
|
public RegionInstanceGroupManagersStopInstancesRequest.Builder addInstancesBytes(ByteString value)
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
repeated string instances = 29097598;
Parameter |
Name |
Description |
value |
ByteString
The bytes of the instances to add.
|
public RegionInstanceGroupManagersStopInstancesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RegionInstanceGroupManagersStopInstancesRequest build()
public RegionInstanceGroupManagersStopInstancesRequest buildPartial()
public RegionInstanceGroupManagersStopInstancesRequest.Builder clear()
Overrides
public RegionInstanceGroupManagersStopInstancesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public RegionInstanceGroupManagersStopInstancesRequest.Builder clearForceStop()
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
optional bool force_stop = 134762710;
public RegionInstanceGroupManagersStopInstancesRequest.Builder clearInstances()
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
repeated string instances = 29097598;
public RegionInstanceGroupManagersStopInstancesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public RegionInstanceGroupManagersStopInstancesRequest.Builder clone()
Overrides
public RegionInstanceGroupManagersStopInstancesRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public boolean getForceStop()
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
optional bool force_stop = 134762710;
Returns |
Type |
Description |
boolean |
The forceStop.
|
public String getInstances(int index)
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
repeated string instances = 29097598;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The instances at the given index.
|
public ByteString getInstancesBytes(int index)
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
repeated string instances = 29097598;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the instances at the given index.
|
public int getInstancesCount()
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
repeated string instances = 29097598;
Returns |
Type |
Description |
int |
The count of instances.
|
public ProtocolStringList getInstancesList()
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
repeated string instances = 29097598;
public boolean hasForceStop()
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
optional bool force_stop = 134762710;
Returns |
Type |
Description |
boolean |
Whether the forceStop field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RegionInstanceGroupManagersStopInstancesRequest.Builder mergeFrom(RegionInstanceGroupManagersStopInstancesRequest other)
public RegionInstanceGroupManagersStopInstancesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public RegionInstanceGroupManagersStopInstancesRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final RegionInstanceGroupManagersStopInstancesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public RegionInstanceGroupManagersStopInstancesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public RegionInstanceGroupManagersStopInstancesRequest.Builder setForceStop(boolean value)
If this flag is set to true, the Instance Group Manager will proceed to stop the instances, skipping initialization on them.
optional bool force_stop = 134762710;
Parameter |
Name |
Description |
value |
boolean
The forceStop to set.
|
public RegionInstanceGroupManagersStopInstancesRequest.Builder setInstances(int index, String value)
The URLs of one or more instances to stop. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
repeated string instances = 29097598;
Parameters |
Name |
Description |
index |
int
The index to set the value at.
|
value |
String
The instances to set.
|
public RegionInstanceGroupManagersStopInstancesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final RegionInstanceGroupManagersStopInstancesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides