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

com.volcengine.service.vod.model.business.EncryptionOrBuilder 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/business/vod_workflow.proto

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

public interface EncryptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.Encryption)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Vendor = 1;
   * @return The vendor.
   */
  java.lang.String getVendor();
  /**
   * string Vendor = 1;
   * @return The bytes for vendor.
   */
  com.google.protobuf.ByteString
      getVendorBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy