com.volcengine.service.imp.model.business.OutputPathOrBuilder 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 OutputPathOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Imp.Models.Business.OutputPath)
com.google.protobuf.MessageOrBuilder {
/**
* string Type = 1;
* @return The type.
*/
java.lang.String getType();
/**
* 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 FileName = 4;
* @return The fileName.
*/
java.lang.String getFileName();
/**
* string FileName = 4;
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString
getFileNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy