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

com.volcengine.service.live.model.request.CreateDomainRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: live/request/request_live.proto

package com.volcengine.service.live.model.request;

public interface CreateDomainRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.CreateDomainRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 域名。一次只能提交一个域名。域名请在工信部完成备案。
   * 
* * string Domain = 1; * @return The domain. */ java.lang.String getDomain(); /** *
   * 域名。一次只能提交一个域名。域名请在工信部完成备案。
   * 
* * string Domain = 1; * @return The bytes for domain. */ com.google.protobuf.ByteString getDomainBytes(); /** *
   * 域名类型,包含两种类型。<li>push:推流域名;<li>pull-flv:拉流域名,包含RTMP、FLV、HLS格式。
   * 
* * string Type = 2; * @return The type. */ java.lang.String getType(); /** *
   * 域名类型,包含两种类型。<li>push:推流域名;<li>pull-flv:拉流域名,包含RTMP、FLV、HLS格式。
   * 
* * string Type = 2; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * 区域,包含两种类型。<li>cn:中国大陆;<li>oversea:海外。
   * 
* * string Region = 3; * @return The region. */ java.lang.String getRegion(); /** *
   * 区域,包含两种类型。<li>cn:中国大陆;<li>oversea:海外。
   * 
* * string Region = 3; * @return The bytes for region. */ com.google.protobuf.ByteString getRegionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy