com.volcengine.service.vod.model.business.VodUpdateFileStorageClassDataOrBuilder 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_media.proto
package com.volcengine.service.vod.model.business;
public interface VodUpdateFileStorageClassDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodUpdateFileStorageClassData)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string NotExistFileNames = 1;
* @return A list containing the notExistFileNames.
*/
java.util.List
getNotExistFileNamesList();
/**
* repeated string NotExistFileNames = 1;
* @return The count of notExistFileNames.
*/
int getNotExistFileNamesCount();
/**
* repeated string NotExistFileNames = 1;
* @param index The index of the element to return.
* @return The notExistFileNames at the given index.
*/
java.lang.String getNotExistFileNames(int index);
/**
* repeated string NotExistFileNames = 1;
* @param index The index of the value to return.
* @return The bytes of the notExistFileNames at the given index.
*/
com.google.protobuf.ByteString
getNotExistFileNamesBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy