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

com.byteplus.service.vod.model.business.VodHeaderPairOrBuilder 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_upload.proto

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

public interface VodHeaderPairOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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