Class ListInsightsResponse.Builder (2.2.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 2.2.0keyboard_arrow_down
public static final class ListInsightsResponse . Builder extends GeneratedMessageV3 . Builder<ListInsightsResponse . Builder > implements ListInsightsResponseOrBuilder
Response to the ListInsights
method.
Protobuf type google.cloud.recommender.v1.ListInsightsResponse
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllInsights(Iterable<? extends Insight> values)
public ListInsightsResponse . Builder addAllInsights ( Iterable <? extends Insight > values )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.cloud.recommender.v1.Insight >
Returns
addInsights(Insight value)
public ListInsightsResponse . Builder addInsights ( Insight value )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameter
Returns
addInsights(Insight.Builder builderForValue)
public ListInsightsResponse . Builder addInsights ( Insight . Builder builderForValue )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameter
Returns
addInsights(int index, Insight value)
public ListInsightsResponse . Builder addInsights ( int index , Insight value )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameters
Returns
addInsights(int index, Insight.Builder builderForValue)
public ListInsightsResponse . Builder addInsights ( int index , Insight . Builder builderForValue )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameters
Returns
addInsightsBuilder()
public Insight . Builder addInsightsBuilder ()
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Returns
addInsightsBuilder(int index)
public Insight . Builder addInsightsBuilder ( int index )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameter
Name
Description
index
int
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListInsightsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public ListInsightsResponse build ()
Returns
buildPartial()
public ListInsightsResponse buildPartial ()
Returns
clear()
public ListInsightsResponse . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListInsightsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearInsights()
public ListInsightsResponse . Builder clearInsights ()
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Returns
clearNextPageToken()
public ListInsightsResponse . Builder clearNextPageToken ()
A token that can be used to request the next page of results. This field is
empty if there are no additional results.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListInsightsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public ListInsightsResponse . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public ListInsightsResponse getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getInsights(int index)
public Insight getInsights ( int index )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameter
Name
Description
index
int
Returns
getInsightsBuilder(int index)
public Insight . Builder getInsightsBuilder ( int index )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameter
Name
Description
index
int
Returns
getInsightsBuilderList()
public List<Insight . Builder > getInsightsBuilderList ()
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Returns
getInsightsCount()
public int getInsightsCount ()
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Returns
getInsightsList()
public List<Insight> getInsightsList ()
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Returns
getInsightsOrBuilder(int index)
public InsightOrBuilder getInsightsOrBuilder ( int index )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameter
Name
Description
index
int
Returns
getInsightsOrBuilderList()
public List <? extends InsightOrBuilder > getInsightsOrBuilderList ()
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Returns
Type
Description
List <? extends com.google.cloud.recommender.v1.InsightOrBuilder >
getNextPageToken()
public String getNextPageToken ()
A token that can be used to request the next page of results. This field is
empty if there are no additional results.
string next_page_token = 2;
Returns
Type
Description
String
The nextPageToken.
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes ()
A token that can be used to request the next page of results. This field is
empty if there are no additional results.
string next_page_token = 2;
Returns
Type
Description
ByteString
The bytes for nextPageToken.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(ListInsightsResponse other)
public ListInsightsResponse . Builder mergeFrom ( ListInsightsResponse other )
Parameter
Returns
public ListInsightsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListInsightsResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListInsightsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
removeInsights(int index)
public ListInsightsResponse . Builder removeInsights ( int index )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameter
Name
Description
index
int
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListInsightsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setInsights(int index, Insight value)
public ListInsightsResponse . Builder setInsights ( int index , Insight value )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameters
Returns
setInsights(int index, Insight.Builder builderForValue)
public ListInsightsResponse . Builder setInsights ( int index , Insight . Builder builderForValue )
The set of insights for the parent
resource.
repeated .google.cloud.recommender.v1.Insight insights = 1;
Parameters
Returns
setNextPageToken(String value)
public ListInsightsResponse . Builder setNextPageToken ( String value )
A token that can be used to request the next page of results. This field is
empty if there are no additional results.
string next_page_token = 2;
Parameter
Name
Description
value
String
The nextPageToken to set.
Returns
setNextPageTokenBytes(ByteString value)
public ListInsightsResponse . Builder setNextPageTokenBytes ( ByteString value )
A token that can be used to request the next page of results. This field is
empty if there are no additional results.
string next_page_token = 2;
Parameter
Name
Description
value
ByteString
The bytes for nextPageToken to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListInsightsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListInsightsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[],null,[]]