public interface VodCdnIpInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getCdnIp()
是否是火山cdn的ip
|
String |
getIp()
ip地址
|
com.google.protobuf.ByteString |
getIpBytes()
ip地址
|
String |
getIsp()
IP所属运营商,非火山cdn返回"-"
|
com.google.protobuf.ByteString |
getIspBytes()
IP所属运营商,非火山cdn返回"-"
|
String |
getLocation()
IP所属地区,非火山cdn返回"-"
|
com.google.protobuf.ByteString |
getLocationBytes()
IP所属地区,非火山cdn返回"-"
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getIp()
ip地址
string Ip = 1;
com.google.protobuf.ByteString getIpBytes()
ip地址
string Ip = 1;
boolean getCdnIp()
是否是火山cdn的ip
bool CdnIp = 2;
String getLocation()
IP所属地区,非火山cdn返回"-"
string Location = 3;
com.google.protobuf.ByteString getLocationBytes()
IP所属地区,非火山cdn返回"-"
string Location = 3;
String getIsp()
IP所属运营商,非火山cdn返回"-"
string Isp = 4;
com.google.protobuf.ByteString getIspBytes()
IP所属运营商,非火山cdn返回"-"
string Isp = 4;
Copyright © 2022. All rights reserved.