public interface ListWorkflowTemplatesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
Output only.
|
ByteString |
getNextPageTokenBytes()
Output only.
|
WorkflowTemplate |
getTemplates(int index)
Output only.
|
int |
getTemplatesCount()
Output only.
|
List<WorkflowTemplate> |
getTemplatesList()
Output only.
|
WorkflowTemplateOrBuilder |
getTemplatesOrBuilder(int index)
Output only.
|
List<? extends WorkflowTemplateOrBuilder> |
getTemplatesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<WorkflowTemplate> getTemplatesList()
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
WorkflowTemplate getTemplates(int index)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getTemplatesCount()
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends WorkflowTemplateOrBuilder> getTemplatesOrBuilderList()
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
WorkflowTemplateOrBuilder getTemplatesOrBuilder(int index)
Output only. WorkflowTemplates list.
repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getNextPageToken()
Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent <code>ListWorkflowTemplatesRequest</code>.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
ByteString getNextPageTokenBytes()
Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent <code>ListWorkflowTemplatesRequest</code>.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2022 Google LLC. All rights reserved.