com.exactpro.th2.act.grpc.hand.ResultDetailsOrBuilder Maven / Gradle / Ivy
// 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