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

com.volcengine.service.vod.model.request.VodStartPCDNDomainRequestOrBuilder Maven / Gradle / Ivy

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

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

public interface VodStartPCDNDomainRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodStartPCDNDomainRequest)
    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 Domain = 2;
   * @return The domain.
   */
  java.lang.String getDomain();
  /**
   * string Domain = 2;
   * @return The bytes for domain.
   */
  com.google.protobuf.ByteString
      getDomainBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy