Package com.exactpro.th2.common.grpc
Interface ConnectionIDOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectionID,ConnectionID.Builder
public interface ConnectionIDOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSessionAlias()Session identifier depends on protocol, target / sendercom.google.protobuf.ByteStringgetSessionAliasBytes()Session identifier depends on protocol, target / sender-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSessionAlias
java.lang.String getSessionAlias()
Session identifier depends on protocol, target / sender
string session_alias = 1;- Returns:
- The sessionAlias.
-
getSessionAliasBytes
com.google.protobuf.ByteString getSessionAliasBytes()
Session identifier depends on protocol, target / sender
string session_alias = 1;- Returns:
- The bytes for sessionAlias.
-
-