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

com.volcengine.service.live.model.request.ManagerPullPushDomainBindRequestOrBuilder 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 ManagerPullPushDomainBindRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.ManagerPullPushDomainBindRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *需要绑定/解绑的拉流域名。
   * 
* * string PullDomain = 1; * @return The pullDomain. */ java.lang.String getPullDomain(); /** *
   *需要绑定/解绑的拉流域名。
   * 
* * string PullDomain = 1; * @return The bytes for pullDomain. */ com.google.protobuf.ByteString getPullDomainBytes(); /** *
   *需要绑定的推流域名,在绑定推拉流域名的场景下,该参数为必填项。缺省情况下表示解绑。
   * 
* * string PushDomain = 2; * @return The pushDomain. */ java.lang.String getPushDomain(); /** *
   *需要绑定的推流域名,在绑定推拉流域名的场景下,该参数为必填项。缺省情况下表示解绑。
   * 
* * string PushDomain = 2; * @return The bytes for pushDomain. */ com.google.protobuf.ByteString getPushDomainBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy