Send feedback
Class ListSessionsResponse.Builder
Stay organized with collections
Save and categorize content based on your preferences.
Version 6.20.0 keyboard_arrow_down
public static final class ListSessionsResponse . Builder extends GeneratedMessageV3 . Builder<ListSessionsResponse . Builder > implements ListSessionsResponseOrBuilder
The response for ListSessions .
Protobuf type google.spanner.v1.ListSessionsResponse
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllSessions(Iterable<? extends Session> values)
public ListSessionsResponse . Builder addAllSessions ( Iterable <? extends Session > values )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameter
Name Description values Iterable <? extends com.google.spanner.v1.Session >
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListSessionsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
addSessions(Session value)
public ListSessionsResponse . Builder addSessions ( Session value )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameter
Returns
addSessions(Session.Builder builderForValue)
public ListSessionsResponse . Builder addSessions ( Session . Builder builderForValue )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameter
Returns
addSessions(int index, Session value)
public ListSessionsResponse . Builder addSessions ( int index , Session value )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameters
Returns
addSessions(int index, Session.Builder builderForValue)
public ListSessionsResponse . Builder addSessions ( int index , Session . Builder builderForValue )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameters
Returns
addSessionsBuilder()
public Session . Builder addSessionsBuilder ()
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Returns
addSessionsBuilder(int index)
public Session . Builder addSessionsBuilder ( int index )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameter
Returns
build()
public ListSessionsResponse build ()
Returns
buildPartial()
public ListSessionsResponse buildPartial ()
Returns
clear()
public ListSessionsResponse . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListSessionsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearNextPageToken()
public ListSessionsResponse . Builder clearNextPageToken ()
next_page_token
can be sent in a subsequent
ListSessions call to fetch more of the matching
sessions.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSessionsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearSessions()
public ListSessionsResponse . Builder clearSessions ()
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Returns
clone()
public ListSessionsResponse . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public ListSessionsResponse getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getNextPageToken()
public String getNextPageToken ()
next_page_token
can be sent in a subsequent
ListSessions call to fetch more of the matching
sessions.
string next_page_token = 2;
Returns
Type Description String The nextPageToken.
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes ()
next_page_token
can be sent in a subsequent
ListSessions call to fetch more of the matching
sessions.
string next_page_token = 2;
Returns
Type Description ByteString The bytes for nextPageToken.
getSessions(int index)
public Session getSessions ( int index )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameter
Returns
getSessionsBuilder(int index)
public Session . Builder getSessionsBuilder ( int index )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameter
Returns
getSessionsBuilderList()
public List<Session . Builder > getSessionsBuilderList ()
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Returns
getSessionsCount()
public int getSessionsCount ()
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Returns
getSessionsList()
public List<Session> getSessionsList ()
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Returns
getSessionsOrBuilder(int index)
public SessionOrBuilder getSessionsOrBuilder ( int index )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameter
Returns
getSessionsOrBuilderList()
public List <? extends SessionOrBuilder > getSessionsOrBuilderList ()
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Returns
Type Description List <? extends com.google.spanner.v1.SessionOrBuilder >
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
public ListSessionsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListSessionsResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeFrom(ListSessionsResponse other)
public ListSessionsResponse . Builder mergeFrom ( ListSessionsResponse other )
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListSessionsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
removeSessions(int index)
public ListSessionsResponse . Builder removeSessions ( int index )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListSessionsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListSessionsResponse . Builder setNextPageToken ( String value )
next_page_token
can be sent in a subsequent
ListSessions call to fetch more of the matching
sessions.
string next_page_token = 2;
Parameter
Name Description value String
The nextPageToken to set.
Returns
setNextPageTokenBytes(ByteString value)
public ListSessionsResponse . Builder setNextPageTokenBytes ( ByteString value )
next_page_token
can be sent in a subsequent
ListSessions call to fetch more of the matching
sessions.
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 ListSessionsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setSessions(int index, Session value)
public ListSessionsResponse . Builder setSessions ( int index , Session value )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameters
Returns
setSessions(int index, Session.Builder builderForValue)
public ListSessionsResponse . Builder setSessions ( int index , Session . Builder builderForValue )
The list of requested sessions.
repeated .google.spanner.v1.Session sessions = 1;
Parameters
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSessionsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]