com.byteplus.service.vod.model.business.VodUpdateMediaStorageClassDataOrBuilder Maven / Gradle / Ivy
// 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 VodUpdateMediaStorageClassDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodUpdateMediaStorageClassData)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string NotExistVids = 1;
* @return A list containing the notExistVids.
*/
java.util.List
getNotExistVidsList();
/**
* repeated string NotExistVids = 1;
* @return The count of notExistVids.
*/
int getNotExistVidsCount();
/**
* repeated string NotExistVids = 1;
* @param index The index of the element to return.
* @return The notExistVids at the given index.
*/
java.lang.String getNotExistVids(int index);
/**
* repeated string NotExistVids = 1;
* @param index The index of the value to return.
* @return The bytes of the notExistVids at the given index.
*/
com.google.protobuf.ByteString
getNotExistVidsBytes(int index);
}