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

com.exactpro.th2.act.grpc.hand.RhBatchResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.0.0-dev
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: th2_grpc_hand/rhbatch.proto

package com.exactpro.th2.act.grpc.hand;

public interface RhBatchResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:RhBatchResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .RhBatchResponse.ScriptExecutionStatus scriptStatus = 1;
   * @return The enum numeric value on the wire for scriptStatus.
   */
  int getScriptStatusValue();
  /**
   * .RhBatchResponse.ScriptExecutionStatus scriptStatus = 1;
   * @return The scriptStatus.
   */
  com.exactpro.th2.act.grpc.hand.RhBatchResponse.ScriptExecutionStatus getScriptStatus();

  /**
   * string errorMessage = 2;
   * @return The errorMessage.
   */
  java.lang.String getErrorMessage();
  /**
   * string errorMessage = 2;
   * @return The bytes for errorMessage.
   */
  com.google.protobuf.ByteString
      getErrorMessageBytes();

  /**
   * repeated .ResultDetails result = 3;
   */
  java.util.List 
      getResultList();
  /**
   * repeated .ResultDetails result = 3;
   */
  com.exactpro.th2.act.grpc.hand.ResultDetails getResult(int index);
  /**
   * repeated .ResultDetails result = 3;
   */
  int getResultCount();
  /**
   * repeated .ResultDetails result = 3;
   */
  java.util.List 
      getResultOrBuilderList();
  /**
   * repeated .ResultDetails result = 3;
   */
  com.exactpro.th2.act.grpc.hand.ResultDetailsOrBuilder getResultOrBuilder(
      int index);

  /**
   * string sessionId = 4;
   * @return The sessionId.
   */
  java.lang.String getSessionId();
  /**
   * string sessionId = 4;
   * @return The bytes for sessionId.
   */
  com.google.protobuf.ByteString
      getSessionIdBytes();

  /**
   * string execution_id = 5;
   * @return The executionId.
   */
  java.lang.String getExecutionId();
  /**
   * string execution_id = 5;
   * @return The bytes for executionId.
   */
  com.google.protobuf.ByteString
      getExecutionIdBytes();

  /**
   * .MessageType message_type = 6;
   * @return The enum numeric value on the wire for messageType.
   */
  int getMessageTypeValue();
  /**
   * .MessageType message_type = 6;
   * @return The messageType.
   */
  com.exactpro.th2.act.grpc.hand.MessageType getMessageType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy