com.byteplus.service.vod.model.business.VodCdnIpInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_cdn.proto
package com.byteplus.service.vod.model.business;
public interface VodCdnIpInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodCdnIpInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* ip地址
*
*
* string Ip = 1;
* @return The ip.
*/
java.lang.String getIp();
/**
*
* ip地址
*
*
* string Ip = 1;
* @return The bytes for ip.
*/
com.google.protobuf.ByteString
getIpBytes();
/**
*
*是否是火山cdn的ip
*
*
* bool CdnIp = 2;
* @return The cdnIp.
*/
boolean getCdnIp();
/**
*
* IP所属地区,非火山cdn返回"-"
*
*
* string Location = 3;
* @return The location.
*/
java.lang.String getLocation();
/**
*
* IP所属地区,非火山cdn返回"-"
*
*
* string Location = 3;
* @return The bytes for location.
*/
com.google.protobuf.ByteString
getLocationBytes();
/**
*
* IP所属运营商,非火山cdn返回"-"
*
*
* string Isp = 4;
* @return The isp.
*/
java.lang.String getIsp();
/**
*
* IP所属运营商,非火山cdn返回"-"
*
*
* string Isp = 4;
* @return The bytes for isp.
*/
com.google.protobuf.ByteString
getIspBytes();
}