public static final class ListEventsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder> implements ListEventsResponseOrBuilder
Response message for [SessionService.ListEvents][google.cloud.aiplatform.v1beta1.SessionService.ListEvents].Protobuf type
google.cloud.aiplatform.v1beta1.ListEventsResponse| Modifier and Type | Method and Description |
|---|---|
ListEventsResponse.Builder |
addAllSessionEvents(Iterable<? extends SessionEvent> values)
A list of events matching the request.
|
ListEventsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListEventsResponse.Builder |
addSessionEvents(int index,
SessionEvent.Builder builderForValue)
A list of events matching the request.
|
ListEventsResponse.Builder |
addSessionEvents(int index,
SessionEvent value)
A list of events matching the request.
|
ListEventsResponse.Builder |
addSessionEvents(SessionEvent.Builder builderForValue)
A list of events matching the request.
|
ListEventsResponse.Builder |
addSessionEvents(SessionEvent value)
A list of events matching the request.
|
SessionEvent.Builder |
addSessionEventsBuilder()
A list of events matching the request.
|
SessionEvent.Builder |
addSessionEventsBuilder(int index)
A list of events matching the request.
|
ListEventsResponse |
build() |
ListEventsResponse |
buildPartial() |
ListEventsResponse.Builder |
clear() |
ListEventsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListEventsResponse.Builder |
clearNextPageToken()
A token, which can be sent as
[ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token]
to retrieve the next page.
|
ListEventsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListEventsResponse.Builder |
clearSessionEvents()
A list of events matching the request.
|
ListEventsResponse.Builder |
clone() |
ListEventsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
A token, which can be sent as
[ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token]
to retrieve the next page.
|
SessionEvent |
getSessionEvents(int index)
A list of events matching the request.
|
SessionEvent.Builder |
getSessionEventsBuilder(int index)
A list of events matching the request.
|
List<SessionEvent.Builder> |
getSessionEventsBuilderList()
A list of events matching the request.
|
int |
getSessionEventsCount()
A list of events matching the request.
|
List<SessionEvent> |
getSessionEventsList()
A list of events matching the request.
|
SessionEventOrBuilder |
getSessionEventsOrBuilder(int index)
A list of events matching the request.
|
List<? extends SessionEventOrBuilder> |
getSessionEventsOrBuilderList()
A list of events matching the request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListEventsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListEventsResponse.Builder |
mergeFrom(ListEventsResponse other) |
ListEventsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListEventsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListEventsResponse.Builder |
removeSessionEvents(int index)
A list of events matching the request.
|
ListEventsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListEventsResponse.Builder |
setNextPageToken(String value)
A token, which can be sent as
[ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token]
to retrieve the next page.
|
ListEventsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as
[ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token]
to retrieve the next page.
|
ListEventsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListEventsResponse.Builder |
setSessionEvents(int index,
SessionEvent.Builder builderForValue)
A list of events matching the request.
|
ListEventsResponse.Builder |
setSessionEvents(int index,
SessionEvent value)
A list of events matching the request.
|
ListEventsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public ListEventsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public ListEventsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListEventsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListEventsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListEventsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public ListEventsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public ListEventsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public ListEventsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public ListEventsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public ListEventsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public ListEventsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListEventsResponse.Builder>public ListEventsResponse.Builder mergeFrom(ListEventsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public ListEventsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListEventsResponse.Builder>IOExceptionpublic List<SessionEvent> getSessionEventsList()
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;getSessionEventsList in interface ListEventsResponseOrBuilderpublic int getSessionEventsCount()
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;getSessionEventsCount in interface ListEventsResponseOrBuilderpublic SessionEvent getSessionEvents(int index)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;getSessionEvents in interface ListEventsResponseOrBuilderpublic ListEventsResponse.Builder setSessionEvents(int index, SessionEvent value)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public ListEventsResponse.Builder setSessionEvents(int index, SessionEvent.Builder builderForValue)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public ListEventsResponse.Builder addSessionEvents(SessionEvent value)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public ListEventsResponse.Builder addSessionEvents(int index, SessionEvent value)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public ListEventsResponse.Builder addSessionEvents(SessionEvent.Builder builderForValue)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public ListEventsResponse.Builder addSessionEvents(int index, SessionEvent.Builder builderForValue)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public ListEventsResponse.Builder addAllSessionEvents(Iterable<? extends SessionEvent> values)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public ListEventsResponse.Builder clearSessionEvents()
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public ListEventsResponse.Builder removeSessionEvents(int index)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public SessionEvent.Builder getSessionEventsBuilder(int index)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public SessionEventOrBuilder getSessionEventsOrBuilder(int index)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;getSessionEventsOrBuilder in interface ListEventsResponseOrBuilderpublic List<? extends SessionEventOrBuilder> getSessionEventsOrBuilderList()
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;getSessionEventsOrBuilderList in interface ListEventsResponseOrBuilderpublic SessionEvent.Builder addSessionEventsBuilder()
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public SessionEvent.Builder addSessionEventsBuilder(int index)
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public List<SessionEvent.Builder> getSessionEventsBuilderList()
A list of events matching the request. Ordered by timestamp in ascending order.
repeated .google.cloud.aiplatform.v1beta1.SessionEvent session_events = 1;public String getNextPageToken()
A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;getNextPageToken in interface ListEventsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;getNextPageTokenBytes in interface ListEventsResponseOrBuilderpublic ListEventsResponse.Builder setNextPageToken(String value)
A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;value - The nextPageToken to set.public ListEventsResponse.Builder clearNextPageToken()
A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;public ListEventsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as [ListEventsRequest.page_token][google.cloud.aiplatform.v1beta1.ListEventsRequest.page_token] to retrieve the next page. Absence of this field indicates there are no subsequent pages.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListEventsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>public final ListEventsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListEventsResponse.Builder>Copyright © 2025 Google LLC. All rights reserved.