public static final class ListSessionsResponse.Builder extends GeneratedMessageV3.Builder<ListSessionsResponse.Builder> implements ListSessionsResponseOrBuilder
Response for ListSessions method.
Protobuf type google.cloud.discoveryengine.v1.ListSessionsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllSessions(Iterable<? extends Session> values)
public ListSessionsResponse.Builder addAllSessions(Iterable<? extends Session> values)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.discoveryengine.v1.Session>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListSessionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addSessions(Session value)
public ListSessionsResponse.Builder addSessions(Session value)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Parameter |
Name |
Description |
value |
Session
|
addSessions(Session.Builder builderForValue)
public ListSessionsResponse.Builder addSessions(Session.Builder builderForValue)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
addSessions(int index, Session value)
public ListSessionsResponse.Builder addSessions(int index, Session value)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Session
|
addSessions(int index, Session.Builder builderForValue)
public ListSessionsResponse.Builder addSessions(int index, Session.Builder builderForValue)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
addSessionsBuilder()
public Session.Builder addSessionsBuilder()
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
addSessionsBuilder(int index)
public Session.Builder addSessionsBuilder(int index)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Parameter |
Name |
Description |
index |
int
|
build()
public ListSessionsResponse build()
buildPartial()
public ListSessionsResponse buildPartial()
clear()
public ListSessionsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListSessionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListSessionsResponse.Builder clearNextPageToken()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSessionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSessions()
public ListSessionsResponse.Builder clearSessions()
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
clone()
public ListSessionsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListSessionsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getSessions(int index)
public Session getSessions(int index)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Parameter |
Name |
Description |
index |
int
|
getSessionsBuilder(int index)
public Session.Builder getSessionsBuilder(int index)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Parameter |
Name |
Description |
index |
int
|
getSessionsBuilderList()
public List<Session.Builder> getSessionsBuilderList()
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
getSessionsCount()
public int getSessionsCount()
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Returns |
Type |
Description |
int |
|
getSessionsList()
public List<Session> getSessionsList()
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
getSessionsOrBuilder(int index)
public SessionOrBuilder getSessionsOrBuilder(int index)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Parameter |
Name |
Description |
index |
int
|
getSessionsOrBuilderList()
public List<? extends SessionOrBuilder> getSessionsOrBuilderList()
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.discoveryengine.v1.SessionOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListSessionsResponse other)
public ListSessionsResponse.Builder mergeFrom(ListSessionsResponse other)
public ListSessionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListSessionsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListSessionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeSessions(int index)
public ListSessionsResponse.Builder removeSessions(int index)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Parameter |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListSessionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListSessionsResponse.Builder setNextPageToken(String value)
Pagination token, if not returned indicates the last page.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListSessionsResponse.Builder setNextPageTokenBytes(ByteString value)
Pagination token, if not returned indicates the last page.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListSessionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSessions(int index, Session value)
public ListSessionsResponse.Builder setSessions(int index, Session value)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
Parameters |
Name |
Description |
index |
int
|
value |
Session
|
setSessions(int index, Session.Builder builderForValue)
public ListSessionsResponse.Builder setSessions(int index, Session.Builder builderForValue)
All the Sessions for a given data store.
repeated .google.cloud.discoveryengine.v1.Session sessions = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSessionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides