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

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

  /**
   * double SnapshotTime = 1;
   * @return The snapshotTime.
   */
  double getSnapshotTime();

  /**
   * string Title = 2;
   * @return The title.
   */
  java.lang.String getTitle();
  /**
   * string Title = 2;
   * @return The bytes for title.
   */
  com.google.protobuf.ByteString
      getTitleBytes();

  /**
   * string Tags = 3;
   * @return The tags.
   */
  java.lang.String getTags();
  /**
   * string Tags = 3;
   * @return The bytes for tags.
   */
  com.google.protobuf.ByteString
      getTagsBytes();

  /**
   * string Description = 4;
   * @return The description.
   */
  java.lang.String getDescription();
  /**
   * string Description = 4;
   * @return The bytes for description.
   */
  com.google.protobuf.ByteString
      getDescriptionBytes();

  /**
   * string Category = 5;
   * @return The category.
   */
  java.lang.String getCategory();
  /**
   * string Category = 5;
   * @return The bytes for category.
   */
  com.google.protobuf.ByteString
      getCategoryBytes();

  /**
   * int32 RecordType = 6;
   * @return The recordType.
   */
  int getRecordType();

  /**
   * string Format = 7;
   * @return The format.
   */
  java.lang.String getFormat();
  /**
   * string Format = 7;
   * @return The bytes for format.
   */
  com.google.protobuf.ByteString
      getFormatBytes();

  /**
   * int32 ClassificationId = 8;
   * @return The classificationId.
   */
  int getClassificationId();

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

  /**
   * string Vid = 10;
   * @return The vid.
   */
  java.lang.String getVid();
  /**
   * string Vid = 10;
   * @return The bytes for vid.
   */
  com.google.protobuf.ByteString
      getVidBytes();

  /**
   * string Fid = 11;
   * @return The fid.
   */
  java.lang.String getFid();
  /**
   * string Fid = 11;
   * @return The bytes for fid.
   */
  com.google.protobuf.ByteString
      getFidBytes();

  /**
   * string Language = 12;
   * @return The language.
   */
  java.lang.String getLanguage();
  /**
   * string Language = 12;
   * @return The bytes for language.
   */
  com.google.protobuf.ByteString
      getLanguageBytes();

  /**
   * string StoreUri = 13;
   * @return The storeUri.
   */
  java.lang.String getStoreUri();
  /**
   * string StoreUri = 13;
   * @return The bytes for storeUri.
   */
  com.google.protobuf.ByteString
      getStoreUriBytes();

  /**
   * string Source = 14;
   * @return The source.
   */
  java.lang.String getSource();
  /**
   * string Source = 14;
   * @return The bytes for source.
   */
  com.google.protobuf.ByteString
      getSourceBytes();

  /**
   * string Tag = 15;
   * @return The tag.
   */
  java.lang.String getTag();
  /**
   * string Tag = 15;
   * @return The bytes for tag.
   */
  com.google.protobuf.ByteString
      getTagBytes();

  /**
   * bool AutoPublish = 16;
   * @return The autoPublish.
   */
  boolean getAutoPublish();

  /**
   * string ActionType = 17;
   * @return The actionType.
   */
  java.lang.String getActionType();
  /**
   * string ActionType = 17;
   * @return The bytes for actionType.
   */
  com.google.protobuf.ByteString
      getActionTypeBytes();

  /**
   * 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