com.exactpro.th2.act.grpc.hand.RhActionsBatchOrBuilder 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 RhActionsBatchOrBuilder extends
// @@protoc_insertion_point(interface_extends:RhActionsBatch)
com.google.protobuf.MessageOrBuilder {
/**
* .RhSessionID sessionId = 1;
* @return Whether the sessionId field is set.
*/
boolean hasSessionId();
/**
* .RhSessionID sessionId = 1;
* @return The sessionId.
*/
com.exactpro.th2.act.grpc.hand.RhSessionID getSessionId();
/**
* .RhSessionID sessionId = 1;
*/
com.exactpro.th2.act.grpc.hand.RhSessionIDOrBuilder getSessionIdOrBuilder();
/**
* .EventID parentEventId = 3;
* @return Whether the parentEventId field is set.
*/
boolean hasParentEventId();
/**
* .EventID parentEventId = 3;
* @return The parentEventId.
*/
com.exactpro.th2.common.grpc.EventID getParentEventId();
/**
* .EventID parentEventId = 3;
*/
com.exactpro.th2.common.grpc.EventIDOrBuilder getParentEventIdOrBuilder();
/**
* string eventName = 4;
* @return The eventName.
*/
java.lang.String getEventName();
/**
* string eventName = 4;
* @return The bytes for eventName.
*/
com.google.protobuf.ByteString
getEventNameBytes();
/**
* bool storeActionMessages = 5;
* @return The storeActionMessages.
*/
boolean getStoreActionMessages();
/**
* .RhActionList rhAction = 6;
* @return Whether the rhAction field is set.
*/
boolean hasRhAction();
/**
* .RhActionList rhAction = 6;
* @return The rhAction.
*/
com.exactpro.th2.act.grpc.hand.RhActionList getRhAction();
/**
* .RhActionList rhAction = 6;
*/
com.exactpro.th2.act.grpc.hand.RhActionListOrBuilder getRhActionOrBuilder();
/**
* .RhActionsBatch.AdditionalEventInfo additionalEventInfo = 7;
* @return Whether the additionalEventInfo field is set.
*/
boolean hasAdditionalEventInfo();
/**
* .RhActionsBatch.AdditionalEventInfo additionalEventInfo = 7;
* @return The additionalEventInfo.
*/
com.exactpro.th2.act.grpc.hand.RhActionsBatch.AdditionalEventInfo getAdditionalEventInfo();
/**
* .RhActionsBatch.AdditionalEventInfo additionalEventInfo = 7;
*/
com.exactpro.th2.act.grpc.hand.RhActionsBatch.AdditionalEventInfoOrBuilder getAdditionalEventInfoOrBuilder();
/**
* string execution_id = 8;
* @return The executionId.
*/
java.lang.String getExecutionId();
/**
* string execution_id = 8;
* @return The bytes for executionId.
*/
com.google.protobuf.ByteString
getExecutionIdBytes();
/**
* .MessageType message_type = 9;
* @return The enum numeric value on the wire for messageType.
*/
int getMessageTypeValue();
/**
* .MessageType message_type = 9;
* @return The messageType.
*/
com.exactpro.th2.act.grpc.hand.MessageType getMessageType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy