com.byteplus.service.vod.model.request.VodListVideoClassificationsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto
package com.byteplus.service.vod.model.request;
public interface VodListVideoClassificationsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodListVideoClassificationsRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string SpaceName = 1;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
* string SpaceName = 1;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
/**
* int64 ClassificationId = 2;
* @return The classificationId.
*/
long getClassificationId();
}