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

com.volcengine.service.imp.model.business.OutputOverrideParamsOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: imp/business/imp_common.proto

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

public interface OutputOverrideParamsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Imp.Models.Business.OutputOverrideParams)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string ActivityId = 1;
   * @return A list containing the activityId.
   */
  java.util.List
      getActivityIdList();
  /**
   * repeated string ActivityId = 1;
   * @return The count of activityId.
   */
  int getActivityIdCount();
  /**
   * repeated string ActivityId = 1;
   * @param index The index of the element to return.
   * @return The activityId at the given index.
   */
  java.lang.String getActivityId(int index);
  /**
   * repeated string ActivityId = 1;
   * @param index The index of the value to return.
   * @return The bytes of the activityId at the given index.
   */
  com.google.protobuf.ByteString
      getActivityIdBytes(int index);

  /**
   * .Volcengine.Imp.Models.Business.OutputPath OutputPath = 2;
   * @return Whether the outputPath field is set.
   */
  boolean hasOutputPath();
  /**
   * .Volcengine.Imp.Models.Business.OutputPath OutputPath = 2;
   * @return The outputPath.
   */
  com.volcengine.service.imp.model.business.OutputPath getOutputPath();
  /**
   * .Volcengine.Imp.Models.Business.OutputPath OutputPath = 2;
   */
  com.volcengine.service.imp.model.business.OutputPathOrBuilder getOutputPathOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy