com.exactpro.th2.act.grpc.hand.RhActionListOrBuilder 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 RhActionListOrBuilder extends
// @@protoc_insertion_point(interface_extends:RhActionList)
com.google.protobuf.MessageOrBuilder {
/**
* .RhWebActionList web = 1;
* @return Whether the web field is set.
*/
boolean hasWeb();
/**
* .RhWebActionList web = 1;
* @return The web.
*/
com.exactpro.th2.act.grpc.hand.rhactions.RhActionsMessages.RhWebActionList getWeb();
/**
* .RhWebActionList web = 1;
*/
com.exactpro.th2.act.grpc.hand.rhactions.RhActionsMessages.RhWebActionListOrBuilder getWebOrBuilder();
/**
* .RhWinActionList win = 2;
* @return Whether the win field is set.
*/
boolean hasWin();
/**
* .RhWinActionList win = 2;
* @return The win.
*/
com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.RhWinActionList getWin();
/**
* .RhWinActionList win = 2;
*/
com.exactpro.th2.act.grpc.hand.rhactions.RhWinActionsMessages.RhWinActionListOrBuilder getWinOrBuilder();
public com.exactpro.th2.act.grpc.hand.RhActionList.ListCase getListCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy