Interface RegionInstanceGroupManagerDeleteInstanceConfigReqOrBuilder (1.51.0)

public interface RegionInstanceGroupManagerDeleteInstanceConfigReqOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the names.