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

com.byteplus.service.vod.model.request.VodStartDomainRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto

package com.byteplus.service.vod.model.request;

public interface VodStartDomainRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodStartDomainRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string SpaceName = 1;
   * @return The spaceName.
   */
  java.lang.String getSpaceName();
  /**
   * string SpaceName = 1;
   * @return The bytes for spaceName.
   */
  com.google.protobuf.ByteString
      getSpaceNameBytes();

  /**
   * string DomainType = 2;
   * @return The domainType.
   */
  java.lang.String getDomainType();
  /**
   * string DomainType = 2;
   * @return The bytes for domainType.
   */
  com.google.protobuf.ByteString
      getDomainTypeBytes();

  /**
   * string Domain = 3;
   * @return The domain.
   */
  java.lang.String getDomain();
  /**
   * string Domain = 3;
   * @return The bytes for domain.
   */
  com.google.protobuf.ByteString
      getDomainBytes();

  /**
   * 
   * 0未定义 1点播源站 2第三方源站
   * 
* * int32 SourceStationType = 4; * @return The sourceStationType. */ int getSourceStationType(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy