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

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

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

  /**
   * string TaskStage = 2;
   * @return The taskStage.
   */
  java.lang.String getTaskStage();
  /**
   * string TaskStage = 2;
   * @return The bytes for taskStage.
   */
  com.google.protobuf.ByteString
      getTaskStageBytes();

  /**
   * string Total = 3;
   * @return The total.
   */
  java.lang.String getTotal();
  /**
   * string Total = 3;
   * @return The bytes for total.
   */
  com.google.protobuf.ByteString
      getTotalBytes();

  /**
   * repeated .Byteplus.Vod.Models.Business.DescribeVodSnapshotDataItem SnapshotDataList = 4;
   */
  java.util.List 
      getSnapshotDataListList();
  /**
   * repeated .Byteplus.Vod.Models.Business.DescribeVodSnapshotDataItem SnapshotDataList = 4;
   */
  com.byteplus.service.vod.model.business.DescribeVodSnapshotDataItem getSnapshotDataList(int index);
  /**
   * repeated .Byteplus.Vod.Models.Business.DescribeVodSnapshotDataItem SnapshotDataList = 4;
   */
  int getSnapshotDataListCount();
  /**
   * repeated .Byteplus.Vod.Models.Business.DescribeVodSnapshotDataItem SnapshotDataList = 4;
   */
  java.util.List 
      getSnapshotDataListOrBuilderList();
  /**
   * repeated .Byteplus.Vod.Models.Business.DescribeVodSnapshotDataItem SnapshotDataList = 4;
   */
  com.byteplus.service.vod.model.business.DescribeVodSnapshotDataItemOrBuilder getSnapshotDataListOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy