com.byteplus.service.vod.model.request.VodGetDirectEditResultRequestOrBuilder Maven / Gradle / Ivy
// 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 VodGetDirectEditResultRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodGetDirectEditResultRequest)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string ReqIds = 1;
* @return A list containing the reqIds.
*/
java.util.List
getReqIdsList();
/**
* repeated string ReqIds = 1;
* @return The count of reqIds.
*/
int getReqIdsCount();
/**
* repeated string ReqIds = 1;
* @param index The index of the element to return.
* @return The reqIds at the given index.
*/
java.lang.String getReqIds(int index);
/**
* repeated string ReqIds = 1;
* @param index The index of the value to return.
* @return The bytes of the reqIds at the given index.
*/
com.google.protobuf.ByteString
getReqIdsBytes(int index);
}