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