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

com.byteplus.service.vod.model.request.VodSetFairPlayCertInfoRequestOrBuilder 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 VodSetFairPlayCertInfoRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodSetFairPlayCertInfoRequest)
    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 CertName = 2;
   * @return The certName.
   */
  java.lang.String getCertName();
  /**
   * string CertName = 2;
   * @return The bytes for certName.
   */
  com.google.protobuf.ByteString
      getCertNameBytes();

  /**
   * string CertFile = 3;
   * @return The certFile.
   */
  java.lang.String getCertFile();
  /**
   * string CertFile = 3;
   * @return The bytes for certFile.
   */
  com.google.protobuf.ByteString
      getCertFileBytes();

  /**
   * string PkFile = 4;
   * @return The pkFile.
   */
  java.lang.String getPkFile();
  /**
   * string PkFile = 4;
   * @return The bytes for pkFile.
   */
  com.google.protobuf.ByteString
      getPkFileBytes();

  /**
   * string CertFileName = 5;
   * @return The certFileName.
   */
  java.lang.String getCertFileName();
  /**
   * string CertFileName = 5;
   * @return The bytes for certFileName.
   */
  com.google.protobuf.ByteString
      getCertFileNameBytes();

  /**
   * string PkFileName = 6;
   * @return The pkFileName.
   */
  java.lang.String getPkFileName();
  /**
   * string PkFileName = 6;
   * @return The bytes for pkFileName.
   */
  com.google.protobuf.ByteString
      getPkFileNameBytes();

  /**
   * string PkPassword = 7;
   * @return The pkPassword.
   */
  java.lang.String getPkPassword();
  /**
   * string PkPassword = 7;
   * @return The bytes for pkPassword.
   */
  com.google.protobuf.ByteString
      getPkPasswordBytes();

  /**
   * string Ask = 8;
   * @return The ask.
   */
  java.lang.String getAsk();
  /**
   * string Ask = 8;
   * @return The bytes for ask.
   */
  com.google.protobuf.ByteString
      getAskBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy