public static interface ByteplusSaasRetail.WriteDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsExtra(String key)
Optional.
|
String |
getData(int index)
Required
Array of json strings.
|
com.google.protobuf.ByteString |
getDataBytes(int index)
Required
Array of json strings.
|
int |
getDataCount()
Required
Array of json strings.
|
List<String> |
getDataList()
Required
Array of json strings.
|
Map<String,String> |
getExtra()
已过时。
|
int |
getExtraCount()
Optional.
|
Map<String,String> |
getExtraMap()
Optional.
|
String |
getExtraOrDefault(String key,
String defaultValue)
Optional.
|
String |
getExtraOrThrow(String key)
Optional.
|
String |
getProjectId()
Required
Id of the recommendation project.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Required
Id of the recommendation project.
|
String |
getStage()
Required
The stage of importing data,Corresponding to the three synchronization stages of the recommendation platform
Possible type values:
"trial":Test data/pre-synchronization stage
"historical":Historical data synchronization stage
"incremental":Incremental real-time data synchronization stage
string stage = 2; |
com.google.protobuf.ByteString |
getStageBytes()
Required
The stage of importing data,Corresponding to the three synchronization stages of the recommendation platform
Possible type values:
"trial":Test data/pre-synchronization stage
"historical":Historical data synchronization stage
"incremental":Incremental real-time data synchronization stage
string stage = 2; |
String getProjectId()
Required Id of the recommendation project.
string project_id = 1;com.google.protobuf.ByteString getProjectIdBytes()
Required Id of the recommendation project.
string project_id = 1;String getStage()
Required The stage of importing data,Corresponding to the three synchronization stages of the recommendation platform Possible type values: "trial":Test data/pre-synchronization stage "historical":Historical data synchronization stage "incremental":Incremental real-time data synchronization stage
string stage = 2;com.google.protobuf.ByteString getStageBytes()
Required The stage of importing data,Corresponding to the three synchronization stages of the recommendation platform Possible type values: "trial":Test data/pre-synchronization stage "historical":Historical data synchronization stage "incremental":Incremental real-time data synchronization stage
string stage = 2;List<String> getDataList()
Required Array of json strings. Each element of the array is a json serialized string of customer data.
repeated string data = 10;int getDataCount()
Required Array of json strings. Each element of the array is a json serialized string of customer data.
repeated string data = 10;String getData(int index)
Required Array of json strings. Each element of the array is a json serialized string of customer data.
repeated string data = 10;index - The index of the element to return.com.google.protobuf.ByteString getDataBytes(int index)
Required Array of json strings. Each element of the array is a json serialized string of customer data.
repeated string data = 10;index - The index of the value to return.int getExtraCount()
Optional. This is a catch-all field to pass all the additional information. Please provide as much information as possible.
map<string, string> extra = 100;boolean containsExtra(String key)
Optional. This is a catch-all field to pass all the additional information. Please provide as much information as possible.
map<string, string> extra = 100;@Deprecated Map<String,String> getExtra()
getExtraMap() instead.Map<String,String> getExtraMap()
Optional. This is a catch-all field to pass all the additional information. Please provide as much information as possible.
map<string, string> extra = 100;String getExtraOrDefault(String key, String defaultValue)
Optional. This is a catch-all field to pass all the additional information. Please provide as much information as possible.
map<string, string> extra = 100;Copyright © 2022. All rights reserved.