com.volcengine.service.vod.model.request.VodSubmitBlockObjectTasksRequestOrBuilder 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/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodSubmitBlockObjectTasksRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodSubmitBlockObjectTasksRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*空间名称
*
*
* string SpaceName = 1;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
*
*空间名称
*
*
* string SpaceName = 1;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
/**
*
*操作类型 forbid recover
*
*
* string Operation = 2;
* @return The operation.
*/
java.lang.String getOperation();
/**
*
*操作类型 forbid recover
*
*
* string Operation = 2;
* @return The bytes for operation.
*/
com.google.protobuf.ByteString
getOperationBytes();
/**
*
*经过urlEncode后的filename 使用,拼接 最多20个
*
*
* string FileNamesUrlEncoded = 3;
* @return The fileNamesUrlEncoded.
*/
java.lang.String getFileNamesUrlEncoded();
/**
*
*经过urlEncode后的filename 使用,拼接 最多20个
*
*
* string FileNamesUrlEncoded = 3;
* @return The bytes for fileNamesUrlEncoded.
*/
com.google.protobuf.ByteString
getFileNamesUrlEncodedBytes();
/**
*
*是否刷新cdn enable disable
*
*
* string RefreshCdn = 4;
* @return The refreshCdn.
*/
java.lang.String getRefreshCdn();
/**
*
*是否刷新cdn enable disable
*
*
* string RefreshCdn = 4;
* @return The bytes for refreshCdn.
*/
com.google.protobuf.ByteString
getRefreshCdnBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy