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

com.byteplus.service.vod.model.business.HeaderPairOrBuilder 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/business/vod_upload.proto

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

public interface HeaderPairOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.HeaderPair)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Key = 1;
   * @return The key.
   */
  java.lang.String getKey();
  /**
   * string Key = 1;
   * @return The bytes for key.
   */
  com.google.protobuf.ByteString
      getKeyBytes();

  /**
   * string Value = 2;
   * @return The value.
   */
  java.lang.String getValue();
  /**
   * string Value = 2;
   * @return The bytes for value.
   */
  com.google.protobuf.ByteString
      getValueBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy