com.volcengine.service.vod.model.business.QueryMoveObjectTaskInfoRespDataOrBuilder 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 QueryMoveObjectTaskInfoRespDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.QueryMoveObjectTaskInfoRespData)
com.google.protobuf.MessageOrBuilder {
/**
* string TaskId = 1;
* @return The taskId.
*/
java.lang.String getTaskId();
/**
* string TaskId = 1;
* @return The bytes for taskId.
*/
com.google.protobuf.ByteString
getTaskIdBytes();
/**
* string SourceSpace = 2;
* @return The sourceSpace.
*/
java.lang.String getSourceSpace();
/**
* string SourceSpace = 2;
* @return The bytes for sourceSpace.
*/
com.google.protobuf.ByteString
getSourceSpaceBytes();
/**
* string TargetSpace = 3;
* @return The targetSpace.
*/
java.lang.String getTargetSpace();
/**
* string TargetSpace = 3;
* @return The bytes for targetSpace.
*/
com.google.protobuf.ByteString
getTargetSpaceBytes();
/**
* string State = 4;
* @return The state.
*/
java.lang.String getState();
/**
* string State = 4;
* @return The bytes for state.
*/
com.google.protobuf.ByteString
getStateBytes();
/**
* string TaskRunResult = 5;
* @return The taskRunResult.
*/
java.lang.String getTaskRunResult();
/**
* string TaskRunResult = 5;
* @return The bytes for taskRunResult.
*/
com.google.protobuf.ByteString
getTaskRunResultBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy