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

com.byteplus.service.vod.model.business.VodStoreInfoOrBuilder 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 VodStoreInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodStoreInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 1001 阶段返回存储的 uri 
   * 
* * string StoreUri = 1; * @return The storeUri. */ java.lang.String getStoreUri(); /** *
   * 1001 阶段返回存储的 uri 
   * 
* * string StoreUri = 1; * @return The bytes for storeUri. */ com.google.protobuf.ByteString getStoreUriBytes(); /** *
   * 1001 阶段返回上传使用的签名信息 
   * 
* * string Auth = 2; * @return The auth. */ java.lang.String getAuth(); /** *
   * 1001 阶段返回上传使用的签名信息 
   * 
* * string Auth = 2; * @return The bytes for auth. */ com.google.protobuf.ByteString getAuthBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy