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

com.byteplus.service.vod.model.business.VodUploadFunctionOrBuilder 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_upload.proto

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

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

  /**
   * string Name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string Name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * .Byteplus.Vod.Models.Business.VodUploadFunctionInput Input = 2;
   * @return Whether the input field is set.
   */
  boolean hasInput();
  /**
   * .Byteplus.Vod.Models.Business.VodUploadFunctionInput Input = 2;
   * @return The input.
   */
  com.byteplus.service.vod.model.business.VodUploadFunctionInput getInput();
  /**
   * .Byteplus.Vod.Models.Business.VodUploadFunctionInput Input = 2;
   */
  com.byteplus.service.vod.model.business.VodUploadFunctionInputOrBuilder getInputOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy