com.byteplus.service.vod.model.request.VodUpdateDomainExpireV2RequestOrBuilder 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 VodUpdateDomainExpireV2RequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodUpdateDomainExpireV2Request)
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();
/**
* string DomainType = 2;
* @return The domainType.
*/
java.lang.String getDomainType();
/**
* string DomainType = 2;
* @return The bytes for domainType.
*/
com.google.protobuf.ByteString
getDomainTypeBytes();
/**
* string Domain = 3;
* @return The domain.
*/
java.lang.String getDomain();
/**
* string Domain = 3;
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
*
* 过期时间
*
*
* int32 Expire = 4;
* @return The expire.
*/
int getExpire();
}