public interface ListSessionTemplatesResponseOrBuilder
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.
|
SessionTemplate |
getSessionTemplates(int index)
Output only.
|
int |
getSessionTemplatesCount()
Output only.
|
List<SessionTemplate> |
getSessionTemplatesList()
Output only.
|
SessionTemplateOrBuilder |
getSessionTemplatesOrBuilder(int index)
Output only.
|
List<? extends SessionTemplateOrBuilder> |
getSessionTemplatesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SessionTemplate> getSessionTemplatesList()
Output only. Session template list
repeated .google.cloud.dataproc.v1.SessionTemplate session_templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
SessionTemplate getSessionTemplates(int index)
Output only. Session template list
repeated .google.cloud.dataproc.v1.SessionTemplate session_templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getSessionTemplatesCount()
Output only. Session template list
repeated .google.cloud.dataproc.v1.SessionTemplate session_templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends SessionTemplateOrBuilder> getSessionTemplatesOrBuilderList()
Output only. Session template list
repeated .google.cloud.dataproc.v1.SessionTemplate session_templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
SessionTemplateOrBuilder getSessionTemplatesOrBuilder(int index)
Output only. Session template list
repeated .google.cloud.dataproc.v1.SessionTemplate session_templates = 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.