Interface ListInsightTypesResponseOrBuilder (2.45.0)

public interface ListInsightTypesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInsightTypes(int index)

public abstract InsightType getInsightTypes(int index)

The set of recommenders available

repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;

Parameter
Name Description
index int
Returns
Type Description
InsightType

getInsightTypesCount()

public abstract int getInsightTypesCount()

The set of recommenders available

repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;

Returns
Type Description
int

getInsightTypesList()

public abstract List<InsightType> getInsightTypesList()

The set of recommenders available

repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;

Returns
Type Description
List<InsightType>

getInsightTypesOrBuilder(int index)

public abstract InsightTypeOrBuilder getInsightTypesOrBuilder(int index)

The set of recommenders available

repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;

Parameter
Name Description
index int
Returns
Type Description
InsightTypeOrBuilder

getInsightTypesOrBuilderList()

public abstract List<? extends InsightTypeOrBuilder> getInsightTypesOrBuilderList()

The set of recommenders available

repeated .google.cloud.recommender.v1beta1.InsightType insight_types = 1;

Returns
Type Description
List<? extends com.google.cloud.recommender.v1beta1.InsightTypeOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.