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

com.byteplus.service.vod.model.request.AddOrUpdateCertificateV2RequestOrBuilder 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 AddOrUpdateCertificateV2RequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.AddOrUpdateCertificateV2Request)
    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();

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

  /**
   * 
   *证书ID
   * 
* * string CertificateId = 4; * @return The certificateId. */ java.lang.String getCertificateId(); /** *
   *证书ID
   * 
* * string CertificateId = 4; * @return The bytes for certificateId. */ com.google.protobuf.ByteString getCertificateIdBytes(); /** * string HttpsStatus = 5; * @return The httpsStatus. */ java.lang.String getHttpsStatus(); /** * string HttpsStatus = 5; * @return The bytes for httpsStatus. */ com.google.protobuf.ByteString getHttpsStatusBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy