com.volcengine.service.live.model.request.ManagerPullPushDomainBindRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// 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