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

com.byteplus.service.vod.model.business.CommitRequestBodyJsonOrBuilder 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 CommitRequestBodyJsonOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.CommitRequestBodyJson)
    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 SessionKey = 2;
   * @return The sessionKey.
   */
  java.lang.String getSessionKey();
  /**
   * string SessionKey = 2;
   * @return The bytes for sessionKey.
   */
  com.google.protobuf.ByteString
      getSessionKeyBytes();

  /**
   * string CallbackArgs = 3;
   * @return The callbackArgs.
   */
  java.lang.String getCallbackArgs();
  /**
   * string CallbackArgs = 3;
   * @return The bytes for callbackArgs.
   */
  com.google.protobuf.ByteString
      getCallbackArgsBytes();

  /**
   * string Functions = 4;
   * @return The functions.
   */
  java.lang.String getFunctions();
  /**
   * string Functions = 4;
   * @return The bytes for functions.
   */
  com.google.protobuf.ByteString
      getFunctionsBytes();

  /**
   * string GetMetaMode = 5;
   * @return The getMetaMode.
   */
  java.lang.String getGetMetaMode();
  /**
   * string GetMetaMode = 5;
   * @return The bytes for getMetaMode.
   */
  com.google.protobuf.ByteString
      getGetMetaModeBytes();

  /**
   * string VodUploadSource = 6;
   * @return The vodUploadSource.
   */
  java.lang.String getVodUploadSource();
  /**
   * string VodUploadSource = 6;
   * @return The bytes for vodUploadSource.
   */
  com.google.protobuf.ByteString
      getVodUploadSourceBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy