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

com.volcengine.service.vod.model.business.VodFileUpdateInfoOrBuilder 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 VodFileUpdateInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodFileUpdateInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string FileName = 1;
   * @return The fileName.
   */
  java.lang.String getFileName();
  /**
   * string FileName = 1;
   * @return The bytes for fileName.
   */
  com.google.protobuf.ByteString
      getFileNameBytes();

  /**
   * string StorageClass = 2;
   * @return The storageClass.
   */
  java.lang.String getStorageClass();
  /**
   * string StorageClass = 2;
   * @return The bytes for storageClass.
   */
  com.google.protobuf.ByteString
      getStorageClassBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy