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

com.byteplus.service.vod.model.business.EnhanceOverrideOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_workflow.proto

package com.byteplus.service.vod.model.business;

public interface EnhanceOverrideOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.EnhanceOverride)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 增强存储模式
   * 
* * string StorageMode = 1; * @return The storageMode. */ java.lang.String getStorageMode(); /** *
   * 增强存储模式
   * 
* * string StorageMode = 1; * @return The bytes for storageMode. */ com.google.protobuf.ByteString getStorageModeBytes(); /** *
   * 文件名
   * 
* * string FileName = 2; * @return The fileName. */ java.lang.String getFileName(); /** *
   * 文件名
   * 
* * string FileName = 2; * @return The bytes for fileName. */ com.google.protobuf.ByteString getFileNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy