com.volcengine.service.vod.model.business.VodCdnIpInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_cdn.proto
package com.volcengine.service.vod.model.business;
public interface VodCdnIpInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy