public static interface ByteplusSaasRetail.FinishWriteDataRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ByteplusSaasRetail.Date |
getDataDates(int index)
Optional.
|
int |
getDataDatesCount()
Optional.
|
List<ByteplusSaasRetail.Date> |
getDataDatesList()
Optional.
|
ByteplusSaasRetail.DateOrBuilder |
getDataDatesOrBuilder(int index)
Optional.
|
List<? extends ByteplusSaasRetail.DateOrBuilder> |
getDataDatesOrBuilderList()
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 |
getTopic()
Optional.
|
com.google.protobuf.ByteString |
getTopicBytes()
Optional.
|
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;String getTopic()
Optional. topic is datatype, which specify the type of data users are going to write. in WriteOthers, topic should not be missing in request, In other cases, the topic can be omitted. The acceptable values are "user", "goods", "behavior", and "others" user: user data goods: product data behavior: user event data others: It is temporarily set to "others", the specific value depends on your need.
string topic = 3;com.google.protobuf.ByteString getTopicBytes()
Optional. topic is datatype, which specify the type of data users are going to write. in WriteOthers, topic should not be missing in request, In other cases, the topic can be omitted. The acceptable values are "user", "goods", "behavior", and "others" user: user data goods: product data behavior: user event data others: It is temporarily set to "others", the specific value depends on your need.
string topic = 3;List<ByteplusSaasRetail.Date> getDataDatesList()
Optional. When finish user events, data_dates should not be missing
repeated .bytedance.byteplus.rec.retail.Date data_dates = 10;ByteplusSaasRetail.Date getDataDates(int index)
Optional. When finish user events, data_dates should not be missing
repeated .bytedance.byteplus.rec.retail.Date data_dates = 10;int getDataDatesCount()
Optional. When finish user events, data_dates should not be missing
repeated .bytedance.byteplus.rec.retail.Date data_dates = 10;List<? extends ByteplusSaasRetail.DateOrBuilder> getDataDatesOrBuilderList()
Optional. When finish user events, data_dates should not be missing
repeated .bytedance.byteplus.rec.retail.Date data_dates = 10;ByteplusSaasRetail.DateOrBuilder getDataDatesOrBuilder(int index)
Optional. When finish user events, data_dates should not be missing
repeated .bytedance.byteplus.rec.retail.Date data_dates = 10;Copyright © 2022. All rights reserved.