public interface RegionInstanceGroupManagerDeleteInstanceConfigReqOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNames(int index)
public abstract String getNames(int index)The list of instance names for which we want to delete per-instance configs on this managed instance group.
repeated string names = 104585032;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The names at the given index. |
getNamesBytes(int index)
public abstract ByteString getNamesBytes(int index)The list of instance names for which we want to delete per-instance configs on this managed instance group.
repeated string names = 104585032;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the names at the given index. |
getNamesCount()
public abstract int getNamesCount()The list of instance names for which we want to delete per-instance configs on this managed instance group.
repeated string names = 104585032;
| Returns | |
|---|---|
| Type | Description |
int |
The count of names. |
getNamesList()
public abstract List<String> getNamesList()The list of instance names for which we want to delete per-instance configs on this managed instance group.
repeated string names = 104585032;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the names. |