com.volcengine.service.live.model.business.CDNSnapshotHistoryOrBuilder 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: live/business/snapshot_manage.proto
package com.volcengine.service.live.model.business;
public interface CDNSnapshotHistoryOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.CDNSnapshotHistory)
com.google.protobuf.MessageOrBuilder {
/**
*
* Vhost表示视频直播服务的配置空间
*
*
* string Vhost = 1;
* @return The vhost.
*/
String getVhost();
/**
*
* Vhost表示视频直播服务的配置空间
*
*
* string Vhost = 1;
* @return The bytes for vhost.
*/
com.google.protobuf.ByteString
getVhostBytes();
/**
*
* 应用名称
*
*
* string App = 2;
* @return The app.
*/
String getApp();
/**
*
* 应用名称
*
*
* string App = 2;
* @return The bytes for app.
*/
com.google.protobuf.ByteString
getAppBytes();
/**
*
* 流名称
*
*
* string Stream = 3;
* @return The stream.
*/
String getStream();
/**
*
* 流名称
*
*
* string Stream = 3;
* @return The bytes for stream.
*/
com.google.protobuf.ByteString
getStreamBytes();
/**
*
* 截图文件保存的路径
*
*
* string Path = 4;
* @return The path.
*/
String getPath();
/**
*
* 截图文件保存的路径
*
*
* string Path = 4;
* @return The bytes for path.
*/
com.google.protobuf.ByteString
getPathBytes();
/**
*
*文件大小
*
*
* string FileName = 5;
* @return The fileName.
*/
String getFileName();
/**
*
*文件大小
*
*
* string FileName = 5;
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString
getFileNameBytes();
/**
*
* 直播流开始时间
*
*
* string TimeStamp = 6;
* @return The timeStamp.
*/
String getTimeStamp();
/**
*
* 直播流开始时间
*
*
* string TimeStamp = 6;
* @return The bytes for timeStamp.
*/
com.google.protobuf.ByteString
getTimeStampBytes();
/**
*
* 视频宽度
*
*
* int64 Width = 7;
* @return The width.
*/
long getWidth();
/**
*
* 视频高度
*
*
* int64 Height = 8;
* @return The height.
*/
long getHeight();
/**
*
* 直播流开始时间
*
*
* string ServiceID = 9;
* @return The serviceID.
*/
String getServiceID();
/**
*
* 直播流开始时间
*
*
* string ServiceID = 9;
* @return The bytes for serviceID.
*/
com.google.protobuf.ByteString
getServiceIDBytes();
/**
*
* 直播流开始时间
*
*
* string URI = 10;
* @return The uRI.
*/
String getURI();
/**
*
* 直播流开始时间
*
*
* string URI = 10;
* @return The bytes for uRI.
*/
com.google.protobuf.ByteString
getURIBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy