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

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

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

public interface VodSpaceInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodSpaceInfo)
    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 Region = 3; * @return The region. */ java.lang.String getRegion(); /** *
   * 所属区域
   * 
* * string Region = 3; * @return The bytes for region. */ com.google.protobuf.ByteString getRegionBytes(); /** *
   * IAM项目名称
   * 
* * string ProjectName = 4; * @return The projectName. */ java.lang.String getProjectName(); /** *
   * IAM项目名称
   * 
* * string ProjectName = 4; * @return The bytes for projectName. */ com.google.protobuf.ByteString getProjectNameBytes(); /** *
   * 绑定的TOS Bucket名称
   * 
* * string BucketName = 5; * @return The bucketName. */ java.lang.String getBucketName(); /** *
   * 绑定的TOS Bucket名称
   * 
* * string BucketName = 5; * @return The bytes for bucketName. */ com.google.protobuf.ByteString getBucketNameBytes(); /** *
   * 绑定的TosBucket状态
   * 
* * string BucketStatus = 6; * @return The bucketStatus. */ java.lang.String getBucketStatus(); /** *
   * 绑定的TosBucket状态
   * 
* * string BucketStatus = 6; * @return The bytes for bucketStatus. */ com.google.protobuf.ByteString getBucketStatusBytes(); /** *
   * 描述
   * 
* * string Description = 7; * @return The description. */ java.lang.String getDescription(); /** *
   * 描述
   * 
* * string Description = 7; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * 创建人
   * 
* * string UserName = 8; * @return The userName. */ java.lang.String getUserName(); /** *
   * 创建人
   * 
* * string UserName = 8; * @return The bytes for userName. */ com.google.protobuf.ByteString getUserNameBytes(); /** *
   * 创建时间
   * 
* * string CreatedAt = 9; * @return The createdAt. */ java.lang.String getCreatedAt(); /** *
   * 创建时间
   * 
* * string CreatedAt = 9; * @return The bytes for createdAt. */ com.google.protobuf.ByteString getCreatedAtBytes(); /** *
   * 类型
   * 
* * string Type = 10; * @return The type. */ java.lang.String getType(); /** *
   * 类型
   * 
* * string Type = 10; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * 媒资同步类型
   * 
* * string MediaSyncLevel = 11; * @return The mediaSyncLevel. */ java.lang.String getMediaSyncLevel(); /** *
   * 媒资同步类型
   * 
* * string MediaSyncLevel = 11; * @return The bytes for mediaSyncLevel. */ com.google.protobuf.ByteString getMediaSyncLevelBytes(); /** *
   *是否可使用归档存储
   * 
* * bool CanUseArchive = 12; * @return The canUseArchive. */ boolean getCanUseArchive(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy