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

com.byteplus.service.vod.model.business.FlushUploadResultOrBuilder 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_upload.proto

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

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

  /**
   * bool FlushUpload = 1;
   * @return The flushUpload.
   */
  boolean getFlushUpload();

  /**
   * string Vid = 2;
   * @return The vid.
   */
  java.lang.String getVid();
  /**
   * string Vid = 2;
   * @return The bytes for vid.
   */
  com.google.protobuf.ByteString
      getVidBytes();

  /**
   * string Mid = 3;
   * @return The mid.
   */
  java.lang.String getMid();
  /**
   * string Mid = 3;
   * @return The bytes for mid.
   */
  com.google.protobuf.ByteString
      getMidBytes();

  /**
   * .Byteplus.Vod.Models.Business.VodSourceInfo SourceInfo = 4;
   * @return Whether the sourceInfo field is set.
   */
  boolean hasSourceInfo();
  /**
   * .Byteplus.Vod.Models.Business.VodSourceInfo SourceInfo = 4;
   * @return The sourceInfo.
   */
  com.byteplus.service.vod.model.business.VodSourceInfo getSourceInfo();
  /**
   * .Byteplus.Vod.Models.Business.VodSourceInfo SourceInfo = 4;
   */
  com.byteplus.service.vod.model.business.VodSourceInfoOrBuilder getSourceInfoOrBuilder();

  /**
   * string PosterUri = 5;
   * @return The posterUri.
   */
  java.lang.String getPosterUri();
  /**
   * string PosterUri = 5;
   * @return The bytes for posterUri.
   */
  com.google.protobuf.ByteString
      getPosterUriBytes();

  /**
   * string CallbackArgs = 6;
   * @return The callbackArgs.
   */
  java.lang.String getCallbackArgs();
  /**
   * string CallbackArgs = 6;
   * @return The bytes for callbackArgs.
   */
  com.google.protobuf.ByteString
      getCallbackArgsBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy