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

com.volcengine.service.vod.model.business.ConcatDefinitionOrBuilder 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/business/vod_workflow.proto

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

public interface ConcatDefinitionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.ConcatDefinition)
    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 Mid = 2;
   * @return The mid.
   */
  java.lang.String getMid();
  /**
   * string Mid = 2;
   * @return The bytes for mid.
   */
  com.google.protobuf.ByteString
      getMidBytes();

  /**
   * string Position = 4;
   * @return The position.
   */
  java.lang.String getPosition();
  /**
   * string Position = 4;
   * @return The bytes for position.
   */
  com.google.protobuf.ByteString
      getPositionBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy