public static interface ByteplusSaasRetail.Product.DisplayOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCoverMultimediaUrl()
Optional.
|
com.google.protobuf.ByteString |
getCoverMultimediaUrlBytes()
Optional.
|
String |
getDetailPageDisplayTags(int index)
Optional.
|
com.google.protobuf.ByteString |
getDetailPageDisplayTagsBytes(int index)
Optional.
|
int |
getDetailPageDisplayTagsCount()
Optional.
|
List<String> |
getDetailPageDisplayTagsList()
Optional.
|
String |
getListingPageDisplayTags(int index)
Optional.
|
com.google.protobuf.ByteString |
getListingPageDisplayTagsBytes(int index)
Optional.
|
int |
getListingPageDisplayTagsCount()
Optional.
|
List<String> |
getListingPageDisplayTagsList()
Optional.
|
String |
getListingPageDisplayType()
Optional.
|
com.google.protobuf.ByteString |
getListingPageDisplayTypeBytes()
Optional.
|
List<String> getListingPageDisplayTagsList()
Optional. The tags visible to the users on the listing page. Please fill as much as possible. Sample values are: "best seller", "hot sales", etc.
repeated string listing_page_display_tags = 1;int getListingPageDisplayTagsCount()
Optional. The tags visible to the users on the listing page. Please fill as much as possible. Sample values are: "best seller", "hot sales", etc.
repeated string listing_page_display_tags = 1;String getListingPageDisplayTags(int index)
Optional. The tags visible to the users on the listing page. Please fill as much as possible. Sample values are: "best seller", "hot sales", etc.
repeated string listing_page_display_tags = 1;index - The index of the element to return.com.google.protobuf.ByteString getListingPageDisplayTagsBytes(int index)
Optional. The tags visible to the users on the listing page. Please fill as much as possible. Sample values are: "best seller", "hot sales", etc.
repeated string listing_page_display_tags = 1;index - The index of the value to return.List<String> getDetailPageDisplayTagsList()
Optional. The tags visible in the details page. Please fill as much as possible. Sample values are: "free shipping", "1 year guarantee", etc
repeated string detail_page_display_tags = 2;int getDetailPageDisplayTagsCount()
Optional. The tags visible in the details page. Please fill as much as possible. Sample values are: "free shipping", "1 year guarantee", etc
repeated string detail_page_display_tags = 2;String getDetailPageDisplayTags(int index)
Optional. The tags visible in the details page. Please fill as much as possible. Sample values are: "free shipping", "1 year guarantee", etc
repeated string detail_page_display_tags = 2;index - The index of the element to return.com.google.protobuf.ByteString getDetailPageDisplayTagsBytes(int index)
Optional. The tags visible in the details page. Please fill as much as possible. Sample values are: "free shipping", "1 year guarantee", etc
repeated string detail_page_display_tags = 2;index - The index of the value to return.String getListingPageDisplayType()
Optional. The product display media type in ths listing page. The only acceptable values are ["image", "video", "other"].
string listing_page_display_type = 3;com.google.protobuf.ByteString getListingPageDisplayTypeBytes()
Optional. The product display media type in ths listing page. The only acceptable values are ["image", "video", "other"].
string listing_page_display_type = 3;String getCoverMultimediaUrl()
Optional. When `listing_page_display_type` is one of the multi-media types, put the url here.
string cover_multimedia_url = 4;com.google.protobuf.ByteString getCoverMultimediaUrlBytes()
Optional. When `listing_page_display_type` is one of the multi-media types, put the url here.
string cover_multimedia_url = 4;Copyright © 2022. All rights reserved.