public interface ListSessionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as `page_token`, to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token`, to retrieve the next page.
|
Session |
getSessions(int index)
Output only.
|
int |
getSessionsCount()
Output only.
|
List<Session> |
getSessionsList()
Output only.
|
SessionOrBuilder |
getSessionsOrBuilder(int index)
Output only.
|
List<? extends SessionOrBuilder> |
getSessionsOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Session> getSessionsList()
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
int getSessionsCount()
Output only. The sessions from the specified collection.
repeated .google.cloud.dataproc.v1.Session sessions = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.