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

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

  /**
   * 
   * 域名空间名称。
   * 
* * string Vhost = 1; * @return The vhost. */ java.lang.String getVhost(); /** *
   * 域名空间名称。
   * 
* * string Vhost = 1; * @return The bytes for vhost. */ com.google.protobuf.ByteString getVhostBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy