Interface ListWorkflowTemplatesResponseOrBuilder

    • Method Detail

      • getTemplatesList

        List<WorkflowTemplate> getTemplatesList()
         Output only. WorkflowTemplates list.
         
        repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTemplates

        WorkflowTemplate getTemplates​(int index)
         Output only. WorkflowTemplates list.
         
        repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTemplatesCount

        int getTemplatesCount()
         Output only. WorkflowTemplates list.
         
        repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTemplatesOrBuilderList

        List<? extends WorkflowTemplateOrBuilder> getTemplatesOrBuilderList()
         Output only. WorkflowTemplates list.
         
        repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTemplatesOrBuilder

        WorkflowTemplateOrBuilder getTemplatesOrBuilder​(int index)
         Output only. WorkflowTemplates list.
         
        repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getNextPageToken

        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];
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.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];
        Returns:
        The bytes for nextPageToken.