Interface RolloutPlanWaveSelectorLocationSelectorOrBuilder (1.105.0)

public interface RolloutPlanWaveSelectorLocationSelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIncludedLocations(int index)

public abstract String getIncludedLocations(int index)

Optional. Example: "us-central1-a"

repeated string included_locations = 78239643;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The includedLocations at the given index.

getIncludedLocationsBytes(int index)

public abstract ByteString getIncludedLocationsBytes(int index)

Optional. Example: "us-central1-a"

repeated string included_locations = 78239643;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the includedLocations at the given index.

getIncludedLocationsCount()

public abstract int getIncludedLocationsCount()

Optional. Example: "us-central1-a"

repeated string included_locations = 78239643;

Returns
Type Description
int

The count of includedLocations.

getIncludedLocationsList()

public abstract List<String> getIncludedLocationsList()

Optional. Example: "us-central1-a"

repeated string included_locations = 78239643;

Returns
Type Description
List<String>

A list containing the includedLocations.