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