public interface QueryForecastsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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> |
|