public interface ListWorkflowTemplatesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Output only.
|
com.google.protobuf.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.
|
String |
getUnreachable(int index)
Output only.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
Output only.
|
int |
getUnreachableCount()
Output only.
|
List<String> |
getUnreachableList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];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];List<String> getUnreachableList()
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];int getUnreachableCount()
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getUnreachable(int index)
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.