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

com.volcengine.service.vod.model.request.VodDeleteMediaTosFileRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto

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

public interface VodDeleteMediaTosFileRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodDeleteMediaTosFileRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *文件路径,最多支持1000个
   * 
* * repeated string FileNames = 1; * @return A list containing the fileNames. */ java.util.List getFileNamesList(); /** *
   *文件路径,最多支持1000个
   * 
* * repeated string FileNames = 1; * @return The count of fileNames. */ int getFileNamesCount(); /** *
   *文件路径,最多支持1000个
   * 
* * repeated string FileNames = 1; * @param index The index of the element to return. * @return The fileNames at the given index. */ java.lang.String getFileNames(int index); /** *
   *文件路径,最多支持1000个
   * 
* * repeated string FileNames = 1; * @param index The index of the value to return. * @return The bytes of the fileNames at the given index. */ com.google.protobuf.ByteString getFileNamesBytes(int index); /** *
   *空间名
   * 
* * string SpaceName = 2; * @return The spaceName. */ java.lang.String getSpaceName(); /** *
   *空间名
   * 
* * string SpaceName = 2; * @return The bytes for spaceName. */ com.google.protobuf.ByteString getSpaceNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy