Interface UserManagementServiceOuterClass.GetUserRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getUserId()
      The user whose data to retrieve.
      com.google.protobuf.ByteString getUserIdBytes()
      The user whose data to retrieve.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getUserId

        java.lang.String getUserId()
         The user whose data to retrieve.
         If set to empty string (the default), then the data for the authenticated user will be retrieved.
         Required
         
        string user_id = 1 [json_name = "userId"];
        Returns:
        The userId.
      • getUserIdBytes

        com.google.protobuf.ByteString getUserIdBytes()
         The user whose data to retrieve.
         If set to empty string (the default), then the data for the authenticated user will be retrieved.
         Required
         
        string user_id = 1 [json_name = "userId"];
        Returns:
        The bytes for userId.