Package mxaccess_gateway.v1
Interface MxaccessGateway.ArchestrAUserToIdCommandOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.ArchestrAUserToIdCommand,MxaccessGateway.ArchestrAUserToIdCommand.Builder
- Enclosing class:
MxaccessGateway
public static interface MxaccessGateway.ArchestrAUserToIdCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 server_handle = 1;string user_id_guid = 2;com.google.protobuf.ByteStringstring user_id_guid = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getServerHandle
int getServerHandle()int32 server_handle = 1;- Returns:
- The serverHandle.
-
getUserIdGuid
String getUserIdGuid()string user_id_guid = 2;- Returns:
- The userIdGuid.
-
getUserIdGuidBytes
com.google.protobuf.ByteString getUserIdGuidBytes()string user_id_guid = 2;- Returns:
- The bytes for userIdGuid.
-