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

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

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

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

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

  /**
   * repeated string StoreUris = 2;
   * @return A list containing the storeUris.
   */
  java.util.List
      getStoreUrisList();
  /**
   * repeated string StoreUris = 2;
   * @return The count of storeUris.
   */
  int getStoreUrisCount();
  /**
   * repeated string StoreUris = 2;
   * @param index The index of the element to return.
   * @return The storeUris at the given index.
   */
  java.lang.String getStoreUris(int index);
  /**
   * repeated string StoreUris = 2;
   * @param index The index of the value to return.
   * @return The bytes of the storeUris at the given index.
   */
  com.google.protobuf.ByteString
      getStoreUrisBytes(int index);

  /**
   * int32 CellWidth = 3;
   * @return The cellWidth.
   */
  int getCellWidth();

  /**
   * int32 CellHeight = 4;
   * @return The cellHeight.
   */
  int getCellHeight();

  /**
   * int32 ImgXLen = 5;
   * @return The imgXLen.
   */
  int getImgXLen();

  /**
   * int32 ImgYLen = 6;
   * @return The imgYLen.
   */
  int getImgYLen();

  /**
   * float Interval = 7;
   * @return The interval.
   */
  float getInterval();

  /**
   * int32 CaptureNum = 8;
   * @return The captureNum.
   */
  int getCaptureNum();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy