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

com.exactpro.th2.act.grpc.hand.ResultDetailsOrBuilder 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 ResultDetailsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ResultDetails)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string actionId = 1;
   * @return The actionId.
   */
  java.lang.String getActionId();
  /**
   * string actionId = 1;
   * @return The bytes for actionId.
   */
  com.google.protobuf.ByteString
      getActionIdBytes();

  /**
   * string result = 2;
   * @return The result.
   */
  java.lang.String getResult();
  /**
   * string result = 2;
   * @return The bytes for result.
   */
  com.google.protobuf.ByteString
      getResultBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy