public static interface ByteplusSaasRetail.Product.BrandOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBrandDepth()
Required.
|
String |
getIdOrName()
Required.
|
com.google.protobuf.ByteString |
getIdOrNameBytes()
Required.
|
int getBrandDepth()
Required. The brand depth. This is consecutive (1-based) and ascending.
int32 brand_depth = 1;String getIdOrName()
Required. The id or name of the brand at this depth.
string id_or_name = 2;com.google.protobuf.ByteString getIdOrNameBytes()
Required. The id or name of the brand at this depth.
string id_or_name = 2;Copyright © 2022. All rights reserved.