com.volcengine.service.vod.model.business.FlushUploadResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_upload.proto
package com.volcengine.service.vod.model.business;
public interface FlushUploadResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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();
/**
* .Volcengine.Vod.Models.Business.VodSourceInfo SourceInfo = 4;
* @return Whether the sourceInfo field is set.
*/
boolean hasSourceInfo();
/**
* .Volcengine.Vod.Models.Business.VodSourceInfo SourceInfo = 4;
* @return The sourceInfo.
*/
com.volcengine.service.vod.model.business.VodSourceInfo getSourceInfo();
/**
* .Volcengine.Vod.Models.Business.VodSourceInfo SourceInfo = 4;
*/
com.volcengine.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