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

com.volcengine.service.live.model.request.EnableDomainRequestOrBuilder 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 EnableDomainRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.EnableDomainRequest)
    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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy