Class ListInsightsResponse (2.39.0)

public final class ListInsightsResponse extends GeneratedMessageV3 implements ListInsightsResponseOrBuilder

Response to the ListInsights method.

Protobuf type google.cloud.recommender.v1.ListInsightsResponse

Static Fields

INSIGHTS_FIELD_NUMBER

public static final int INSIGHTS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListInsightsResponse getDefaultInstance()
Returns
TypeDescription
ListInsightsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListInsightsResponse.Builder newBuilder()
Returns
TypeDescription
ListInsightsResponse.Builder

newBuilder(ListInsightsResponse prototype)

public static ListInsightsResponse.Builder newBuilder(ListInsightsResponse prototype)
Parameter
NameDescription
prototypeListInsightsResponse
Returns
TypeDescription
ListInsightsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListInsightsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListInsightsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListInsightsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListInsightsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListInsightsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListInsightsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListInsightsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListInsightsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListInsightsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListInsightsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListInsightsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListInsightsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListInsightsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListInsightsResponse> parser()
Returns
TypeDescription
Parser<ListInsightsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListInsightsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListInsightsResponse

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
NameDescription
indexint
Returns
TypeDescription
Insight

getInsightsCount()

public int getInsightsCount()

The set of insights for the parent resource.

repeated .google.cloud.recommender.v1.Insight insights = 1;

Returns
TypeDescription
int

getInsightsList()

public List<Insight> getInsightsList()

The set of insights for the parent resource.

repeated .google.cloud.recommender.v1.Insight insights = 1;

Returns
TypeDescription
List<Insight>

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
NameDescription
indexint
Returns
TypeDescription
InsightOrBuilder

getInsightsOrBuilderList()

public List<? extends InsightOrBuilder> getInsightsOrBuilderList()

The set of insights for the parent resource.

repeated .google.cloud.recommender.v1.Insight insights = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListInsightsResponse> getParserForType()
Returns
TypeDescription
Parser<ListInsightsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListInsightsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListInsightsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListInsightsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListInsightsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListInsightsResponse.Builder toBuilder()
Returns
TypeDescription
ListInsightsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException