public interface ListWorkflowsResponseOrBuilder
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.
|
String |
getUnreachable(int index)
Unreachable resources.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
Unreachable resources.
|
int |
getUnreachableCount()
Unreachable resources.
|
List<String> |
getUnreachableList()
Unreachable resources.
|
Workflow |
getWorkflows(int index)
The workflows that match the request.
|
int |
getWorkflowsCount()
The workflows that match the request.
|
List<Workflow> |
getWorkflowsList()
The workflows that match the request.
|
WorkflowOrBuilder |
getWorkflowsOrBuilder(int index)
The workflows that match the request.
|
List<? extends WorkflowOrBuilder> |
getWorkflowsOrBuilderList()
The workflows that match the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Workflow> getWorkflowsList()
The workflows that match the request.
repeated .google.cloud.workflows.v1.Workflow workflows = 1;Workflow getWorkflows(int index)
The workflows that match the request.
repeated .google.cloud.workflows.v1.Workflow workflows = 1;int getWorkflowsCount()
The workflows that match the request.
repeated .google.cloud.workflows.v1.Workflow workflows = 1;List<? extends WorkflowOrBuilder> getWorkflowsOrBuilderList()
The workflows that match the request.
repeated .google.cloud.workflows.v1.Workflow workflows = 1;WorkflowOrBuilder getWorkflowsOrBuilder(int index)
The workflows that match the request.
repeated .google.cloud.workflows.v1.Workflow workflows = 1;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;List<String> getUnreachableList()
Unreachable resources.
repeated string unreachable = 3;int getUnreachableCount()
Unreachable resources.
repeated string unreachable = 3;String getUnreachable(int index)
Unreachable resources.
repeated string unreachable = 3;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
Unreachable resources.
repeated string unreachable = 3;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.