public interface ValuePairOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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, hasOneof
String 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;
Copyright © 2022. All rights reserved.