com.volcengine.service.imp.model.business.InputPathOrBuilder 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: imp/business/imp_common.proto
package com.volcengine.service.imp.model.business;
public interface InputPathOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Imp.Models.Business.InputPath)
com.google.protobuf.MessageOrBuilder {
/**
*
* 可选:VOD TOS
*
*
* string Type = 1;
* @return The type.
*/
java.lang.String getType();
/**
*
* 可选:VOD TOS
*
*
* string Type = 1;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* string TosBucket = 2;
* @return The tosBucket.
*/
java.lang.String getTosBucket();
/**
* string TosBucket = 2;
* @return The bytes for tosBucket.
*/
com.google.protobuf.ByteString
getTosBucketBytes();
/**
* string VodSpaceName = 3;
* @return The vodSpaceName.
*/
java.lang.String getVodSpaceName();
/**
* string VodSpaceName = 3;
* @return The bytes for vodSpaceName.
*/
com.google.protobuf.ByteString
getVodSpaceNameBytes();
/**
* string FileId = 4;
* @return The fileId.
*/
java.lang.String getFileId();
/**
* string FileId = 4;
* @return The bytes for fileId.
*/
com.google.protobuf.ByteString
getFileIdBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy