public interface ValuePairOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getImageUrls(int index)
图集url
|
com.google.protobuf.ByteString |
getImageUrlsBytes(int index)
图集url
|
int |
getImageUrlsCount()
图集url
|
List<String> |
getImageUrlsList()
图集url
|
String |
getJobId()
Url对应的JobId
|
com.google.protobuf.ByteString |
getJobIdBytes()
Url对应的JobId
|
String |
getSourceUrl()
用户上传的Url
|
com.google.protobuf.ByteString |
getSourceUrlBytes()
用户上传的Url
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getJobId()
Url对应的JobId
string JobId = 1;com.google.protobuf.ByteString getJobIdBytes()
Url对应的JobId
string JobId = 1;String getSourceUrl()
用户上传的Url
string SourceUrl = 2;com.google.protobuf.ByteString getSourceUrlBytes()
用户上传的Url
string SourceUrl = 2;List<String> getImageUrlsList()
图集url
repeated string ImageUrls = 3;int getImageUrlsCount()
图集url
repeated string ImageUrls = 3;String getImageUrls(int index)
图集url
repeated string ImageUrls = 3;index - The index of the element to return.com.google.protobuf.ByteString getImageUrlsBytes(int index)
图集url
repeated string ImageUrls = 3;index - The index of the value to return.Copyright © 2025. All rights reserved.