public interface ListExecutionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Execution |
getExecutions(int index)
The resulting list of Executions.
|
int |
getExecutionsCount()
The resulting list of Executions.
|
List<Execution> |
getExecutionsList()
The resulting list of Executions.
|
ExecutionOrBuilder |
getExecutionsOrBuilder(int index)
The resulting list of Executions.
|
List<? extends ExecutionOrBuilder> |
getExecutionsOrBuilderList()
The resulting list of Executions.
|
String |
getNextPageToken()
A token indicating there are more items than page_size.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token indicating there are more items than page_size.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Execution> getExecutionsList()
The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;Execution getExecutions(int index)
The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;int getExecutionsCount()
The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;ExecutionOrBuilder getExecutionsOrBuilder(int index)
The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;String getNextPageToken()
A token indicating there are more items than page_size. Use it in the next ListExecutions request to continue.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token indicating there are more items than page_size. Use it in the next ListExecutions request to continue.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.