All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.vod.model.business.DescribeVodPlayFileLogByDomainItemOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: volcengine/vod/business/vod_measure.proto

package com.volcengine.service.vod.model.business;

public interface DescribeVodPlayFileLogByDomainItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.DescribeVodPlayFileLogByDomainItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Date = 1;
   * @return The date.
   */
  java.lang.String getDate();
  /**
   * string Date = 1;
   * @return The bytes for date.
   */
  com.google.protobuf.ByteString
      getDateBytes();

  /**
   * string Domain = 2;
   * @return The domain.
   */
  java.lang.String getDomain();
  /**
   * string Domain = 2;
   * @return The bytes for domain.
   */
  com.google.protobuf.ByteString
      getDomainBytes();

  /**
   * string DownloadUrl = 3;
   * @return The downloadUrl.
   */
  java.lang.String getDownloadUrl();
  /**
   * string DownloadUrl = 3;
   * @return The bytes for downloadUrl.
   */
  com.google.protobuf.ByteString
      getDownloadUrlBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy