com.byteplus.service.vod.model.business.DescribeVodSnapshotDataItemOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_measure.proto
package com.byteplus.service.vod.model.business;
public interface DescribeVodSnapshotDataItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.DescribeVodSnapshotDataItem)
com.google.protobuf.MessageOrBuilder {
/**
* string Time = 1;
* @return The time.
*/
java.lang.String getTime();
/**
* string Time = 1;
* @return The bytes for time.
*/
com.google.protobuf.ByteString
getTimeBytes();
/**
* int64 Count = 2;
* @return The count.
*/
long getCount();
}