com.volcengine.service.vod.model.business.VodHeaderPairOrBuilder 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_upload.proto
package com.volcengine.service.vod.model.business;
public interface VodHeaderPairOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodHeaderPair)
com.google.protobuf.MessageOrBuilder {
/**
*
* 1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 key
*
*
* string Key = 1;
* @return The key.
*/
java.lang.String getKey();
/**
*
* 1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 key
*
*
* string Key = 1;
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
*
* 1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 value
*
*
* string Value = 2;
* @return The value.
*/
java.lang.String getValue();
/**
*
* 1001 阶段返回信息,1002-1004 上传时需要带的 header 中的 value
*
*
* string Value = 2;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy