public static interface Api.ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIdx()
the index of url
|
String |
getLogoUrl()
the logo of url
|
com.google.protobuf.ByteString |
getLogoUrlBytes()
the logo of url
|
String |
getPcUrl()
the url be used for pc
|
com.google.protobuf.ByteString |
getPcUrlBytes()
the url be used for pc
|
String |
getSiteName()
the topic of url
|
com.google.protobuf.ByteString |
getSiteNameBytes()
the topic of url
|
String |
getUrl()
url
|
com.google.protobuf.ByteString |
getUrlBytes()
url
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
url
string url = 1;com.google.protobuf.ByteString getUrlBytes()
url
string url = 1;int getIdx()
the index of url
int32 idx = 2;String getLogoUrl()
the logo of url
string logo_url = 3;com.google.protobuf.ByteString getLogoUrlBytes()
the logo of url
string logo_url = 3;String getPcUrl()
the url be used for pc
string pc_url = 4;com.google.protobuf.ByteString getPcUrlBytes()
the url be used for pc
string pc_url = 4;String getSiteName()
the topic of url
string site_name = 5;com.google.protobuf.ByteString getSiteNameBytes()
the topic of url
string site_name = 5;Copyright © 2025. All rights reserved.