Interface ListExecutionsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListExecutionsResponse, ListExecutionsResponse.Builder

    public interface ListExecutionsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getExecutionsList

        List<Execution> getExecutionsList()
         The resulting list of Executions.
         
        repeated .google.cloud.run.v2.Execution executions = 1;
      • getExecutions

        Execution getExecutions​(int index)
         The resulting list of Executions.
         
        repeated .google.cloud.run.v2.Execution executions = 1;
      • getExecutionsCount

        int getExecutionsCount()
         The resulting list of Executions.
         
        repeated .google.cloud.run.v2.Execution executions = 1;
      • getExecutionsOrBuilderList

        List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
         The resulting list of Executions.
         
        repeated .google.cloud.run.v2.Execution executions = 1;
      • getExecutionsOrBuilder

        ExecutionOrBuilder getExecutionsOrBuilder​(int index)
         The resulting list of Executions.
         
        repeated .google.cloud.run.v2.Execution executions = 1;
      • getNextPageToken

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

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