public interface ImpRetrieveJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getJobIds(int index)
想获取的工作流执行记录列表
repeated string JobIds = 1; |
com.google.protobuf.ByteString |
getJobIdsBytes(int index)
想获取的工作流执行记录列表
repeated string JobIds = 1; |
int |
getJobIdsCount()
想获取的工作流执行记录列表
repeated string JobIds = 1; |
List<String> |
getJobIdsList()
想获取的工作流执行记录列表
repeated string JobIds = 1; |
List<String> getJobIdsList()
想获取的工作流执行记录列表
repeated string JobIds = 1;
int getJobIdsCount()
想获取的工作流执行记录列表
repeated string JobIds = 1;
String getJobIds(int index)
想获取的工作流执行记录列表
repeated string JobIds = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getJobIdsBytes(int index)
想获取的工作流执行记录列表
repeated string JobIds = 1;
index
- The index of the value to return.Copyright © 2024. All rights reserved.