com.volcengine.service.vod.model.business.SubmitMoveObjectTaskParamOrBuilder 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 SubmitMoveObjectTaskParamOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.SubmitMoveObjectTaskParam)
com.google.protobuf.MessageOrBuilder {
/**
* string SourceSpace = 1;
* @return The sourceSpace.
*/
java.lang.String getSourceSpace();
/**
* string SourceSpace = 1;
* @return The bytes for sourceSpace.
*/
com.google.protobuf.ByteString
getSourceSpaceBytes();
/**
* string SourceFileName = 2;
* @return The sourceFileName.
*/
java.lang.String getSourceFileName();
/**
* string SourceFileName = 2;
* @return The bytes for sourceFileName.
*/
com.google.protobuf.ByteString
getSourceFileNameBytes();
/**
* string TargetSpace = 3;
* @return The targetSpace.
*/
java.lang.String getTargetSpace();
/**
* string TargetSpace = 3;
* @return The bytes for targetSpace.
*/
com.google.protobuf.ByteString
getTargetSpaceBytes();
/**
* string TargetFileName = 4;
* @return The targetFileName.
*/
java.lang.String getTargetFileName();
/**
* string TargetFileName = 4;
* @return The bytes for targetFileName.
*/
com.google.protobuf.ByteString
getTargetFileNameBytes();
/**
* bool SaveSourceObject = 5;
* @return The saveSourceObject.
*/
boolean getSaveSourceObject();
/**
* bool ForceOverwrite = 6;
* @return The forceOverwrite.
*/
boolean getForceOverwrite();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy