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

com.byteplus.service.vod.model.business.MediaBlockStatusOrBuilder Maven / Gradle / Ivy

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

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

public interface MediaBlockStatusOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.MediaBlockStatus)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *视频Id
   * 
* * string Vid = 1; * @return The vid. */ java.lang.String getVid(); /** *
   *视频Id
   * 
* * string Vid = 1; * @return The bytes for vid. */ com.google.protobuf.ByteString getVidBytes(); /** *
   *封禁状态:blocked,blocking,unblocking,normal
   * 
* * string Status = 2; * @return The status. */ java.lang.String getStatus(); /** *
   *封禁状态:blocked,blocking,unblocking,normal
   * 
* * string Status = 2; * @return The bytes for status. */ com.google.protobuf.ByteString getStatusBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy