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

com.volcengine.service.vod.model.request.VodQueryMoveObjectTaskInfoRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto

package com.volcengine.service.vod.model.request;

public interface VodQueryMoveObjectTaskInfoRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodQueryMoveObjectTaskInfoRequest)
    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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy