public static interface ByteplusSaasRetail.WriteResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
ByteplusSaasRetail.DataError |
getErrors(int index)
When status.code is 1206, errors has a value.
|
int |
getErrorsCount()
When status.code is 1206, errors has a value.
|
List<ByteplusSaasRetail.DataError> |
getErrorsList()
When status.code is 1206, errors has a value.
|
ByteplusSaasRetail.DataErrorOrBuilder |
getErrorsOrBuilder(int index)
When status.code is 1206, errors has a value.
|
List<? extends ByteplusSaasRetail.DataErrorOrBuilder> |
getErrorsOrBuilderList()
When status.code is 1206, errors has a value.
|
ByteplusSaasRetail.Status |
getStatus()
Task execution result.
|
ByteplusSaasRetail.StatusOrBuilder |
getStatusOrBuilder()
Task execution result.
|
boolean |
hasStatus()
Task execution result.
|
boolean hasStatus()
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.retail.Status status = 1;ByteplusSaasRetail.Status getStatus()
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.retail.Status status = 1;ByteplusSaasRetail.StatusOrBuilder getStatusOrBuilder()
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.retail.Status status = 1;List<ByteplusSaasRetail.DataError> getErrorsList()
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.retail.DataError errors = 2;ByteplusSaasRetail.DataError getErrors(int index)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.retail.DataError errors = 2;int getErrorsCount()
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.retail.DataError errors = 2;List<? extends ByteplusSaasRetail.DataErrorOrBuilder> getErrorsOrBuilderList()
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.retail.DataError errors = 2;ByteplusSaasRetail.DataErrorOrBuilder getErrorsOrBuilder(int index)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.retail.DataError errors = 2;Copyright © 2022. All rights reserved.