public static final class ListSessionsResponse.Builder extends GeneratedMessageV3.Builder<ListSessionsResponse.Builder> implements ListSessionsResponseOrBuilder
A list of interactive sessions.
Protobuf type google.cloud.dataproc.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)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.dataproc.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)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
value |
Session
|
addSessions(Session.Builder builderForValue)
public ListSessionsResponse.Builder addSessions(Session.Builder builderForValue)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSessions(int index, Session value)
public ListSessionsResponse.Builder addSessions(int index, Session value)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters |
Name |
Description |
index |
int
|
value |
Session
|
addSessions(int index, Session.Builder builderForValue)
public ListSessionsResponse.Builder addSessions(int index, Session.Builder builderForValue)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSessionsBuilder()
public Session.Builder addSessionsBuilder()
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
addSessionsBuilder(int index)
public Session.Builder addSessionsBuilder(int index)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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()
A token, which can be sent as page_token
, to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSessionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSessions()
public ListSessionsResponse.Builder clearSessions()
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clone()
public ListSessionsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListSessionsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
, to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
, to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getSessions(int index)
public Session getSessions(int index)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSessionsBuilder(int index)
public Session.Builder getSessionsBuilder(int index)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSessionsBuilderList()
public List<Session.Builder> getSessionsBuilderList()
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSessionsCount()
public int getSessionsCount()
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
|
getSessionsList()
public List<Session> getSessionsList()
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSessionsOrBuilder(int index)
public SessionOrBuilder getSessionsOrBuilder(int index)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter |
Name |
Description |
index |
int
|
getSessionsOrBuilderList()
public List<? extends SessionOrBuilder> getSessionsOrBuilderList()
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
List<? extends com.google.cloud.dataproc.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)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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)
A token, which can be sent as page_token
, to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListSessionsResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as page_token
, to retrieve the next page.
If this field is omitted, there are no subsequent pages.
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)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters |
Name |
Description |
index |
int
|
value |
Session
|
setSessions(int index, Session.Builder builderForValue)
public ListSessionsResponse.Builder setSessions(int index, Session.Builder builderForValue)
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSessionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides