com.volcengine.service.vod.model.business.VodCommonConfigInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_common.proto
package com.volcengine.service.vod.model.business;
public interface VodCommonConfigInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodCommonConfigInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* 配置模块类型
*
*
* string Module = 1;
* @return The module.
*/
java.lang.String getModule();
/**
*
* 配置模块类型
*
*
* string Module = 1;
* @return The bytes for module.
*/
com.google.protobuf.ByteString
getModuleBytes();
/**
*
* 配置Key
*
*
* string Key = 2;
* @return The key.
*/
java.lang.String getKey();
/**
*
* 配置Key
*
*
* string Key = 2;
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
*
* 配置Value
*
*
* string Value = 3;
* @return The value.
*/
java.lang.String getValue();
/**
*
* 配置Value
*
*
* string Value = 3;
* @return The bytes for value.
*/
com.google.protobuf.ByteString
getValueBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy