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

com.volcengine.service.vod.model.business.VodUpdateFileStorageClassDataOrBuilder 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/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