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

com.byteplus.service.vod.model.business.DescribeVodSpaceEditDetailOrBuilder 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 DescribeVodSpaceEditDetailOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.DescribeVodSpaceEditDetail)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Time = 1;
   * @return The time.
   */
  java.lang.String getTime();
  /**
   * string Time = 1;
   * @return The bytes for time.
   */
  com.google.protobuf.ByteString
      getTimeBytes();

  /**
   * string OutputVid = 2;
   * @return The outputVid.
   */
  java.lang.String getOutputVid();
  /**
   * string OutputVid = 2;
   * @return The bytes for outputVid.
   */
  com.google.protobuf.ByteString
      getOutputVidBytes();

  /**
   * string Space = 3;
   * @return The space.
   */
  java.lang.String getSpace();
  /**
   * string Space = 3;
   * @return The bytes for space.
   */
  com.google.protobuf.ByteString
      getSpaceBytes();

  /**
   * string Codec = 4;
   * @return The codec.
   */
  java.lang.String getCodec();
  /**
   * string Codec = 4;
   * @return The bytes for codec.
   */
  com.google.protobuf.ByteString
      getCodecBytes();

  /**
   * string Definition = 5;
   * @return The definition.
   */
  java.lang.String getDefinition();
  /**
   * string Definition = 5;
   * @return The bytes for definition.
   */
  com.google.protobuf.ByteString
      getDefinitionBytes();

  /**
   * int64 Duration = 6;
   * @return The duration.
   */
  long getDuration();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy