com.exactpro.th2.act.grpc.hand.RhSessionIDOrBuilder 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 RhSessionIDOrBuilder extends
// @@protoc_insertion_point(interface_extends:RhSessionID)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string sessionAlias = 2;
* @return The sessionAlias.
*/
java.lang.String getSessionAlias();
/**
* string sessionAlias = 2;
* @return The bytes for sessionAlias.
*/
com.google.protobuf.ByteString
getSessionAliasBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy