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

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

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

  /**
   * repeated string TemplateIds = 99;
   * @return A list containing the templateIds.
   */
  java.util.List
      getTemplateIdsList();
  /**
   * repeated string TemplateIds = 99;
   * @return The count of templateIds.
   */
  int getTemplateIdsCount();
  /**
   * repeated string TemplateIds = 99;
   * @param index The index of the element to return.
   * @return The templateIds at the given index.
   */
  java.lang.String getTemplateIds(int index);
  /**
   * repeated string TemplateIds = 99;
   * @param index The index of the value to return.
   * @return The bytes of the templateIds at the given index.
   */
  com.google.protobuf.ByteString
      getTemplateIdsBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy