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

com.byteplus.service.vod.model.business.DescribeVodSpaceWorkflowDetailOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_measure.proto

package com.byteplus.service.vod.model.business;

public interface DescribeVodSpaceWorkflowDetailOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowDetail)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string RunId = 1;
   * @return The runId.
   */
  java.lang.String getRunId();
  /**
   * string RunId = 1;
   * @return The bytes for runId.
   */
  com.google.protobuf.ByteString
      getRunIdBytes();

  /**
   * string Vid = 2;
   * @return The vid.
   */
  java.lang.String getVid();
  /**
   * string Vid = 2;
   * @return The bytes for vid.
   */
  com.google.protobuf.ByteString
      getVidBytes();

  /**
   * string TemplateId = 3;
   * @return The templateId.
   */
  java.lang.String getTemplateId();
  /**
   * string TemplateId = 3;
   * @return The bytes for templateId.
   */
  com.google.protobuf.ByteString
      getTemplateIdBytes();

  /**
   * string SpaceName = 4;
   * @return The spaceName.
   */
  java.lang.String getSpaceName();
  /**
   * string SpaceName = 4;
   * @return The bytes for spaceName.
   */
  com.google.protobuf.ByteString
      getSpaceNameBytes();

  /**
   * string Status = 5;
   * @return The status.
   */
  java.lang.String getStatus();
  /**
   * string Status = 5;
   * @return The bytes for status.
   */
  com.google.protobuf.ByteString
      getStatusBytes();

  /**
   * string StartTime = 6;
   * @return The startTime.
   */
  java.lang.String getStartTime();
  /**
   * string StartTime = 6;
   * @return The bytes for startTime.
   */
  com.google.protobuf.ByteString
      getStartTimeBytes();

  /**
   * string EndTime = 7;
   * @return The endTime.
   */
  java.lang.String getEndTime();
  /**
   * string EndTime = 7;
   * @return The bytes for endTime.
   */
  com.google.protobuf.ByteString
      getEndTimeBytes();

  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowTranscodeInfo TranscodeInfo = 8;
   * @return Whether the transcodeInfo field is set.
   */
  boolean hasTranscodeInfo();
  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowTranscodeInfo TranscodeInfo = 8;
   * @return The transcodeInfo.
   */
  com.byteplus.service.vod.model.business.DescribeVodSpaceWorkflowTranscodeInfo getTranscodeInfo();
  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowTranscodeInfo TranscodeInfo = 8;
   */
  com.byteplus.service.vod.model.business.DescribeVodSpaceWorkflowTranscodeInfoOrBuilder getTranscodeInfoOrBuilder();

  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowSnapshotInfo SnapshotInfo = 9;
   * @return Whether the snapshotInfo field is set.
   */
  boolean hasSnapshotInfo();
  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowSnapshotInfo SnapshotInfo = 9;
   * @return The snapshotInfo.
   */
  com.byteplus.service.vod.model.business.DescribeVodSpaceWorkflowSnapshotInfo getSnapshotInfo();
  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowSnapshotInfo SnapshotInfo = 9;
   */
  com.byteplus.service.vod.model.business.DescribeVodSpaceWorkflowSnapshotInfoOrBuilder getSnapshotInfoOrBuilder();

  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowEnhanceExecInfo EnhanceExecInfo = 10;
   * @return Whether the enhanceExecInfo field is set.
   */
  boolean hasEnhanceExecInfo();
  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowEnhanceExecInfo EnhanceExecInfo = 10;
   * @return The enhanceExecInfo.
   */
  com.byteplus.service.vod.model.business.DescribeVodSpaceWorkflowEnhanceExecInfo getEnhanceExecInfo();
  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowEnhanceExecInfo EnhanceExecInfo = 10;
   */
  com.byteplus.service.vod.model.business.DescribeVodSpaceWorkflowEnhanceExecInfoOrBuilder getEnhanceExecInfoOrBuilder();

  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowVideoAIInfo VideoAIInfo = 11;
   * @return Whether the videoAIInfo field is set.
   */
  boolean hasVideoAIInfo();
  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowVideoAIInfo VideoAIInfo = 11;
   * @return The videoAIInfo.
   */
  com.byteplus.service.vod.model.business.DescribeVodSpaceWorkflowVideoAIInfo getVideoAIInfo();
  /**
   * .Byteplus.Vod.Models.Business.DescribeVodSpaceWorkflowVideoAIInfo VideoAIInfo = 11;
   */
  com.byteplus.service.vod.model.business.DescribeVodSpaceWorkflowVideoAIInfoOrBuilder getVideoAIInfoOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy