Interface CalendarModeAdviceResponseOrBuilder (1.91.0)

public interface CalendarModeAdviceResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRecommendations(int index)

public abstract CalendarModeRecommendation getRecommendations(int index)

Recommendations where, how and when to create the requested resources in order to maximize their obtainability and minimize cost.

repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;

Parameter
Name Description
index int
Returns
Type Description
CalendarModeRecommendation

getRecommendationsCount()

public abstract int getRecommendationsCount()

Recommendations where, how and when to create the requested resources in order to maximize their obtainability and minimize cost.

repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;

Returns
Type Description
int

getRecommendationsList()

public abstract List<CalendarModeRecommendation> getRecommendationsList()

Recommendations where, how and when to create the requested resources in order to maximize their obtainability and minimize cost.

repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;

Returns
Type Description
List<CalendarModeRecommendation>

getRecommendationsOrBuilder(int index)

public abstract CalendarModeRecommendationOrBuilder getRecommendationsOrBuilder(int index)

Recommendations where, how and when to create the requested resources in order to maximize their obtainability and minimize cost.

repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;

Parameter
Name Description
index int
Returns
Type Description
CalendarModeRecommendationOrBuilder

getRecommendationsOrBuilderList()

public abstract List<? extends CalendarModeRecommendationOrBuilder> getRecommendationsOrBuilderList()

Recommendations where, how and when to create the requested resources in order to maximize their obtainability and minimize cost.

repeated .google.cloud.compute.v1.CalendarModeRecommendation recommendations = 324515802;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.CalendarModeRecommendationOrBuilder>