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

com.byteplus.service.vod.model.request.VodUpdateMediaInfoRequestOrBuilder 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/request/request_vod.proto

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

public interface VodUpdateMediaInfoRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodUpdateMediaInfoRequest)
    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(); /** *
   *视频封面Uri
   * 
* * .google.protobuf.StringValue PosterUri = 2; * @return Whether the posterUri field is set. */ boolean hasPosterUri(); /** *
   *视频封面Uri
   * 
* * .google.protobuf.StringValue PosterUri = 2; * @return The posterUri. */ com.google.protobuf.StringValue getPosterUri(); /** *
   *视频封面Uri
   * 
* * .google.protobuf.StringValue PosterUri = 2; */ com.google.protobuf.StringValueOrBuilder getPosterUriOrBuilder(); /** *
   *视频名称
   * 
* * .google.protobuf.StringValue Title = 3; * @return Whether the title field is set. */ boolean hasTitle(); /** *
   *视频名称
   * 
* * .google.protobuf.StringValue Title = 3; * @return The title. */ com.google.protobuf.StringValue getTitle(); /** *
   *视频名称
   * 
* * .google.protobuf.StringValue Title = 3; */ com.google.protobuf.StringValueOrBuilder getTitleOrBuilder(); /** *
   *视频描述
   * 
* * .google.protobuf.StringValue Description = 4; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   *视频描述
   * 
* * .google.protobuf.StringValue Description = 4; * @return The description. */ com.google.protobuf.StringValue getDescription(); /** *
   *视频描述
   * 
* * .google.protobuf.StringValue Description = 4; */ com.google.protobuf.StringValueOrBuilder getDescriptionOrBuilder(); /** *
   *视频标签
   * 
* * .google.protobuf.StringValue Tags = 5; * @return Whether the tags field is set. */ boolean hasTags(); /** *
   *视频标签
   * 
* * .google.protobuf.StringValue Tags = 5; * @return The tags. */ com.google.protobuf.StringValue getTags(); /** *
   *视频标签
   * 
* * .google.protobuf.StringValue Tags = 5; */ com.google.protobuf.StringValueOrBuilder getTagsOrBuilder(); /** *
   *视频分类Id
   * 
* * .google.protobuf.Int64Value ClassificationId = 6; * @return Whether the classificationId field is set. */ boolean hasClassificationId(); /** *
   *视频分类Id
   * 
* * .google.protobuf.Int64Value ClassificationId = 6; * @return The classificationId. */ com.google.protobuf.Int64Value getClassificationId(); /** *
   *视频分类Id
   * 
* * .google.protobuf.Int64Value ClassificationId = 6; */ com.google.protobuf.Int64ValueOrBuilder getClassificationIdOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy