Interface QueryForecastsResponseOrBuilder (0.1.0)

public interface QueryForecastsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getForecasts(int index)

public abstract Forecast getForecasts(int index)

The forecasts that match the request.

repeated .google.cloud.capacityplanner.v1beta.Forecast forecasts = 1;

Parameter
Name Description
index int
Returns
Type Description
Forecast

getForecastsCount()

public abstract int getForecastsCount()

The forecasts that match the request.

repeated .google.cloud.capacityplanner.v1beta.Forecast forecasts = 1;

Returns
Type Description
int

getForecastsList()

public abstract List<Forecast> getForecastsList()

The forecasts that match the request.

repeated .google.cloud.capacityplanner.v1beta.Forecast forecasts = 1;

Returns
Type Description
List<Forecast>

getForecastsOrBuilder(int index)

public abstract ForecastOrBuilder getForecastsOrBuilder(int index)

The forecasts that match the request.

repeated .google.cloud.capacityplanner.v1beta.Forecast forecasts = 1;

Parameter
Name Description
index int
Returns
Type Description
ForecastOrBuilder

getForecastsOrBuilderList()

public abstract List<? extends ForecastOrBuilder> getForecastsOrBuilderList()

The forecasts that match the request.

repeated .google.cloud.capacityplanner.v1beta.Forecast forecasts = 1;

Returns
Type Description
List<? extends com.google.cloud.capacityplanner.v1beta.ForecastOrBuilder>